Memory Pool Memory Pool Refreshing

26,232 transactions
57.21 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
843,386 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,853 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,385 (739,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
103,519 103,519 000000000002441a325bcff495660a9e123641ec7248d5f10cc4d8046cddb63d 0.00 MB 7 0
103,518 103,518 000000000000c5a7b60e25c62bca86f0ccdfdb62ddc76e013cb9324cba5175a2 0.00 MB 1 0
103,517 103,517 000000000002d9b9dcb9b73ebb48416e497f058733266999d979ebaaddac3d4c 0.00 MB 3 0
103,516 103,516 000000000002ae1fbe5f381cb95dd33a3234bbc21c3b653f83832670bcb3b3c2 0.00 MB 1 0
103,515 103,515 000000000001d326f8a217e58192a5037a35a176d0021ec9d5deec3f51af52ff 0.00 MB 4 0
103,514 103,514 0000000000013dcdcdfa6f4403f793e14d042464469073de02baf615f83513e7 0.00 MB 3 0
103,513 103,513 00000000000221a97849e2eaefef882bdfd8696c97d582f2738e24377ac25049 0.00 MB 9 0
103,512 103,512 0000000000003db98e355d0eca780a11023c51ab582000cdbbcb555fd483e186 0.01 MB 2 0
103,511 103,511 0000000000011da524c8f3e9ba3062aa7ab8a19c6745a590f9ddb55456d5e668 0.00 MB 1 0
103,510 103,510 000000000002c54ff114e51a3836bdf27c375dcb1e49c896fea2e617ba922bdb 0.00 MB 8 0
103,509 103,509 0000000000006130da28690e66e6bf8de288154d4aa0cd6847ef51e64c8890bb 0.01 MB 20 0
103,508 103,508 0000000000031a0ef69ce86e7b763d8db49601d3ac7e82051491fd97ed2ab5cc 0.00 MB 2 0
103,507 103,507 00000000000286293fc73397df16ae74f447a362a0bc5177144644275c67cbcd 0.00 MB 1 0
103,506 103,506 000000000000fda952a5edb675c3855d295e91c5401cacad7f269a8eea51f73a 0.00 MB 1 0
103,505 103,505 000000000002688bb92dd8884fee76949c71db683fc8d4cdec0b1150b02f8438 0.00 MB 5 0
103,504 103,504 0000000000001ebc8a9971ce6aa20145176e2c586b60c20e49b150dcfd400939 0.00 MB 2 0
103,503 103,503 0000000000005476900e095753b3ce83af1feb6215a3b61c753c4f802fd45f41 0.00 MB 4 0
103,502 103,502 0000000000020b27b0c70341ae5103dc2235100c205b2fecd8f6efd197686d14 0.00 MB 3 0
103,501 103,501 000000000000d4b1f1a3d112925dddf69010d11468226f793b0780dc9c9eeb4c 0.00 MB 1 0
103,500 103,500 0000000000029b924435f3e38195c9127a3180fce6b799d99957b7143f9f9ade 0.00 MB 8 0
103,499 103,499 000000000001553cb841b0c7461a1569553fcfecb328347e9864aef56312eded 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 649.38 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,792.30 GB sent, 57.66 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.