Loading Tool

Explorer IconExplorer

Memory Pool

78,933 transactions
29.92 vMB
0.07423400 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt da3de3eebd4bb0e3556468fe6c49068677fd2c5cc71bd791c605ad9bff5c244e
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 37211116a418ca3c64d77302ef8dfcba47aa62a710bfd16b10cacb290dce1a7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.00790449 BTC
Feerates: 18.60 > 0.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (430,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,684 484,684 000000000000000000b2f7efd79a0ae7bfae31b94b4bbe305b54807926e68cb7 2,057 1.00/1.00 vMB 192
484,683 484,683 000000000000000000148bfd1813d6f5cc17fcabc7a3f8c026827132817d801b 1,781 0.98/1.00 vMB 93
484,682 484,682 00000000000000000106a8d85825a93e277b51441daa0de92f609a0fd738f9bc 585 1.00/1.00 vMB 127
484,681 484,681 000000000000000000b80016386a52cd38c45697a883b1a49405442f6dfd2c00 2,022 1.00/1.00 vMB 184
484,680 484,680 00000000000000000120116788399a726dd833c9e5c8f3f31cb45f72f6663195 2,501 1.00/1.00 vMB 224
484,679 484,679 000000000000000000b0950feff9e4ee18b62454c5777ef440d2e9867eb06980 29 0.01/1.00 vMB 962
484,678 484,678 00000000000000000102697d92302d7fc2b44c375d7d8a4e6140c849839bfbe7 2,501 1.00/1.00 vMB 217
484,677 484,677 000000000000000001294413a00fdd90bb34617209d56dedced979c05f96db48 1,960 0.99/1.00 vMB 27
484,676 484,676 000000000000000000136aae284df3ffb61bcd1512fbe70e9a0ec47745c034a8 2,148 1.00/1.00 vMB 188
484,675 484,675 000000000000000000c2f6a2966e911dccc2e86d0ec0d6236d9c299711ca1f47 2,302 1.00/1.00 vMB 171
484,674 484,674 0000000000000000002340c59b42647c26df16d15f3e65e10fcc91dadfab6816 2,193 1.00/1.00 vMB 146
484,673 484,673 00000000000000000108f7f5818a81c9f7aad8d2e4f4ae955866c0b9baa04db8 148 0.17/1.00 vMB 88
484,672 484,672 0000000000000000004a26dce06f002e452f6136bd3b294f9f9055641113cb19 655 0.60/1.00 vMB 22
484,671 484,671 00000000000000000104513901d473e6126f3ec1daf4c01b8a9a4711a035d84f 2,065 1.00/1.00 vMB 89
484,670 484,670 0000000000000000005025507f28a0a09ed1d333765d595af37aeb4d4a896c9b 1,999 1.00/1.00 vMB 80
484,669 484,669 000000000000000000bceeaac79c640f493d1110d0d131f5113fff32a0314b0a 1,987 1.00/1.00 vMB 203
484,668 484,668 0000000000000000004eaf4774c4526279638e8f2e3f04d27c57676f87c98c79 2,362 1.00/1.00 vMB 212
484,667 484,667 0000000000000000000cf31223cd3097375419ddff57ca0e05bfeaa360ed96d1 1,839 0.89/1.00 vMB 140
484,666 484,666 0000000000000000000f8eabf3de51c9a73e0a7567dcd2396fb958b28367756e 1,590 0.95/1.00 vMB 139
484,665 484,665 000000000000000000121cf2de74da5af97610a05ca7a1a435dfadf195842bf5 713 0.35/1.00 vMB 138
484,664 484,664 000000000000000001158585fd7a1b47b7fe63336a51f2c79d39c9eceea98bbe 1,796 0.97/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.