Memory Pool Memory Pool Refreshing

21,267 transactions
38.99 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,959 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 647 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,958 (493,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,517 350,517 000000000000000013635a596983c03d58472719c10782a446bbdd38a7a9b297 0.08 MB 154 25
350,516 350,516 0000000000000000108769db5714fe66aabed6ac75adf7e28020cff350b8487b 0.15 MB 369 13
350,515 350,515 0000000000000000151a0d22b4e6abeaa556a9c8cc2c41d097841f18e918c8ac 0.18 MB 358 26
350,514 350,514 0000000000000000157eee13f2d54d026688b0cc0bbdf40f297b2dc26dfba580 0.58 MB 927 26
350,513 350,513 000000000000000001987da29f1f64adc16d3c6188a1ce678435a66c856c5323 0.09 MB 210 25
350,512 350,512 00000000000000000b9c4f00a01cd9a404aeab32c838333167d8c3e9a3a162ee 0.23 MB 410 28
350,511 350,511 000000000000000000d935ac28312bf9ec645758d32f90dd22443bdf710169de 0.17 MB 268 20
350,510 350,510 00000000000000000586ce40ab55f1b5e312455436466c3ae5a3864b145a0dd9 0.66 MB 970 17
350,509 350,509 0000000000000000003d80e5e32b0eb472132877beffdea595e68dca7922120c 0.26 MB 499 26
350,508 350,508 0000000000000000129cd3c8b1f739cea48b091e4d0bbfa2e46f56bf189fca9c 0.15 MB 269 23
350,507 350,507 00000000000000000243bdac4b1024b59dd0fbf2c009856054d0dc2d50782b0f 0.67 MB 1,380 26
350,506 350,506 000000000000000015c558c9c386a49d2dbfe6ce0a23f2e0d33d61646046944a 0.08 MB 143 24
350,505 350,505 00000000000000000c4aeb9a802d08406d4b8980b8c2e9da165c8f6a62a02cf1 0.12 MB 192 16
350,504 350,504 00000000000000000f7a4a68b0319782045790efba22bb0a2af85548c5535e3b 0.54 MB 1,207 25
350,503 350,503 00000000000000000782ff53c48b4a286f62e8759eab0c0dab7633924bcb1207 0.62 MB 1,210 26
350,502 350,502 000000000000000011f1ab0c4df892665e43cf3350553d6fc5e017c5c35fc801 0.19 MB 426 21
350,501 350,501 00000000000000000bac2cc9b8b38658e3272926a5a0ed43658066df0a2170bf 0.34 MB 572 26
350,500 350,500 00000000000000000483f774073f7bab2d7d71a424b81684d82feb623f35dd17 0.05 MB 102 22
350,499 350,499 000000000000000015f1e4f460b0ec4e61f5be65431808fd770974de9e4c028a 0.04 MB 55 10
350,498 350,498 0000000000000000083eac738f34aa53a3caaafe9c053aaf70f80fcf59dd664b 0.10 MB 84 7
350,497 350,497 000000000000000002d616fee01db305d457d04c43467622245d6b9a624a7610 0.75 MB 1,565 26
Previous 10 blocks ↓
Total Size: 650.43 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,976.27 GB sent, 62.87 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.