Loading Tool

Explorer IconExplorer

Memory Pool

42,097 transactions
26.79 vMB
0.05719277 BTC
Random Selection Loading Transactions
Max Size: 140.68/200 MB

Candidate Block

Mining Attempt 5325a1039c0c49b2430ad8106e276510d01460592c0b7ee326d9e28c5518ebb0
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c0b8517418c315f1fbe545e32de2b4578c6281d7c464866e40756daedf625fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,487
Size: 1.00 vMB
Total Fees: 0.00747370 BTC
Feerates: 103.41 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (417,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,867 497,867 000000000000000000b6aaa19bd2bd010f2d4fb6d4b1d6cc480ed39dcdd61b6e 2,240 1.00/1.00 vMB 79
497,866 497,866 00000000000000000092eb51e28b51b1d3dbe2a5315fb1dfb227d3597d628d22 1,853 1.00/1.00 vMB 85
497,865 497,865 0000000000000000002e9a5e588ced16f53c64c44b388fc90ea086ec6a19fa81 2,190 1.00/1.00 vMB 61
497,864 497,864 0000000000000000001b4f606ffc45184ccad614edc4920cbae74561fbd91458 2,513 1.00/1.00 vMB 134
497,863 497,863 00000000000000000041e3aa7d8593992d8e6061ddc9fe734c418f3137d50efc 1,730 1.00/1.00 vMB 67
497,862 497,862 00000000000000000041f49b4f76cb0950d30644a4ed342c16aef9f6cc49b71d 1,279 1.00/1.00 vMB 89
497,861 497,861 0000000000000000005ba94b939b629a60d4ffb64f720454251db14df386ae96 2,069 1.00/1.00 vMB 99
497,860 497,860 0000000000000000005094051986157589aba8e35891bfb8d4ae55ecee5e7deb 2,041 1.00/1.00 vMB 141
497,859 497,859 000000000000000000877e69e57c87f1419ac4a188538b2301c0de39369b0faa 2,318 1.00/1.00 vMB 163
497,858 497,858 000000000000000000a360fc58619c7387b4ee242a2e01c2b10cb656b44e013c 2,296 1.00/1.00 vMB 131
497,857 497,857 000000000000000000851f2848b52c68c300b89b8ef7f763bd84e4efba6e76fd 874 1.00/1.00 vMB 76
497,856 497,856 0000000000000000002a1c00beb7ae3049681cc825a10bda7e75fc7e71d8b01a 1,649 1.00/1.00 vMB 76
497,855 497,855 00000000000000000009bbeef32a274b32de48482c57db8630d7d42e2dd1a996 1,640 1.00/1.00 vMB 70
497,854 497,854 000000000000000000355a555b1b6609c9c6a7fe1c7c1099b1d578a7633d8d1a 2,325 1.00/1.00 vMB 106
497,853 497,853 00000000000000000098e3dc83694458f2442ab86fd2196092b17afb083a08c9 2,772 1.00/1.00 vMB 87
497,852 497,852 00000000000000000026d075cafb805ffec1f1dbef15f94d0ad35c89942711e1 2,722 1.00/1.00 vMB 106
497,851 497,851 00000000000000000048afff556082f2f681240d58bfbe3331e6e7337b8b6981 2,307 1.00/1.00 vMB 126
497,850 497,850 0000000000000000009b8b330c0b52f244f43af9bf629e27925208c4c8c7e38c 2,216 1.00/1.00 vMB 127
497,849 497,849 00000000000000000000c81d64ddbe67cdaee546bc2304bd606b075a1d2a0c86 2,843 1.00/1.00 vMB 96
497,848 497,848 00000000000000000002f3942c5b29e0fd9d7d6684a6018cb426ae3425d6e05a 2,433 1.00/1.00 vMB 99
497,847 497,847 00000000000000000050b23fc1d75f7188f091324012a7fa98695ff94e0e3cfb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.