Loading Tool

Explorer IconExplorer

Memory Pool

16,315 transactions
6.18 vMB
0.03643084 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.03/200 MB

Candidate Block

Mining Attempt 952aa01d156b5dc0860f8fb0d448b1d4c0cf5508b3e307c06adf571eb42a1851
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root 28c1515d4ae0d683922cff31afb0a1afc3594801b7ff31d5db06741687bfa45b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,203
Size: 1.00 vMB
Total Fees: 0.02551846 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (684,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,883 228,883 0000000000000121a67e3f3cd16186bf650acea94c6dfdf592998aa775a7d8ca 76 0.03 vMB 198
228,882 228,882 0000000000000069ea1b3062110fb1619a2ff761a1bb1a6cc35374b32718bbb5 122 0.05 vMB 171
228,881 228,881 00000000000000201ded74e0cf967001a0ff423826343a456a7743479d50a2fd 86 0.10 vMB 93
228,880 228,880 000000000000025db26ad0bd87c78daddb3252ce2701feae009425d17e618f2a 6 0.00 vMB 33
228,879 228,879 00000000000000073af6a31ba36d8f3015180d59d1f5b32f3b70785fab13fa95 308 0.15 vMB 162
228,878 228,878 00000000000001fb97a85a03a1f72d672e3972534c44aaaeba3ef5b7e9170498 102 0.05 vMB 156
228,877 228,877 00000000000000b496238068cc30923f1cbf5c760c38000fa19461529ea9f0e2 271 0.13 vMB 139
228,876 228,876 00000000000000710c1d652d0e451e5682bbf3704bad12eafc6004f8df63ac85 258 0.13 vMB 166
228,875 228,875 000000000000011d72622eef77f9037d085fd9014aca67af66250c184d8994f2 284 0.13 vMB 140
228,874 228,874 0000000000000040e92d661bb4083f389f7b16aedd51e4432df63c0b0c967560 145 0.06 vMB 247
228,873 228,873 0000000000000202d43a522b72e61220d5444c8f993856c704f702bab7636ec9 70 0.20 vMB 44
228,872 228,872 0000000000000213e98b72169fb581d81b210d1c60c80642516889919caceaa3 288 0.15 vMB 73
228,871 228,871 0000000000000066c36707971f2bfd8439c50a530882c99575da5e449b9a6578 787 0.35 vMB 175
228,870 228,870 00000000000000ed6239a2287124a8431e96d48e063af52f73ea69aed757cb9a 143 0.15 vMB 47
228,869 228,869 000000000000002507714c8d2d9f4c23edca7091e938ab267dc8c3a6f36e1b1d 546 0.23 vMB 178
228,868 228,868 00000000000000a27582c78fff5cc57464e1747d2efa8b8994cbad7ad52ec448 143 0.16 vMB 94
228,867 228,867 00000000000001c2ef1f8ea8ac471c553ec6072f07d607d3962577ab7b8c4a5c 130 0.11 vMB 131
228,866 228,866 000000000000010e694d5d074b22f3683edfc725d3d196b4a575bfaa81bfdf21 292 0.15 vMB 151
228,865 228,865 000000000000017e3529d6bfc643abff0fd286d29167c021e1c994d5e7e3ffc1 216 0.09 vMB 185
228,864 228,864 000000000000006557be96a789dc3e865cfe45f8af6b4c8ff57491cf6ac1f24e 426 0.28 vMB 128
228,863 228,863 0000000000000245e32e9ffd856629699231f0da80f0b8ace826006e613d0b15 5 0.00 vMB 42
Previous 10 blocks ↓
Total Size: 779.65 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: 309.98 GB
    • Received: 1.47 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.