Loading Tool

Explorer IconExplorer

Memory Pool

72,702 transactions
28.03 vMB
0.06687534 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt d71ed7e2f709f0bc8cb2bb12ca5301a804438f343ea4673101419af5932084e5
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (806,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,011 109,011 00000000000128b27a9a57a2dc99bc716e79d051cca3391de576d5b9656fd28c 9 0.00/1.00 vMB 345
109,010 109,010 000000000001a75793cf21e463abac1eb64f1d5fd1bbac49c884edadc1a74e1f 3 0.00/1.00 vMB 0
109,009 109,009 0000000000006ca495e3175fadd7e8b0b06ffb2d3a9ca0a31059e113b8008430 3 0.01/1.00 vMB 0
109,008 109,008 00000000000133ef870b8531cf86933e7437e7c912aeb225ad1a350f0bd46c4a 3 0.00/1.00 vMB 0
109,007 109,007 000000000001486e4971a8d21f5b66bd794427f6c7ae0169871d5756c70b40fa 9 0.00/1.00 vMB 0
109,006 109,006 0000000000007eae7dafd645c8078bbbfc78da6e60cdc0dad96087645c5e5180 11 0.00/1.00 vMB 0
109,005 109,005 0000000000013fa67a26fe0d5d7b0fb952b4325b2c2fa5912932a85d8e3cef49 4 0.00/1.00 vMB 0
109,004 109,004 000000000000cbc9de4aeae2a75a00eedfd60ed5c0963b7a6d67d0452c4fc4d1 11 0.00/1.00 vMB 0
109,003 109,003 00000000000093c9a419e7b27624aca05a4b62e572699f4c5292d7d0b1671554 9 0.00/1.00 vMB 0
109,002 109,002 0000000000006a96910734e7da59bd9931dd66d3d054c1f95fce977114b1f443 8 0.00/1.00 vMB 0
109,001 109,001 0000000000008d32d93218ab539f9f32a0ee12b163ef9d290a98217aee356ba2 12 0.00/1.00 vMB 0
109,000 109,000 0000000000018ae5c97cf968e269afe18f15c6cbaff0beff192126401dedb634 12 0.00/1.00 vMB 0
108,999 108,999 00000000000106be255207962483d0b4406145e2d4039a490298d362d6554164 12 0.00/1.00 vMB 0
108,998 108,998 00000000000079f8ce3ca97ef57d562077b6cb593a49f88c0aac7bc4a4b287a2 11 0.00/1.00 vMB 0
108,997 108,997 0000000000008acf947b50ec0c9849e1f02b9e19fb6dc1df9e40b0aadc5d63f1 13 0.01/1.00 vMB 0
108,996 108,996 000000000001b98b7a4d34a34471223482cc56ac6209159df50f5779de9783ae 11 0.00/1.00 vMB 0
108,995 108,995 000000000000b6bb4412338a8bd6f15c1c4abf5642b803bddebdf82957e76dad 12 0.00/1.00 vMB 0
108,994 108,994 000000000000fd72a310eb0a4737c1014325a09c2006de3ea3c0ec97f91c590c 7 0.00/1.00 vMB 0
108,993 108,993 000000000001647e761e3649c62b24e6553a44087699233952840895f278acd3 12 0.00/1.00 vMB 0
108,992 108,992 000000000000624cfc479c68d61b870b7caa965c7b1b7b8700a53c36e2c79d1c 14 0.02/1.00 vMB 43
108,991 108,991 00000000000137ef66c8a6c7b9ab4809239280269e8592f288b8783666c2cd1d 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.