Memory Pool Memory Pool Refreshing

40,061 transactions
24.92 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,991 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 476 91
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,990 (94,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,517 752,517 0000000000000000000830cfee6ebac8e16a1d564426f13cdcf5fa99b0f42bf4 1.44 MB 1,727 10
752,516 752,516 000000000000000000049d5452ca3004b3f76b7904ba7ee7f3904f20a427f186 0.00 MB 1 0
752,515 752,515 00000000000000000005715a28c65c67d06ae69bc31c60878cc7fcd7458ce1da 1.98 MB 188 2
752,514 752,514 00000000000000000005e55f3d0042b5cd0d8a8f8f7688ccf4544f9f5e1f4faa 1.90 MB 1,333 7
752,513 752,513 000000000000000000031091a3cbb79b9505e87c502bab18e781d4892e541e9b 1.93 MB 1,167 5
752,512 752,512 00000000000000000000c669ca25dc052c5b42973fb8825f396d32971e80738a 1.89 MB 940 4
752,511 752,511 00000000000000000008c606898294a6e89faf26cb52f3cd188ecbf8abd68c30 1.02 MB 607 6
752,510 752,510 0000000000000000000048a2b7b2d623f1a4c94558f5059fc8846a74ec0dea3d 1.13 MB 942 10
752,509 752,509 00000000000000000008589939b9d63a6b401242b48a5aa8731d5e65dd36cd01 0.19 MB 449 12
752,508 752,508 00000000000000000003dc23f6852dcb64e5b1fc59472ecdaf86ae6824d44f29 0.68 MB 1,054 8
752,507 752,507 000000000000000000024c98e9870c9c87500eef7dd7f5df0cb4d206964c9a03 0.49 MB 1,053 11
752,506 752,506 00000000000000000002354ee853a0772eb8700e445c5c5d100929bbf45bc595 0.94 MB 1,856 11
752,505 752,505 00000000000000000005162e0a1af39b926b9f72076470d55aad724648619b08 0.81 MB 1,048 8
752,504 752,504 00000000000000000000b4b7809ed88d5a19eb27f32e0858d238d135895dc349 0.04 MB 69 12
752,503 752,503 000000000000000000042eb2cde574cd56aa19e30ac7741aa9c2d76d84542827 0.69 MB 389 4
752,502 752,502 000000000000000000077dd5f9cbd168f2f17780ad57f84fd2ff5beb9a13e517 0.98 MB 1,836 11
752,501 752,501 000000000000000000039c50f29dcae1b146545b0a1537d4d727881a02c927b0 0.21 MB 440 10
752,500 752,500 00000000000000000007b0c757218bd6b18cedd6901ad256c4b709b9b37f288c 0.34 MB 409 7
752,499 752,499 00000000000000000008306a95480b38ce9f85c70b9b0f2695a7d301c3313aae 0.26 MB 623 13
752,498 752,498 000000000000000000048af788f9c14103464cc05bae3eba80a53352b565b286 0.11 MB 255 11
752,497 752,497 00000000000000000007ce95a78c53b7d6726dd0ec6a76a1a0f7e9000494fbb3 0.28 MB 437 10
Previous 10 blocks ↓
Total Size: 655.96 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,516.27 GB sent, 99.51 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.