Loading Tool

Explorer IconExplorer

Memory Pool

1,433 transactions (0.42 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.39/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,213 000000000000000000022b910000000000000000000000000000000000000000 1,433 0.01308350 BTC 0.42 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,212 (574,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
337,462 337,462 0000000000000000082ee3b7725e491b1c7880ef9f2391f249fa17e4e8ce0264 0.19 MB 487 87
337,461 337,461 00000000000000001a77570b70d350aca5cd2d4541aac1f78a6ebf1ceddd54de 0.22 MB 610 59
337,460 337,460 000000000000000002a7eaada687d88bb0b2a7b02fc0d23b4c483e62aa0c5bfc 0.75 MB 341 12
337,459 337,459 000000000000000017522241d7afd686bb2315930fc1121861c9abf52e8c37f1 0.75 MB 1,418 45
337,458 337,458 00000000000000000f8c79da9351ea736681409697b3f408e01455d18212d3b5 0.14 MB 288 213
337,457 337,457 000000000000000006cbbbda2e33f31ecc25130d5204ed7676c4ac00daa1017f 0.75 MB 459 13
337,456 337,456 000000000000000005801b885b1a81fb15f2fdbfc1be0ae45e7ffb413c4180e2 0.25 MB 716 34
337,455 337,455 0000000000000000115098c2fde038cc1621f6984a90dcb33f45df98869ef340 0.75 MB 1,135 34
337,454 337,454 000000000000000001ddb07051a57b0a228a0bb8c35f3ecdd9225cbfabf09ff4 0.20 MB 542 88
337,453 337,453 0000000000000000146462aa2ad7de42bb36ab952d89e6bde55bfb3f216baca9 0.15 MB 392 94
337,452 337,452 00000000000000000e1e16244a7918f87abe3a05eccd596efa822e3352b1dfde 0.32 MB 678 494
337,451 337,451 000000000000000017558b419608c7408dddcbf1a997f13143863d031e8948a0 0.12 MB 117 8
337,450 337,450 0000000000000000169a9fcdbb9855f0e5b582f507b19cf48bd637d660e9271a 0.90 MB 1,697 39
337,449 337,449 000000000000000002ad428e25763349001ab5836798eef79649094816dee26d 0.41 MB 659 47
337,448 337,448 000000000000000004a4305ab28a040d2807926d5a34b31dccb0adf4e2f7650e 0.16 MB 435 66
337,447 337,447 00000000000000000b2ef57b3b773a4f14d0ea57a217b38a03d9cc1128bc1c76 0.31 MB 571 24
337,446 337,446 00000000000000000a0c64f30eb6f779fa818c361991605c38d2420de69aa4d7 0.47 MB 904 24
337,445 337,445 000000000000000013cf3eaf85d0f7244b15a721a1f920fd81e786561de4df34 0.09 MB 207 85
337,444 337,444 000000000000000013d435845935d0baae9776a3748ab198a84ad84746315f9b 0.17 MB 238 52
337,443 337,443 000000000000000006efadd0c574dc82a8d1c73c930eb3f48f2bcf97f4bbd5bb 0.26 MB 508 47
337,442 337,442 000000000000000000ecff64b3447fccee8a7871f32a6f4f32bc2de148f5544a 0.02 MB 32 17
Previous 10 blocks ↓
Total Size: 777.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,535.77 GB
    • Received: 135.75 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.