Memory Pool Memory Pool Refreshing

44,382 transactions
49.31 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,773 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (640,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,517 201,517 000000000000027dc5e23e2ccf28d45b78b87b31224dabb2811d391de501b2bf 0.03 MB 65 515
201,516 201,516 00000000000003f46ff7891eaf48ba4c425ae51b78ecc37bc5298b4dc5e62477 0.05 MB 132 201
201,515 201,515 00000000000003e0d0af496038a16838194e7594e6a4642d139acb4d1835e327 0.03 MB 82 110
201,514 201,514 000000000000025e8266ba121098ba0bb213af7d07f6bf2f84e4b8d682899d7f 0.01 MB 21 99
201,513 201,513 000000000000055671e8802e11fb8f518da785bda66bd16a41a98e6a34737561 0.01 MB 17 36
201,512 201,512 00000000000004d9964cb68b3bbc5e37a18ecc8b526d3f86adfa6b1faaaac221 0.06 MB 72 26
201,511 201,511 00000000000003642c1d946717b040d23cc96799e78f61cf6c354d894c82a135 0.09 MB 249 134
201,510 201,510 00000000000000c077d5097006027d6fde4a2aa7a8791eb15221e733f30f2878 0.08 MB 220 175
201,509 201,509 000000000000058f7f7dfc65f3c060dc1378e9619800bf6e758b405dd64e3524 0.06 MB 128 269
201,508 201,508 000000000000051b1f3daf5ece9f8e29184d7fb1f3cf71408b7cdc7f5f577a08 0.01 MB 30 123
201,507 201,507 00000000000002eed9559bf020fb8b8de20e142558d9327a1ed3eb74bc2392f5 0.06 MB 146 109
201,506 201,506 00000000000000c4a7c338447d9017cdb991c6f60c5b1970005c84a5d24db691 0.12 MB 282 128
201,505 201,505 000000000000054fbdbd97449c413296fa7600e268843879ee48f4a59838539a 0.18 MB 305 71
201,504 201,504 0000000000000399d915df91bce46739ff9d34e1874fb65c566a87179b8a497b 0.05 MB 67 74
201,503 201,503 000000000000005892588f8bcb728aa63af91383b432f902ea73b3f1fe8b34c7 0.00 MB 1 0
201,502 201,502 00000000000004626ff7484dcd99def8e13b71b9fc64ab4a7a789836dabec821 0.05 MB 186 1
201,501 201,501 000000000000007fcb87b0286ed23308dc03321b50cbeeb8e38810b5b44a39f3 0.07 MB 147 117
201,500 201,500 0000000000000372858553145604c79a674c0e5767d4b513f63b1ee949b9e2c0 0.05 MB 128 14
201,499 201,499 000000000000028bcde86b799251fc18693b677e1ea37d1308c98c0df3c275c5 0.08 MB 130 222
201,498 201,498 00000000000002f987b36c8b8947c11d6ba13e62c3b3fcc92d66db93d98ee2b5 0.04 MB 34 56
201,497 201,497 0000000000000351c9a6b354333167d2532989f0ff9a5280b5c4611122f249e9 0.15 MB 388 178
Previous 10 blocks ↓
Total Size: 647.41 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,484.78 GB sent, 45.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.