Loading Tool

Explorer IconExplorer

Memory Pool

37,257 transactions
29.15 vMB
0.13894586 BTC
Random Selection Loading Transactions
Max Size: 145.40/200 MB

Candidate Block

Mining Attempt c872fecd694f91b2bcee8fa81b52dba67dbbfd1607f333ecfbc89cb2df2f54c7
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root f8e288e361c4cac19cbc0bdf89b4c5079e88c1359268a643c1a16685dd1f6fcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.07846756 BTC
Feerates: 200.00 > 7.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (854,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,136 60,136 0000000005c9146f198bf832f29d5c3cb6b5832394eda0a4c2c4fbe5b22ee483 1 0.00/1.00 vMB 0
60,135 60,135 000000000095b66ec997d49dbc753f89cc0e2f2d4bc00289bb6b554100894ac3 1 0.00/1.00 vMB 0
60,134 60,134 000000000aca95b406425f87f2d76d7963134efdd328d8dddc9f8e0c3de66031 1 0.00/1.00 vMB 0
60,133 60,133 000000000a2aadcaf13d18dbcb44389dad374c6c31c7f6cb5eb5374a38ac1eed 1 0.00/1.00 vMB 0
60,132 60,132 000000000865d254531fc8f9fd4c5224b03a11e9eeca155199e407cbd82fa725 1 0.00/1.00 vMB 0
60,131 60,131 00000000069aa8d14d9e6116d54f74d70a8e34600dfef274a6e9a37900b11f5f 1 0.00/1.00 vMB 0
60,130 60,130 0000000007ce7f86463fbcdd07de4ed43eeb5644dca2e16906e36ee4219ddf32 3 0.00/1.00 vMB 0
60,129 60,129 0000000004a30ee5d1ea08b7ead23798343789ae8c528ddcb78e1f05008da8f0 2 0.00/1.00 vMB 0
60,128 60,128 000000000f34b417c780b654c6cb127ee8eb8d980c8ae0f192e6b00bece19836 1 0.00/1.00 vMB 0
60,127 60,127 00000000008c455fba6719a3cdabafcdb3abb5844a68dfd158880fa2076cf833 1 0.00/1.00 vMB 0
60,126 60,126 000000000032813c1b3eacafe9448558287f515396568eb30ae3699001a2527a 1 0.00/1.00 vMB 0
60,125 60,125 000000000d088104b1729ecc1d1c9b0e5eeda55c63f4cec351258d5076222752 2 0.00/1.00 vMB 0
60,124 60,124 000000000cd92c660aa2acda1082105a44256e8361a8b58f8fee035cd951d28c 1 0.00/1.00 vMB 0
60,123 60,123 000000000c64e2a817ec0d4540f408adb983354965621434c67b6536ccd35fe4 1 0.00/1.00 vMB 0
60,122 60,122 000000000403339fe7e546415ff3579019dc944d57e92edd1b2e2b031c0b889f 2 0.00/1.00 vMB 0
60,121 60,121 00000000029300eb9e7c9b5869f82bf197988e83bcc39312660e545004f2f2a9 1 0.00/1.00 vMB 0
60,120 60,120 00000000011932853136b16f1bf4e7c9c7066ffaea5fdd08f92c9ac0f0fe28ab 1 0.00/1.00 vMB 0
60,119 60,119 0000000000f3c5330ec58a920fdf4f04edd2afdbd4f1fa89717243d453df4a20 3 0.00/1.00 vMB 0
60,118 60,118 000000000c44f7172fc5dcafb387f0a054f2b91ce287bdbe7bb49a57bd6d10e9 3 0.00/1.00 vMB 0
60,117 60,117 0000000006cc7898d02ec1a45caa012e037b9576ac3a6e602f73e2ed62e27e4f 1 0.00/1.00 vMB 0
60,116 60,116 0000000001c6c23a06647160f923cc4e924ccecc52d66d7a0c60807621845868 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 616.50 GB
    • Received: 11.17 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.