Loading Tool

Explorer IconExplorer

Memory Pool

40,362 transactions
26.06 vMB
0.06801443 BTC
Random Selection Loading Transactions
Max Size: 135.47/200 MB

Candidate Block

Mining Attempt 3cd96b3e9d272c70dadfb2119b05098b38b6ae3ce6a0f8765f5e9d55ef3a275b
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 776848111c576c95e26224d8fe1f0caae61f3c05caaed2063d2077bba635d65c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,383
Size: 1.00 vMB
Total Fees: 0.02056582 BTC
Feerates: 150.98 > 2.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (502,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,323 412,323 000000000000000003de0a4cdfe7c473bf6a1a612ebe5ca32b903dcc4a5ff502 1,695 1.00/1.00 vMB 46
412,322 412,322 000000000000000004c30859847009660dba97cd0944e80d6359459a48e82d34 2,760 1.00/1.00 vMB 63
412,321 412,321 000000000000000004ac00b6a743c8eb6f03614a39815581746438cc0a627e17 3,094 1.00/1.00 vMB 51
412,320 412,320 000000000000000002e6a91b7583a5a6d2a47a185cca6302e84f0f5d3b53cdd8 2,048 1.00/1.00 vMB 66
412,319 412,319 000000000000000000babdcae884cabae354baba1e74901dcccb7c175e595e11 2,672 1.00/1.00 vMB 116
412,318 412,318 0000000000000000054905fbd3ab37d067c6abf00061e53ec491530c51db437a 2,397 1.00/1.00 vMB 57
412,317 412,317 00000000000000000579d91c32e075af10a43a7538564c5f3a2df5861773f2c6 1,061 0.75/1.00 vMB 28
412,316 412,316 000000000000000001161b90a71e0f4d9b3e9de7a40c6ad373acc1cdb5fa5262 1,947 1.00/1.00 vMB 40
412,315 412,315 00000000000000000026eee0a9bad1f78c1ef11e919e7d6a6d97fd702086208b 3,173 1.00/1.00 vMB 83
412,314 412,314 0000000000000000055724efc44623e4bc22e3599d1a1e01cd8e6b9fd2eda76a 2,153 1.00/1.00 vMB 51
412,313 412,313 0000000000000000015641e3e20cda32d0db7acbb2785fc5a0ac5b8b0fefb7c7 2,179 1.00/1.00 vMB 43
412,312 412,312 0000000000000000057d1df92f77c144fc27db8cccfa2bd811ecc0fb8387604d 1,868 1.00/1.00 vMB 47
412,311 412,311 000000000000000002390932b80b4d9db2e76e6bf5b07282c3ff12418bf23a33 3,067 1.00/1.00 vMB 47
412,310 412,310 000000000000000003a06a3a800d520ce386ee639f7697b9ef5a1fb71dd89978 2,520 1.00/1.00 vMB 96
412,309 412,309 000000000000000005a3d1b7361a8209eae642e820a642580a6f7038e1dad013 663 0.98/1.00 vMB 18
412,308 412,308 000000000000000005021017beb1e12be51f6ada525c2d58903953a9ab186736 685 0.37/1.00 vMB 39
412,307 412,307 00000000000000000521130ec40e4cccfd0fed9ae53c2360943a22c4b2cb559f 1,096 0.99/1.00 vMB 29
412,306 412,306 0000000000000000053c009df671f9690a777b3735e8d6780998cc7a990bb20e 1,634 0.99/1.00 vMB 31
412,305 412,305 000000000000000004fd25d14f245d69366e560b0f2e336896885f08c9d0950b 2,089 1.00/1.00 vMB 54
412,304 412,304 000000000000000004dbb95598f4d96f2e60ca205522ce619d78f0d6621fa73f 117 0.05/1.00 vMB 43
412,303 412,303 000000000000000000a4874cfdfdfe6197978f49e5cb3e98ff4ace5a140eb684 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.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: 653.44 GB
    • Received: 13.88 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.