Loading Tool

Explorer IconExplorer

Memory Pool

37,132 transactions
34.39 vMB
0.10212950 BTC
Random Selection Loading Transactions
Max Size: 167.31/200 MB

Candidate Block

Mining Attempt 97b6a2d757e9ae25a727b89f22df19e0325e788b5490eb3317ed896cd5f2906d
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root c5eb7a25d1821f28731d3b1e406429306fea780b51a61b0c14824a2ac665412a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02917415 BTC
Feerates: 265.25 > 2.92 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (840,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,662 73,662 00000000001f93dcf42007387fcdbe7da0771b6feb7781a7d59215c3a0af49ee 2 0.00/1.00 vMB 0
73,661 73,661 0000000000296460f0254c001d814c24dfe4ad5b9ace8e068643e827c40fb12a 1 0.00/1.00 vMB 0
73,660 73,660 00000000005417f02b8bb41ac881db9606e4d22624c9498907ee7be624ec9933 3 0.00/1.00 vMB 0
73,659 73,659 00000000005bcfa45b3215755fffcf4321c6a3802e8a0b5f0795b787b2e4ff8d 4 0.00/1.00 vMB 0
73,658 73,658 00000000002a2130de96e691dd2e68c6b6d55b53d314b46ebf276bce4733da25 7 0.01/1.00 vMB 0
73,657 73,657 000000000091fcd17df342f5b0031babf17cd4174bfcee2713933592be1218ea 2 0.00/1.00 vMB 0
73,656 73,656 000000000099683b4f3b16e8ee79803c729155e17d75b964bfca41e31144c8d3 2 0.00/1.00 vMB 0
73,655 73,655 000000000051b57ecb3599344e286eecd0e8b788e8995fa52f7aeb595de576fc 1 0.00/1.00 vMB 0
73,654 73,654 0000000000575e219e7aaf9711a88e1e8dd3a44fdc72f0892d2f516cc00c3e04 2 0.00/1.00 vMB 0
73,653 73,653 00000000009ac586f3750abbd6036b08ec716e67e5318b9fa9685816cde4ca8e 1 0.00/1.00 vMB 0
73,652 73,652 0000000000698051f96eba925a3cc090389168fd0c4514c7b70bf5f231015d6d 5 0.00/1.00 vMB 0
73,651 73,651 000000000019f63d9413d77845d5ab3863935ccfb62052dc93d96047348d0eb6 4 0.00/1.00 vMB 0
73,650 73,650 0000000000a5a447d2865d5e54fce22590610c8a2f4e4c405cd99656ea5e8f7c 2 0.00/1.00 vMB 0
73,649 73,649 000000000085b92aee1c7399e94be5163ef32d453c8271b6e8078be2cdaeeabd 1 0.00/1.00 vMB 0
73,648 73,648 00000000008ffc6da06b5ade85ca25240ad9900bfcd9f877dbf342d1a61c8759 4 0.00/1.00 vMB 0
73,647 73,647 0000000000144b5c71d198b1ecb4efdc8ec5005b8d2612f7edcdb7638ad5c29b 4 0.00/1.00 vMB 0
73,646 73,646 000000000060733a9e8b4b953f44f25f76ac808208a98f9295a6d0fe2f082be0 1 0.00/1.00 vMB 0
73,645 73,645 00000000004975d351b0ff4fb395823b6acc8b7af2e70104a171383a22603440 1 0.00/1.00 vMB 0
73,644 73,644 0000000000b6a53bd0342006802e821393124ede5d2791725c35eb3efd943c26 1 0.00/1.00 vMB 0
73,643 73,643 00000000004e13d3d9bf3cb2df41858d738a665d61e4468b42e5ee0e1ab05f8b 2 0.00/1.00 vMB 0
73,642 73,642 00000000004daa23eee9335197e6c282f17d1aef03c0a47f74f17a14f9b0f748 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.76 GB
    • Received: 9.23 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.