Loading Tool

Explorer IconExplorer

Memory Pool

82,398 transactions
31.82 vMB
0.11049100 BTC
Random Selection Loading Transactions
Max Size: 190.82/200 MB

Candidate Block

Mining Attempt 5428ed43963d9330874077bd1ead6a24c26b6cb33f88395757918f3b4923b3b0
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 2c9cc448dc54499a71bdbaf7f2595c16074ebdbb10aaec23bff8061c39d4fb00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.02519311 BTC
Feerates: 99.50 > 2.52 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (40,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,604 874,604 00000000000000000001185f18bb5daf41ca114b1ff5df51a3ff91c7ec8e137f 2,981 1.00/1.00 vMB 9
874,603 874,603 00000000000000000000f761447825c59131d6448ab00bcd1d6c47cc804e7a23 2,488 1.00/1.00 vMB 6
874,602 874,602 000000000000000000001a795fb87cd3ae681f436425102c7f5c8b264a7697fb 3,163 1.00/1.00 vMB 7
874,601 874,601 00000000000000000002a6be901d66b29afef9410aa2c1bf0eed05da0cb0c7f7 2,834 1.00/1.00 vMB 7
874,600 874,600 000000000000000000014093b13048f477bf38a3608bbd1c90726068a26fa2df 3,208 1.00/1.00 vMB 11
874,599 874,599 000000000000000000012f871474078db036c61856f1233f7abc144a604f3d5d 3,348 1.00/1.00 vMB 9
874,598 874,598 0000000000000000000236dfee71ee76d71f1761a80ca79a5aba611232c77ffa 3,528 1.00/1.00 vMB 9
874,597 874,597 000000000000000000024bf3f00a77ea5634736b51d3d1fd5df76f58d2f48f94 3,362 1.00/1.00 vMB 11
874,596 874,596 0000000000000000000202a36ec41377f3c13e1ad63700b82e9950669bd8afef 3,448 1.00/1.00 vMB 12
874,595 874,595 0000000000000000000082fc0907d2e7eb8c7138737e30a81950bee474af7161 3,625 1.00/1.00 vMB 16
874,594 874,594 0000000000000000000185d31a4e941bfffe561d3834d7b6c6d05535aa360c41 3,761 1.00/1.00 vMB 17
874,593 874,593 0000000000000000000199d37c56cff20ee349f0e799223d4cd163dee55ac851 3,864 1.00/1.00 vMB 16
874,592 874,592 00000000000000000001b11894b5b8dc77e9ced309d9f4c0a41bf54f76820b44 2,731 1.00/1.00 vMB 23
874,591 874,591 000000000000000000004de5fb069737442dd8e6a10525a21f86c2d26c36e727 4,335 1.00/1.00 vMB 9
874,590 874,590 000000000000000000013c2ed1717a440d8a12a415d8bedd484a9b04c94726b0 4,024 1.00/1.00 vMB 9
874,589 874,589 00000000000000000002a2704e16299f587e3dc27b04eedb5de4949671931b44 3,504 1.00/1.00 vMB 9
874,588 874,588 00000000000000000000523557cee5d0c7cc154e03d002edf0255872116ecebf 3,585 1.00/1.00 vMB 13
874,587 874,587 00000000000000000002235c4f2e3bece8ccc898f7a9e9d52ccb13c87b587528 3,937 1.00/1.00 vMB 7
874,586 874,586 000000000000000000019a31fc8d6f0276ee54ce71ab93203a5b59ba96610e9f 3,729 1.00/1.00 vMB 9
874,585 874,585 00000000000000000001268204bb06efcc6303eab497cb645c3f4ecf05f42018 4,033 1.00/1.00 vMB 8
874,584 874,584 000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5 4,057 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.04 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.41 GB
    • Received: 18.16 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.