Memory Pool Memory Pool Refreshing

54,038 transactions
32.50 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,571 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,511 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,570 (498,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,520 350,520 000000000000000005ba69c08fdb7c6a4ebc718f202c7a2d508fdde5e30b22e5 0.06 MB 107 22
350,519 350,519 00000000000000000fe197c55f3aa28e1e5d39e68b77cc4ed531b0b7ae0330f6 0.50 MB 970 19
350,518 350,518 00000000000000000f7e5cdb3aaf0a7a1b54de6e6430ac3032af70f75dd9c36e 0.62 MB 1,155 28
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
Previous 10 blocks ↓
Total Size: 658.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 1,907.71 GB sent, 3.42 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.