Loading Tool

Explorer IconExplorer

Memory Pool

73,912 transactions
28.25 vMB
0.06874807 BTC
Random Selection Loading Transactions
Max Size: 167.94/200 MB

Candidate Block

Mining Attempt 69db4900ab8e71b967cee9e61f74f983e51c12489a723aa063c5fb7b04237669
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root c653c21e34897eae673f9383dd4e1054566e2be3ed9f7eeed58def393addca6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,572
Size: 1.00 vMB
Total Fees: 0.01210542 BTC
Feerates: 101.62 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (224,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,868 690,868 0000000000000000001241b08539dde3ef911fa8c5c0413f10c7e4189880378b 2,302 1.00/1.00 vMB 41
690,867 690,867 00000000000000000007d4eabe428b018fa027f2a101314feca071469c6d6fdc 2,053 1.00/1.00 vMB 56
690,866 690,866 00000000000000000005885b002d8265682e61a26439f92df79ca10c5adca673 1,614 1.00/1.00 vMB 90
690,865 690,865 0000000000000000000949ac822053bc4d200df15a8bfa95a3b9dd2868268241 2,343 1.00/1.00 vMB 54
690,864 690,864 0000000000000000000a5d6df2c1ad625d09ceba3b486d06834f5ea31da8f7ca 964 1.00/1.00 vMB 28
690,863 690,863 00000000000000000004b5b8ac1c02e6a44968441ce75784a784feeee22241ff 2,579 1.00/1.00 vMB 32
690,862 690,862 0000000000000000000ad708a8a9d2849571d60cc9c13771c2b02d6a8867082a 2,512 1.00/1.00 vMB 45
690,861 690,861 0000000000000000000913fc2f2f23e7d1bf13de3b6aca6dd91d096c4de0232b 2,224 1.00/1.00 vMB 62
690,860 690,860 00000000000000000012e6e20fafa2d25c4be3354755d71acc70f33f468d0165 2,236 1.00/1.00 vMB 59
690,859 690,859 00000000000000000007d3f13f39d6bc2ac30f05175aa8dcfc701de32d96f3fa 2,472 1.00/1.00 vMB 14
690,858 690,858 0000000000000000001176dbc4ab6822c9d05590bf322bdd36c5b6cba7a603cb 2,125 1.00/1.00 vMB 59
690,857 690,857 0000000000000000000d366650890b701f2363a2eca100b4b9b3516ba3383dea 2,087 0.99/1.00 vMB 6
690,856 690,856 000000000000000000067daca68dee6cc5463d6e31c6531ea5658bfc8b83c862 2,510 1.00/1.00 vMB 9
690,855 690,855 000000000000000000067cb299fe1386ea8f608f569d367a3d7e2ab4c944e565 2,181 1.00/1.00 vMB 9
690,854 690,854 0000000000000000000609f02bc1b1f607f5723f9da07c5e38d479d2bf025ef8 2,679 1.00/1.00 vMB 23
690,853 690,853 00000000000000000004bd15acc4c4007d0982975b6e72ca5a08b20b33f5e589 1,793 1.00/1.00 vMB 50
690,852 690,852 00000000000000000012f334826d0500b61deb231d0a0754557e5d0fb585e7d8 1,549 1.00/1.00 vMB 36
690,851 690,851 00000000000000000008013a5ad7f1a3a0d3e7db5de3f29510433e27af2eec0d 2,474 1.00/1.00 vMB 30
690,850 690,850 000000000000000000053def88bd7f4c6b13cf5c25069cc574cd907ec119e8b8 2,822 1.00/1.00 vMB 20
690,849 690,849 000000000000000000103e895a0eef48f11d17e4e6fefab2a39b871e10a508e4 2,393 1.00/1.00 vMB 55
690,848 690,848 0000000000000000000d4be73e57095a927c3408d873c16bb2ca0ed7405d3846 1,566 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.