Memory Pool Memory Pool Refreshing

37,339 transactions
50.50 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
840,908 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,787 48
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,907 (514,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,271 326,271 00000000000000001106a61b28cc5b2fb5761e5c691926610eb7302b0bb7df26 0.13 MB 280 31
326,270 326,270 00000000000000000277cfe7bcf4be7eb45969aefdad63d575752d8f6039f29c 0.13 MB 93 13
326,269 326,269 000000000000000003b1e7cb61018c129afa52ab6a704c07f40a6ee66be87067 0.35 MB 667 30
326,268 326,268 00000000000000000e82798556d22e21fa0631db4a46fc50d518c105045948e1 0.19 MB 314 23
326,267 326,267 0000000000000000153e3ebcd2fb9feebc3dec4dd1bbf102f2cdc162d97f01e4 0.26 MB 222 17
326,266 326,266 000000000000000013eca48e68fcd3a682f11fbe1c34250114a0b39fb7e818a1 0.10 MB 229 31
326,265 326,265 000000000000000010847df808d44ba744448f8725a0cb2486034e61732729a4 0.31 MB 437 23
326,264 326,264 00000000000000001d9e9722ef03ecac83e4f09a4256fdfc917f1bf1a3b811db 0.32 MB 581 24
326,263 326,263 000000000000000000ea760bc291dbf217a005c92818b111a151a3f74cd73182 0.07 MB 94 6
326,262 326,262 000000000000000011c832cbfbc58d2897409279de9ac244e492e3a8074500fd 0.65 MB 1,181 26
326,261 326,261 000000000000000002605781ac7f7874f6d1d0495833d684206ab246c1fa1f35 1.00 MB 1,690 28
326,260 326,260 00000000000000001471e376c12f436a053f5c71a99a900a7befdf8d97b9e678 0.09 MB 246 31
326,259 326,259 000000000000000017d1a0129d1070a4e1e60cbaae8fd77a9f33637b5297101b 0.26 MB 262 17
326,258 326,258 0000000000000000032dc03d03b7695a38967619876c6616bbfe306c6b4ac17f 0.35 MB 711 30
326,257 326,257 00000000000000001437dccd4048fb734dcd9ab870c6c0d65c0f16f11f304cd2 0.50 MB 1,192 37
326,256 326,256 00000000000000001ac8ab7dbdc518ef7f6a918774e4d3a815bfc3a654385dc7 0.11 MB 189 25
326,255 326,255 00000000000000001d881ad6cac9ba825675512e09aebba944eca57d167d65e8 0.07 MB 187 34
326,254 326,254 00000000000000001f5f4d7c6984f36b24b9ab63f8357140df62359093ea2895 0.01 MB 38 39
326,253 326,253 00000000000000000fdae5c06cf559b540f365ad206d37e96edca4e5696ded78 0.26 MB 506 30
326,252 326,252 00000000000000000e348b0587417aff2cc6326f3bb435661caecc56bb67861e 0.59 MB 1,150 28
326,251 326,251 0000000000000000075bf3e4cabf28a24cea5feab69c361011090f8f07a3c288 0.15 MB 301 28
Previous 10 blocks ↓
Total Size: 644.72 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,107.63 GB sent, 28.72 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.