Loading Tool

Explorer IconExplorer

Memory Pool

84,834 transactions
30.68 vMB
0.18146012 BTC
Random Selection Loading Transactions
Max Size: 185.97/200 MB

Candidate Block

Mining Attempt 9a418ea34ccef972c5f62c7b7f7ed5e069f4931a13237c7b1b448fb52d149c67
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 039cd90b890beb626e25df99c672cf730b910bf57d2b6c30093f5eb165eb8add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.11827294 BTC
Feerates: 179.53 > 11.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (461,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,847 453,847 0000000000000000024e3faa775b7521128dcb06a8475886fc75454d03320c15 474 0.63/1.00 vMB 28
453,846 453,846 000000000000000002599a7e0f1998f193f93c924acaf2e8810c79f70e1401aa 2,158 1.00/1.00 vMB 93
453,845 453,845 00000000000000000103be75c305afad9df6797d6c094f6cf408ab84d85e1f60 2,061 1.00/1.00 vMB 116
453,844 453,844 000000000000000002021031d6e3df1ecc4d2d411a64b4541d727ee4da18e6a3 660 1.00/1.00 vMB 23
453,843 453,843 000000000000000000bc28df3ab674945c172142534038e8d567cb0305bcb411 1,187 1.00/1.00 vMB 32
453,842 453,842 0000000000000000009af2686240e51ed4c2ab5a41fa2cb50bbeccf8ff74280c 1,095 1.00/1.00 vMB 48
453,841 453,841 00000000000000000116a5bc14c1a7fadcc30cd3b519811a6cb9da2811651987 2,100 1.00/1.00 vMB 70
453,840 453,840 000000000000000001cf14507aa8421449ec9d0cd96df00f926c6a78c90b0040 2,098 1.00/1.00 vMB 104
453,839 453,839 000000000000000002084004d2d92afa39fbaf58923fff1711921fa242d3655d 1,448 1.00/1.00 vMB 56
453,838 453,838 00000000000000000226db52ace5e1651e962ea3899ab2c743a40befca6e60c7 1,834 1.00/1.00 vMB 59
453,837 453,837 000000000000000001e822fa72d761ee3ce7ccf76f4a7eb11dc8b9c5f71c19d4 2,027 1.00/1.00 vMB 57
453,836 453,836 0000000000000000008b8946a514459eebf6e13d3d0c487bcca608e48313d07f 2,148 1.00/1.00 vMB 83
453,835 453,835 0000000000000000009a65ce3b84d5b57ea7658741bd15917c5d524343a11f79 2,450 1.00/1.00 vMB 131
453,834 453,834 0000000000000000023d2ed6ca4fdb63b66450212e34cc4583b5a6a7540d1230 2,273 1.00/1.00 vMB 114
453,833 453,833 000000000000000001ba574ebf7b831efc917aa3ed3f8e22156d3ff5289bd45b 1,947 1.00/1.00 vMB 88
453,832 453,832 000000000000000000d9fa1891c8d3369e531cc7e6fc5da9ee3a30c012eb1419 2,070 1.00/1.00 vMB 91
453,831 453,831 000000000000000001e47417e5854f916cc33c48b4519cbc4c68bd5809f3d2cb 2,159 1.00/1.00 vMB 116
453,830 453,830 000000000000000000e2adf5f6ad758a074cae4bae18c81235c68844757443a1 2,218 1.00/1.00 vMB 58
453,829 453,829 000000000000000000da6f4dabff25c12d5ac31a3f2842e5983ee47b4ea7d20a 2,294 1.00/1.00 vMB 102
453,828 453,828 000000000000000001f15ac9341c90e6e9b877d2f958bbaacc3fa2f4bf952282 1,857 1.00/1.00 vMB 94
453,827 453,827 00000000000000000272942877c54c3a19a1ff82e1eb75a53c0f672b5fde6032 1,851 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.