Loading Tool

Explorer IconExplorer

Memory Pool

28,822 transactions
9.89 vMB
0.03577934 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.89/200 MB

Candidate Block

Mining Attempt 6d8b55978d9781ac3ff6f0748971a3b42d2fc9dab009b97bc0ce43d894acbc14
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root d3fe56208327b707261eb225dfb63988539456e7291b6331b9b0e84e631ec81a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,324
Size: 1.00 vMB
Total Fees: 0.01851343 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (756,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,470 157,470 0000000000000a02ec29e9dfadaa79b46ecef98c73626edd71999613570c34a5 85 0.03 vMB 19
157,469 157,469 0000000000000c36346ba031711d13f5562dc815b7aaa0aa768061e0bdc7e8bb 26 0.01 vMB 228
157,468 157,468 0000000000000d24547e4c4f1540b3aadcdd6fb1d3a8e0cc952cf4a917b54127 38 0.02 vMB 68
157,467 157,467 0000000000000284497e8f5c77a3f2d5681324107ee4c7516789d664287a9fe8 46 0.01 vMB 4
157,466 157,466 00000000000003434f1bf3f3e34cf9ff8676db7c424b0e30d138ae084aa1e176 69 0.02 vMB 12
157,465 157,465 000000000000006274867cae29c24c8305c9bcdad89662ab75cb7070919b2cff 11 0.00 vMB 36
157,464 157,464 00000000000004514cb3952d11462a327c2a922dab3f843bee22ba794507c291 47 0.03 vMB 17
157,463 157,463 00000000000003c2201232c39a32b940596441c503ea488fa5f41752c522137c 6 0.00 vMB 875
157,462 157,462 00000000000001df3eda538d9275cdd8d9b4051d25fde17b345ec75c502d7448 16 0.03 vMB 897
157,461 157,461 00000000000005d6303a47aa9608d39a348b5563dce7d49e8913070f25090582 1 0.00 vMB 0
157,460 157,460 0000000000000e824a994086f633fa44dd50522aad562a76e55590a08aa8fd88 31 0.01 vMB 45
157,459 157,459 00000000000008bfa34c9b23756dd17e5db11db082123582ac7a3838b07ab61b 158 0.04 vMB 34
157,458 157,458 00000000000005155b47727687360b33e46d95dd5c810edadae44e9c34f45412 9 0.00 vMB 0
157,457 157,457 00000000000000ba39b5a0fc390270cff0be152cc57876bec241233a309165f4 12 0.00 vMB 40
157,456 157,456 0000000000000c8761e9f89aa1a5fa6be51de43c7e42d201b7d2c14b57856a9d 25 0.01 vMB 45
157,455 157,455 0000000000000500d1f0a5d26f6126198fa59bac35044a117b42453dc51714a4 14 0.01 vMB 327
157,454 157,454 00000000000009bd31efe6fdab2c55fae4378621d59ad5b66ea5400ff96f04c5 58 0.03 vMB 55
157,453 157,453 0000000000000015bb615b61c05a37924b80b2a7e752e3bc310028213dcb691c 15 0.00 vMB 220
157,452 157,452 00000000000001576d8c63f04f831282b5fb8d0ca64b9452be396e2ec841b419 53 0.04 vMB 67
157,451 157,451 0000000000000dab13c0acca4291fd35fba7660b44d7d0965326f34eee9cb634 92 0.03 vMB 22
157,450 157,450 0000000000000c80f426321f7bc5da0e9df054f46158aed06476bc5b24476773 22 0.01 vMB 67
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 372.85 GB
    • Received: 1.85 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.