Loading Tool

Explorer IconExplorer

Memory Pool

9,034 transactions
3.47 vMB
0.00739221 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.63/200 MB

Candidate Block

Mining Attempt c33d0f8f12d6cb99b4dd5bb87eba04b9d6f1cb9d6f94ae63f5cc2bb302338bb5
Version 20000000
Previous Block 00000000000000000000c495509044cda26948fb752986691223e9ae88dacb36
Merkle Root ea547d2ea9a7cf2ddbf8d2996e591ce838cb9911e462b5f955c3ff64c43864cf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.00398462 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,486 (649,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,562 263,562 00000000000000050891ef50aa157215aefdb389dc76fdebdfa68556f6e36132 34 0.03 vMB 28
263,561 263,561 0000000000000001320a259b54b8bce4b82fd27fe3edeeaa9fb3fb8aa4f69ce9 120 0.10 vMB 56
263,560 263,560 000000000000000f7aaf2314807141c7a0231c9ef5f2df71bdaa71f6e950b480 74 0.05 vMB 55
263,559 263,559 0000000000000007d605c3e0f1fa8c1b01fa657d7ded865c9e59aae43dbfd56c 266 0.14 vMB 79
263,558 263,558 000000000000000f1fbac0a3bf391e9d025cf9a22fdb0652f9f8980698eab914 361 0.20 vMB 117
263,557 263,557 0000000000000012edaa60abd7def3d425eb5920ae11335ff649fd55d9f9aa5f 222 0.11 vMB 82
263,556 263,556 000000000000000c1d5f0aa51596a6776da706e37e06a7db8d8e6cf84f04b856 137 0.07 vMB 35
263,555 263,555 00000000000000127033a63a9c5c3ef9258d2e9d51e002ee7ed0a663b9640890 76 0.03 vMB 0
263,554 263,554 000000000000000165feebe509d0ae4891b2d6b482409f0dbf6acd522fb4bee7 393 0.19 vMB 110
263,553 263,553 000000000000000d252657a2f3343c78294db54f3e80e2c98d6f25ba7e3a2878 706 0.30 vMB 100
263,552 263,552 0000000000000009e20aadc90791138f40217b96cac0972c5624ae041dee6393 277 0.11 vMB 106
263,551 263,551 000000000000000bce304d7e6410b8160f46d2a108d11c767397c91fd23fe01c 274 0.10 vMB 71
263,550 263,550 0000000000000004b89450ff60ff5485519879a95e01fe78100126a2ea9a31a6 277 0.13 vMB 108
263,549 263,549 000000000000000ed0f393403c9d2345e75296bd9ed37c9208164e94d6e303ee 265 0.18 vMB 67
263,548 263,548 000000000000000281939f298e1a8128c5f3e483dfe1f3aa2c0e2650b859655a 120 0.05 vMB 130
263,547 263,547 0000000000000011dcf1d0cbe8ac16bb68b83476724549b21c008c93490967c2 25 0.03 vMB 11
263,546 263,546 000000000000000cd939a51dc8454a7caafd031e4231d924b783fe5d9234f70d 240 0.10 vMB 126
263,545 263,545 00000000000000032c17ce69638f3ef465f4d13792e68d630d9656690e6d532f 176 0.07 vMB 76
263,544 263,544 000000000000000587553c2aed004ba3484dff264fb6c2b64e7d851c16dd788b 245 0.11 vMB 98
263,543 263,543 00000000000000037809ce7ffff879cfc8fc1ba6c243df788217e1d4b1d32816 100 0.04 vMB 117
263,542 263,542 0000000000000004b4e64749be30247cdfff0b8eb2525055c9fff59946d8002f 23 0.01 vMB 88
Previous 10 blocks ↓
Total Size: 779.71 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: 351.67 GB
    • Received: 1.70 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.