Loading Tool

Explorer IconExplorer

Memory Pool

44,360 transactions
26.55 vMB
0.05647406 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt 4cb3a5f3148fa0dbc2cc25ea832470acaaf1f77984675c1ff180dc6bee907c37
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (313,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,748 601,748 00000000000000000007c41073dc810db1b2bdc1ac35ac1a37cf2bd4ce77fde1 2,367 1.00/1.00 vMB 69
601,747 601,747 0000000000000000000a0f482cc4eecf3d2b8482e0f41cd4e67d199e74375c9f 2,963 1.00/1.00 vMB 27
601,746 601,746 0000000000000000000138557a3641d07d3c814e991e0dd5d600bf120bdf2cb8 2,655 0.78/1.00 vMB 14
601,745 601,745 00000000000000000002eba593033d203776e12b089f18a532dd90d0a0d36a65 2,542 1.00/1.00 vMB 39
601,744 601,744 000000000000000000005c5544f752d7858ea4b0a75f4b42f631b7c172d912fe 230 0.10/1.00 vMB 31
601,743 601,743 0000000000000000000032e5906e763b9be7ec44aebe26b8b5a57fcd0eadc022 2,892 0.99/1.00 vMB 10
601,742 601,742 0000000000000000000be81158e4887e5f5245815c5b52a0130000e727000bd3 2,119 1.00/1.00 vMB 35
601,741 601,741 0000000000000000000bff2a011330712522cdce7d270660b3b181b111803f5b 2,318 1.00/1.00 vMB 16
601,740 601,740 0000000000000000000c8d9e260d1790880a772755554e1c08f68fd3b90c9c24 3,243 1.00/1.00 vMB 47
601,739 601,739 0000000000000000000385acbda13d979b1d0cf5cc8d5b5ae14e91fa2bf1f02a 2,892 1.00/1.00 vMB 38
601,738 601,738 0000000000000000000e504a277bed8ab1f7a139121bdd5026fdce48642501d1 72 0.02/1.00 vMB 30
601,737 601,737 0000000000000000000afe5928e2faf8820b9fd8b60f935644f35f5474696d90 2,119 0.67/1.00 vMB 27
601,736 601,736 00000000000000000004f1ad067c9960cb9ff7f6262106fc3162b5fccc339322 1,889 0.60/1.00 vMB 28
601,735 601,735 00000000000000000011e62bf946685f5dbd7e956ade1a59d5705733787f19ef 2,024 0.59/1.00 vMB 29
601,734 601,734 000000000000000000119ff21aa4d5c3e619f2804a03c0c09398cb840a92357e 2,671 0.96/1.00 vMB 26
601,733 601,733 00000000000000000003d3f5814358c8521cd1000e7cef89da3db18af2def677 2,586 1.00/1.00 vMB 21
601,732 601,732 0000000000000000001298e252e4de7473110ea61e6bb1ce4ff2a78f8b1eb7da 2,396 1.00/1.00 vMB 37
601,731 601,731 00000000000000000008874a06b944c22793d36fa2d0870f77b4cf2ddb007093 624 0.21/1.00 vMB 26
601,730 601,730 0000000000000000001101d1f2f25e778fc3659998225d71789171a0a0ca23e9 279 0.07/1.00 vMB 32
601,729 601,729 00000000000000000004922b371d0ee98e8ab8da43e7b9623a55a727c2498752 439 0.10/1.00 vMB 5
601,728 601,728 0000000000000000000922bc33a2ecbc890196a9001557ae84cf0bdcb69036ba 2,498 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.