Loading Tool

Explorer IconExplorer

Memory Pool

43,872 transactions
27.19 vMB
0.07609596 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 2553f6878f19793d12b3c8a015a17436734fb186ca64f82b58b654ae1ac558df
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a422fe61c99bf61c7a9b1094e142e948628a6529b188b2a6e7d8badd1d6ee0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.02426213 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (302,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,882 612,882 00000000000000000000ffa1037ac6dbc25ba17ad4a38b0ede67fb325172012d 2,040 1.00/1.00 vMB 22
612,881 612,881 0000000000000000000a678a5efe1e0dbb3f2820d28ff34402c054c0c44a8533 2,917 1.00/1.00 vMB 26
612,880 612,880 000000000000000000017212c526b19deb4967fd61f7701d7e7c2001a4b24560 1,313 0.45/1.00 vMB 21
612,879 612,879 0000000000000000000a3e8dd2ed9e23c7d5ef284f302be9f25a0565b6d8059c 334 0.13/1.00 vMB 19
612,878 612,878 00000000000000000000917f1de38f8759bd9b6853ca9fb945212e86ab3a06d3 2,183 0.86/1.00 vMB 17
612,877 612,877 00000000000000000005da5bfc2efc5b2b86fc18d99424e61af4e8fe47811691 1,048 1.00/1.00 vMB 2
612,876 612,876 00000000000000000005698e5b1ba872cb096aec36b97caae80b2d3b80174abe 545 1.00/1.00 vMB 3
612,875 612,875 00000000000000000012374c84102ed03a0e20c119343fcdbbc290955b367e25 2,462 1.00/1.00 vMB 19
612,874 612,874 00000000000000000010c7c79a206ae2f6c645cfe60bd226c8f9f61121bc61a8 2,935 1.00/1.00 vMB 17
612,873 612,873 00000000000000000010917157fa7832f825aaa65581e8fca670e30fb182d7b1 2,935 1.00/1.00 vMB 15
612,872 612,872 0000000000000000000488bc4b53d893c6f2b7e8356aa870f6fefa1b337325fd 2,959 1.00/1.00 vMB 29
612,871 612,871 00000000000000000006990c720386f7004c34e0f5f974dc40d08e4b8467e18c 3,000 1.00/1.00 vMB 22
612,870 612,870 0000000000000000000349da6ae7d63ccf66ffa10c6c723dc9018bc0cad64435 2,149 1.00/1.00 vMB 10
612,869 612,869 000000000000000000116cfdc40339b697d9119f2fbd50d673ee70e44138f392 2,908 1.00/1.00 vMB 14
612,868 612,868 000000000000000000057c4569ac467ca2c39e8ca06e6d449593d25df0b6e37d 3,252 1.00/1.00 vMB 29
612,867 612,867 0000000000000000000cf56c0be9fa1b215473e19a0aaa366aae7b2b59cc3ced 2,200 1.00/1.00 vMB 17
612,866 612,866 0000000000000000000bb898960333faaecc81c30217d5b14b6f5d5e94ed2361 2,489 1.00/1.00 vMB 16
612,865 612,865 0000000000000000000a013f8b18168f63df8a65a19a239a029a15c106872667 289 1.00/1.00 vMB 2
612,864 612,864 0000000000000000000650bc59cd17d268dfaa1c6768fd890d32c1c7b38503d2 1,257 1.00/1.00 vMB 4
612,863 612,863 0000000000000000000aacba541ebb7b56b0831e4ae33faf20ff1e528bb9a657 2,510 1.00/1.00 vMB 8
612,862 612,862 00000000000000000003b7749bfd517d2672c6eace8c880794d47dc9040238ba 2,485 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.