Loading Tool

Explorer IconExplorer

Memory Pool

74,624 transactions
30.17 vMB
0.08388400 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt b082db4fe38af2c20e7ae60cb18f5e5e3a1b3b4b2a03323a83c19a724e22b27a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (476,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,601 438,601 000000000000000000b0b597a66e68e07306c9673eb91b05a24f5591cdd9fbbf 1,876 0.83/1.00 vMB 61
438,600 438,600 0000000000000000010810aa4411ca372163b4eb8d7eac62b10a432f551aad6b 89 0.03/1.00 vMB 72
438,599 438,599 0000000000000000040a342e19753cfd6d883c18177cdcc30a258df1060a128e 2,611 0.88/1.00 vMB 73
438,598 438,598 000000000000000002a4e00123df5af4dab49a90213ac3e3d76eaf38fceb0b9e 2,012 0.86/1.00 vMB 64
438,597 438,597 0000000000000000020f3e2dff6fbbde1a4e31710f394c60c5d1d8aaaab8bcb8 1,117 0.48/1.00 vMB 65
438,596 438,596 00000000000000000318895a8fb76a28d6ea0e4ea288118d7a6da0b401d8bbee 1,715 1.00/1.00 vMB 44
438,595 438,595 0000000000000000013e65805233d7bab9e9c9b3a5e208da9cee704839fcfb74 1,323 0.46/1.00 vMB 75
438,594 438,594 0000000000000000044ccb27f98cdc163684dfc4a1e851305fe59bf9e24f1292 66 0.03/1.00 vMB 69
438,593 438,593 00000000000000000427ac2a6b327be9e5290024dc536cabea26bed79a11735e 579 0.25/1.00 vMB 62
438,592 438,592 0000000000000000000c5b5786c1ced99b06b80714e001938162b918e68b1468 535 1.00/1.00 vMB 14
438,591 438,591 0000000000000000039f23e76674e01b9d35272b8aa35bd5d69c5857f0e8f672 974 0.46/1.00 vMB 63
438,590 438,590 000000000000000003ccc0d9613b421985c584b5ec3e51e8af84caa674f38375 1,239 0.54/1.00 vMB 63
438,589 438,589 000000000000000001441cbd9b85c3bae0dcc9165f2618f4f4c4d167434339c6 2,149 1.00/1.00 vMB 59
438,588 438,588 000000000000000001592b6afe3ca09309ca8c116545ef3935fd717c24bc91bb 1,112 0.48/1.00 vMB 60
438,587 438,587 000000000000000002401f22ea716c401939ee7750bbe6f99a9c7000f6131aed 1,860 0.71/1.00 vMB 70
438,586 438,586 0000000000000000029ac1b83369bc17b9bf3771a20e8c5c765da0867c9a5159 1,679 1.00/1.00 vMB 37
438,585 438,585 0000000000000000025e24e7cf970ed267d1d8fa9dc614850069c7158639954e 2,086 0.75/1.00 vMB 80
438,584 438,584 000000000000000003b0051ac9037f7c1989f965a187656b54dcddd241d47bf4 1,786 1.00/1.00 vMB 36
438,583 438,583 0000000000000000010da44e2ec140d1612ce7038e78bb7f756b770f1b7c5cb4 2,669 1.00/1.00 vMB 79
438,582 438,582 00000000000000000431b419081fcf98e5fffac58427416907f9d64c4e3fc255 6 0.00/1.00 vMB 353
438,581 438,581 000000000000000000de26c2e761d32a51154ec0cc7f1a861b15ce16b600a061 545 0.21/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.