Loading Tool

Explorer IconExplorer

Memory Pool

73,399 transactions
27.16 vMB
0.06182866 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 02ef2fd99419b6667fbf2308d56166ba2210e4881eb133b9a4997712bf4d0088
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (495,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,589 419,589 000000000000000002f7621e38d1be4b4b36aac727e745e66d43ad9737884f80 2,098 1.00/1.00 vMB 43
419,588 419,588 0000000000000000047e39e910bb5bb1ae4caa9c0b22ad51bfe1b02e7e893138 2,634 1.00/1.00 vMB 67
419,587 419,587 0000000000000000008849bfa81f234ff2bcc36f01c95abbcf3e2b213b4ac031 2,426 1.00/1.00 vMB 49
419,586 419,586 000000000000000003db94fec0c955c37f520cb54023f9ef5f2466f8f31da37b 3,095 1.00/1.00 vMB 88
419,585 419,585 000000000000000000a1fd38b946a8fdadd40c669a09aed8b32c0c32d1a114df 3,187 1.00/1.00 vMB 88
419,584 419,584 0000000000000000010aea2349dd597690039eaabd7d2a5f4b397b5166d5c066 2,559 1.00/1.00 vMB 57
419,583 419,583 000000000000000002535de065c9dd20bdfaa08e1f40df94e665cb68048b97cd 1,706 0.98/1.00 vMB 37
419,582 419,582 000000000000000003697c585cf34902509858e66a7f2d28f21bcff215bbfe3a 272 0.10/1.00 vMB 77
419,581 419,581 000000000000000001f9db65cec8c960edefb50adf7ae14c4aaaf85572b0ec60 1,121 0.50/1.00 vMB 51
419,580 419,580 000000000000000001e09b118eadfb97d0bf793b4e4398354780fd68b6215ab5 2,272 1.00/1.00 vMB 53
419,579 419,579 000000000000000004c3766c5a0d2e22504d23ff5fc3c2a227e324d2a91ce83a 2,316 1.00/1.00 vMB 65
419,578 419,578 000000000000000003025451f586d6a35ba16db58faa2cc62b9ba7b16541cbc0 12 0.00/1.00 vMB 102
419,577 419,577 00000000000000000469836e170276baf72d8b39ffa2e0a39f40d3f91d4c1299 159 0.06/1.00 vMB 62
419,576 419,576 0000000000000000043e6c7b5ff6904ca3619ebb8dfa20c7d542f0d4be68c252 1,877 0.92/1.00 vMB 49
419,575 419,575 00000000000000000282526c6aceee6d34a022748ebd223f3ad803795c3e6d9d 1,122 0.99/1.00 vMB 26
419,574 419,574 00000000000000000475745f6c7631f70ccc5330e46c04c819316533bd7adfbe 118 0.92/1.00 vMB 9
419,573 419,573 000000000000000000e9d0f64fec79a9163142a3ffca5c27a552275c171820fd 988 1.00/1.00 vMB 22
419,572 419,572 000000000000000001a194a5b1038382f3944a7139e587b5a66861d81b7bddb8 1,916 1.00/1.00 vMB 41
419,571 419,571 000000000000000000f4697950a7064b4068fdaa17da3983ff8ec66a2aaa830d 2,957 1.00/1.00 vMB 78
419,570 419,570 0000000000000000038a937dc32cacf000bef1a236dbe75abfe5b4f2f22c9746 1,506 1.00/1.00 vMB 21
419,569 419,569 000000000000000005257cc97bc2be72fb0f6ea12b148a90e6badbc1f3f6d2d5 2,362 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.