Memory Pool Memory Pool Refreshing

45,015 transactions
41.77 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,096 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 7,034 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,095 (517,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
326,250 326,250 00000000000000001e9d9127dca15b603704178ed51a24c7d7ad8c8a507680d1 0.41 MB 383 20
326,249 326,249 000000000000000010d3f8b510a8d46f9b731c3e5b813f2415957553f5304a00 0.90 MB 1,823 30
326,248 326,248 0000000000000000095e0a7447319f3f4ee8482aac1fe999fd4f14740453eef6 0.35 MB 821 35
326,247 326,247 00000000000000001b86062f588e67cd21e83056f93e310f53774d6897c65523 0.01 MB 26 14
326,246 326,246 00000000000000000bc0142813c784c445895aab8b296edfa3a77420635aac4c 0.05 MB 91 26
326,245 326,245 00000000000000000ee49f11576c93816e7cd16ca8125937ccebc20fa51cc598 0.57 MB 981 26
326,244 326,244 0000000000000000056932f94c67a22cf3462d41d9fba704edd23cd1619ea8f9 0.08 MB 135 16
326,243 326,243 00000000000000000a601021ff58348d65e7a6cf3a90b8e547ac750415e6a30d 0.55 MB 1,013 27
326,242 326,242 0000000000000000028116777c1019bee6963cf6808dc76618059bd9febfa8cf 0.83 MB 1,389 25
326,241 326,241 000000000000000017affa59c7eb781dce4d3a904f5b0d24e53df39c8bef3f53 0.12 MB 150 24
Previous 10 blocks ↓
Total Size: 650.68 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: 9,007.60 GB sent, 64.24 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.