Loading Tool

Explorer IconExplorer

Memory Pool

80,707 transactions
29.76 vMB
0.09350855 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt bce8a9eb03225f973df3eba4453f0696cdae0d79a50e14aa34ffd5b586cebe73
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ead4afa36ab7cc6dc470df5383d912c96b24cf2b87966cc46c7dfb07f8a26f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02661363 BTC
Feerates: 90.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (399,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,812 515,812 0000000000000000000287e85776b3c109edd3aec9e24fd716912c126678fc6f 1,693 0.87/1.00 vMB 37
515,811 515,811 00000000000000000021afa790a25340101f61245b8a0affbd043840f6a922c7 528 0.22/1.00 vMB 34
515,810 515,810 00000000000000000024f31f76a9184da0f8b3aedf5b11e42d324cebc5bac717 2,110 0.91/1.00 vMB 10
515,809 515,809 00000000000000000025ffb5bfb70f8a7dc32ac4b38bf32d1f91116ee42471c6 2,148 1.00/1.00 vMB 44
515,808 515,808 0000000000000000000600e4f00ced7630f9de282a715c3150b0a66f1f6a6e6c 685 0.35/1.00 vMB 40
515,807 515,807 0000000000000000000ef097c8b4903edd915c2631db57d277742d7e3645d2f0 201 0.08/1.00 vMB 33
515,806 515,806 00000000000000000050809390e2a9bcb259ce54e40a5d44cf760b92ad962487 1,097 0.50/1.00 vMB 34
515,805 515,805 00000000000000000048b8e7ee2e47bb7adde28e53570a4c25d4ff2515d82410 59 0.02/1.00 vMB 42
515,804 515,804 0000000000000000000ed1ccd572828512a828a3f66cc0cbb3b0ff9384923231 375 0.17/1.00 vMB 22
515,803 515,803 0000000000000000000a5e908edf8a2e1afa79605e7c4c2df50d425af3c034c0 645 0.29/1.00 vMB 25
515,802 515,802 000000000000000000370f715d5d6f48e18445edfb7e36f9c3780a81706c7254 791 0.88/1.00 vMB 11
515,801 515,801 00000000000000000026489c58b8a9073f13efc430e79890e8a3c28d29e8d8a9 562 1.00/1.00 vMB 11
515,800 515,800 0000000000000000003aa13101666e7380136689a0b966f9049a5b75027bbecd 1,068 1.00/1.00 vMB 12
515,799 515,799 0000000000000000002ccf149f2b5fe9b8b4f37b90c2e553288613607f0f515a 1,845 1.00/1.00 vMB 37
515,798 515,798 00000000000000000016a149848db9b375acae946de2d462625f99d058f86375 1,638 0.71/1.00 vMB 24
515,797 515,797 0000000000000000003bebe2b5e25581bef3010e8843db62742368e6a5b90dcd 261 0.19/1.00 vMB 59
515,796 515,796 0000000000000000001718cbd93934c2d4dc07fa6324704d0ab41622da6d6b0b 2,378 1.00/1.00 vMB 29
515,795 515,795 0000000000000000002b57f63b40680977183fec987cb21721ed49652cf70f87 1,644 0.72/1.00 vMB 31
515,794 515,794 0000000000000000004343c4ea53ab0c01d3b8232729bde983511e403f13626b 47 0.02/1.00 vMB 28
515,793 515,793 0000000000000000001947f81963f565737e1d4616d632ec573e67540fc4f849 1,695 0.81/1.00 vMB 33
515,792 515,792 0000000000000000004c9a1d450da9c68a2a7045900d594fab01e6609d58465f 2,662 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.