Loading Tool

Explorer IconExplorer

Memory Pool

14,663 transactions
6.84 vMB
0.01730138 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.21/200 MB

Candidate Block

Mining Attempt c8cd003cf1286de08cfd0bcf3a1939e48cf9a03d1116f934d0b06c0286e75c4b
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root e389a9bff29e41370ee0a7dbdf37212aba972d5aaf999ef86579a58082bd7ab8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.00439325 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (694,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,123 219,123 00000000000004ecfac9d012dd5acef2d55e4b6cfa507923063d2ccfed9a73a2 149 0.07 vMB 189
219,122 219,122 000000000000038bb94b838ecafad81ce63d56c7627da0f2f5f699ecd98e73a8 108 0.04 vMB 128
219,121 219,121 00000000000004efb59640c2ce95bb559c435747ed03787d207eb51ff6fcee06 12 0.00 vMB 141
219,120 219,120 0000000000000139c4b0dec8f2cdaa359634e99145e8175aca5e614347b28a96 392 0.18 vMB 209
219,119 219,119 0000000000000119e6da2e305932fa5573b505780cd2ebaf33f631f7a5dae501 324 0.22 vMB 50
219,118 219,118 000000000000040fefd6905eca36e9a17811fb0748200b8b9349787a2bf238e6 580 0.26 vMB 323
219,117 219,117 00000000000003aa5b701b4453008b5789eef59b06e2a2a6b5e0b7b5d2cf2f80 127 0.05 vMB 14
219,116 219,116 000000000000004b9880e0d853ebce18da22f964a4c1331e92a415ccb2feff08 564 0.25 vMB 385
219,115 219,115 00000000000002957f9bf56a94edac5ecea1f858f99640ff7b556398148bdb92 612 0.25 vMB 358
219,114 219,114 00000000000000bfe69f20395e93cd486ae7442a8cf5fc1d7c36e7158e59f9bf 452 0.24 vMB 218
219,113 219,113 00000000000001e0da28d825af9661c9de4c72a0428089aefb56004df2f4218c 699 0.25 vMB 277
219,112 219,112 00000000000003bcb438232ed01970fa2971ec98e22fda194f89290f88379f49 152 0.08 vMB 107
219,111 219,111 00000000000001b061496da3b1457e01e48dc90423809c2ab256e7a3bcd0f891 617 0.25 vMB 291
219,110 219,110 000000000000034ed8bb2f82f1cc97def57c3fcfac0eda24ddec10ee11989dc1 732 0.25 vMB 433
219,109 219,109 00000000000005a0d5d426432c00b1918278722e9cd898bd377dff777c90be73 344 0.19 vMB 170
219,108 219,108 000000000000006f27536e998f6ba0e0ca3f302c3974d0930627ad6ddfeb2dd4 447 0.25 vMB 135
219,107 219,107 00000000000004149318dad24862f03749ffea26e3cfb7ce841caf37152343cc 829 0.25 vMB 518
219,106 219,106 000000000000010df9c5abff75c0439c31c29042c4f22051d6fab2badc29bd02 12 0.00 vMB 139
219,105 219,105 00000000000001af57f3d8b0b16ec6dc6fb5f537033a7bf5b294738592a845c9 124 0.05 vMB 141
219,104 219,104 00000000000003e82db466128ff3ee68672acb1388bb6ebff72cb9118c48258a 543 0.24 vMB 155
219,103 219,103 000000000000058f40f19c8ff5570b2ca4d4938765db20640e768d1146daa133 654 0.28 vMB 193
Previous 10 blocks ↓
Total Size: 779.64 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: 304.08 GB
    • Received: 1.39 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.