Memory Pool Memory Pool Refreshing

24,958 transactions
36.65 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,599 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,570 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,598 (370,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,717 471,717 0000000000000000012341fe41de8cc68b6a985a2756778a817d7a26185ff01b 1.00 MB 2,066 205
471,716 471,716 0000000000000000000cb6d7781d36abf4c92e27fb65ff08d225b8cc1e82f7c9 1.00 MB 2,516 344
471,715 471,715 000000000000000000076a7992ece748e05cf1b5053a2af1a753a4f153a5d746 1.00 MB 2,503 404
471,714 471,714 000000000000000000596df3b3fbf78edd25e046af0695c9fe69359319575d9c 1.00 MB 1,807 248
471,713 471,713 0000000000000000019a4153d92aeb8229ffe8ea6e7da266bf1ced81004adfc3 1.00 MB 2,479 366
471,712 471,712 0000000000000000009f62b7184a111c98704a344104110bbe6707131bce7f19 1.00 MB 2,106 312
471,711 471,711 0000000000000000011bd9c4fa79a9b431c1318508ffe583c129f3332ace9b3f 1.00 MB 1,972 260
471,710 471,710 0000000000000000000a7da4c02a3d45e439f22a1af87a7e2aa626e5b1f5c5b5 1.00 MB 1,431 379
471,709 471,709 00000000000000000158d617e86cc5e9de9440c714d21445fa856d952778f1b1 1.00 MB 2,097 290
471,708 471,708 00000000000000000032cb018dc429d58fc0b8c3e9d5fd1d43c0f671a313d824 1.00 MB 1,526 264
471,707 471,707 00000000000000000045e969d91ee42d02b02aa2bc6b96f101d97e52d4e7103f 1.00 MB 2,281 389
471,706 471,706 00000000000000000184092c2098cd04d5978338da9f6822048c59c63433d517 1.00 MB 2,032 362
471,705 471,705 000000000000000000edb6c0e3dc84c0b197559bca25568453cc09e477ee3c90 1.00 MB 2,001 333
471,704 471,704 000000000000000000a5592047441b1283f2f31b951aab56ad61233c03301a68 1.00 MB 2,310 387
471,703 471,703 000000000000000000fa2de0a1b41f67d0094f463a5614824d1d8b32c1e218b8 1.00 MB 2,083 244
471,702 471,702 000000000000000000b4426d974906f5ca773a79046c8a914e2725ea8faef84a 1.00 MB 2,082 267
471,701 471,701 00000000000000000175ffba8dc14dc765b3573ad349a20523a14cfb5f59a079 1.00 MB 2,238 194
471,700 471,700 00000000000000000009659d03bc59ef651a2216153f10f591373c7aae0b46a6 0.99 MB 2,263 142
471,699 471,699 0000000000000000009f2ed673cb0c79edf6b43e5f99f7e40f3ce2322240ffe5 1.00 MB 2,373 231
471,698 471,698 000000000000000000b067af44e2cd4f74a956bfef745fad21d75af89d7f4402 1.00 MB 2,221 374
471,697 471,697 0000000000000000012bfdee97c3b502d5938ff371deafc7f9e7234988345d3e 1.00 MB 2,254 280
Previous 10 blocks ↓
Total Size: 647.86 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,553.25 GB sent, 48.20 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.