Memory Pool Memory Pool Refreshing

92,328 transactions
36.63 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,498 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,546 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,497 (318,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,103 527,103 0000000000000000002f7faf8b1fcd8e434b9e0a2b95d3d063a6065344349127 1.13 MB 1,246 12
527,102 527,102 0000000000000000002966cbfb19076319e2a5c2a3498caed96ad7c5b152ecc9 1.06 MB 741 10
527,101 527,101 0000000000000000001050b5e79a779e59785dfe82e23d6a02b3952ed8a1d79c 1.12 MB 1,384 13
527,100 527,100 00000000000000000019c9e2984da1723dc793545daa58a598cc0919a9c3fd0f 1.03 MB 188 2
527,099 527,099 00000000000000000034e9374393ad6387d8eb30c8356a8e84fdb4f10a096e95 1.07 MB 794 5
527,098 527,098 0000000000000000000f7e54216b590437a2154084133d018af6f3c731b5747f 0.67 MB 1,541 28
527,097 527,097 00000000000000000017a9f92521693a2390a00bc87f26f5164465946e08a81e 1.05 MB 746 13
527,096 527,096 0000000000000000000a3cb7bb594d2492d182967a48595f5517bbaa4ae087b1 1.10 MB 1,105 7
527,095 527,095 0000000000000000000df499bd66e2c19ad0b0073472d414be71cc18a09fd007 1.16 MB 2,762 30
527,094 527,094 0000000000000000002d881e60ed60e9d19fb0edfd8506adb61e4e867e8b148d 1.04 MB 626 6
527,093 527,093 00000000000000000037a57830921a0fbbdf91d579467b85e9d6035731ef6670 1.11 MB 1,378 12
527,092 527,092 00000000000000000035c3f53407edbd53fe5f4c82f102dfd56f881d095044cc 1.06 MB 1,004 12
527,091 527,091 0000000000000000000b9f0d5246dad5b960c130ac4048c5e7045139e942c4c8 1.03 MB 417 4
527,090 527,090 0000000000000000000947d92c44f40fa1c3c7e01998f882404135f0711318b7 1.10 MB 1,574 7
527,089 527,089 000000000000000000052ff25c0819aa06704096aece4ed91a12e3a99022babc 1.13 MB 2,216 34
527,088 527,088 00000000000000000036b8ed890007bbd5fa05456d4331c89bc3c97b1c579552 1.09 MB 1,727 15
527,087 527,087 0000000000000000002cb39147909c210ffdab88dfb9e89a171a14235a209545 1.03 MB 457 8
527,086 527,086 0000000000000000001b11cabd102c1568c5787f9c11830f2e2e04c00e273bba 1.07 MB 796 9
527,085 527,085 000000000000000000116dfc9eba5d366958ae3666085ddd96421ac3ea68a11c 1.13 MB 946 10
527,084 527,084 0000000000000000003499183210822c837bf79637e942476a8323c1a222fc15 1.25 MB 1,747 11
527,083 527,083 0000000000000000000c54b98c2e9d9e185a759f6f004cb84bc558788bdeeb6b 0.99 MB 1,274 13
Previous 10 blocks ↓
Total Size: 653.33 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,310.18 GB sent, 80.89 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.