Loading Tool

Explorer IconExplorer

Memory Pool

81,934 transactions
30.17 vMB
0.16505339 BTC
Random Selection Loading Transactions
Max Size: 181.39/200 MB

Candidate Block

Mining Attempt 965bc4f4ae96f15c04f4e1407b40145425b49cdab91e79e461a01db7949df6a6
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e316ef7567497961333d7ace1149eeb5805d249a04bc3949531732d5e88ec786
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.06216845 BTC
Feerates: 1,002.91 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (321,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,516 593,516 0000000000000000000529a9f672369e9eda9cb1cf5596ee410dea23e6bf8288 3,128 1.00/1.00 vMB 15
593,515 593,515 0000000000000000000f02e25cbb3edf9c42632f7727b85a53c1875fa9d00ff4 2,656 1.00/1.00 vMB 48
593,514 593,514 00000000000000000003c4821ff2df1abc1b464a62f800071a625659ded19e98 333 0.20/1.00 vMB 6
593,513 593,513 0000000000000000000050edb73e79106dba5b31409544a8471189064cf1866f 2,718 1.00/1.00 vMB 21
593,512 593,512 0000000000000000000dc58ac23686b0292fb18ca9c605488b05b44fa83af052 2,081 1.00/1.00 vMB 6
593,511 593,511 000000000000000000137a8b718e5da7396027e918344c69a33029e5bd7f02b8 2,530 1.00/1.00 vMB 14
593,510 593,510 0000000000000000000e5dcf31bc18cae848fd76093839144e6f693b09d990f6 2,272 1.00/1.00 vMB 23
593,509 593,509 00000000000000000010884303e6efbbdb1307f0923801edd404fde2f2e72e5a 2,079 1.00/1.00 vMB 15
593,508 593,508 00000000000000000005097c3f698b2c63e3efe7ccc916bac119ffedde79f356 1,936 1.00/1.00 vMB 24
593,507 593,507 0000000000000000000702fdad3a6612be713caf8a3bf9cb94b5892c6a8d0639 1,512 1.00/1.00 vMB 21
593,506 593,506 0000000000000000000d4bb01834482db4583b9811233e924aa62e1d9742e653 1,984 1.00/1.00 vMB 26
593,505 593,505 0000000000000000000ca626a3daad049983a1e2c910adf339a081c99bd9f7cf 1,388 1.00/1.00 vMB 12
593,504 593,504 00000000000000000004cfbd13596383336e8cd8b9d12b8824421011ca8109c5 521 1.00/1.00 vMB 15
593,503 593,503 0000000000000000000176c90a681a064b8b99bc231d0207ac469e793ac76c8e 2,583 1.00/1.00 vMB 17
593,502 593,502 00000000000000000019ca58f1d7f53d58e74c6988a1d415c3bfe88c4ef610b6 2,910 1.00/1.00 vMB 58
593,501 593,501 000000000000000000016c6c461534dc7aa084e74e9ce9b3b2bce0494a0e2ec4 2,839 1.00/1.00 vMB 45
593,500 593,500 00000000000000000012becb739a98c36b016487cb9882291cded467132da5f4 2,706 1.00/1.00 vMB 39
593,499 593,499 0000000000000000000bf3649a2b3d6dc9edb1ee94862f9fd7a4fc12c9f01d1b 2,420 1.00/1.00 vMB 9
593,498 593,498 0000000000000000000fa5c373cbb46885c0e639eed6e4f27052c3fc2198200f 3,002 1.00/1.00 vMB 21
593,497 593,497 0000000000000000000afc94e5a3a183e54257e52c37f7aa80ab5eb0c768c1b1 2,462 1.00/1.00 vMB 22
593,496 593,496 000000000000000000092ad3051dbbf10c18f0c74c326d2e83fced2c6e07ad01 2,805 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.