Memory Pool Memory Pool Refreshing

62,300 transactions
39.49 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,371 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,877 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,370 (147,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,554 696,554 00000000000000000011c357b37f23f470c4ca904d7410dcedd431f868df2022 0.41 MB 759 11
696,553 696,553 0000000000000000000dc4dd6c00b32cc36e2daeb5357f00b26c258003fda9a2 1.50 MB 1,903 6
696,552 696,552 0000000000000000000c75ce795a7d86268df27ea9af3c42bc74909488fff670 1.45 MB 3,277 16
696,551 696,551 0000000000000000000c3086ef31f6383b9258662ea1a7d54f10c0243f9279b0 1.02 MB 1,474 8
696,550 696,550 00000000000000000006388d59e4fd13628d3d29023d7fe3fbd36be3f6c67c68 1.42 MB 1,490 8
696,549 696,549 0000000000000000000c221309d4bd8ab1d852906501628f949facb8a18c4e96 0.32 MB 643 11
696,548 696,548 000000000000000000032c9c71f54f2ff91109920f588b3c94704a9dca0ef22c 0.17 MB 492 17
696,547 696,547 0000000000000000000fc795c28be7c6a805d575ab2f38944660a603c3cc7b16 0.84 MB 1,265 2
696,546 696,546 000000000000000000029df05b26808d8742dc485dc125784d6f43ba7c6242d7 1.21 MB 1,737 8
696,545 696,545 000000000000000000093fd51286f01dccf0ee36a9fd65df3c57ba3ea786e456 1.48 MB 3,005 15
696,544 696,544 0000000000000000000ec5f3d883d565ac33e434fbf774dabbb4a988cbe25774 1.43 MB 2,480 11
696,543 696,543 00000000000000000009c3cb2942826d7cc9b0f73e57aa651efa2b9bac1c0549 1.43 MB 3,047 14
696,542 696,542 000000000000000000016717971947dce48b66222b0985d83aba54a4cb50565f 1.64 MB 2,210 10
696,541 696,541 0000000000000000000a56161ab1e665446b323a024426bab8e98e2f992277bb 0.02 MB 40 18
696,540 696,540 000000000000000000003e5f477d2c08f251b226c1337d7d841e4a9e370fc3ff 0.20 MB 414 9
696,539 696,539 0000000000000000001209621d9b71e88afa30d4eb782cf9a0bb47162dc5b768 0.71 MB 1,434 10
696,538 696,538 0000000000000000000ee4972317c607e56d423693e1250b8bffac989f4b593e 0.95 MB 1,800 11
696,537 696,537 0000000000000000000641c67a9edd594ee2087a00551aae22786d30a1a740ec 0.68 MB 1,354 12
696,536 696,536 00000000000000000010085f2b3d2c9668bd8ec267856b5ccb7f840d4d167e2b 0.66 MB 1,223 8
696,535 696,535 00000000000000000003b506b8146d82d1bf8a070522ef23fdbcd072d6e14b93 1.48 MB 2,428 12
696,534 696,534 0000000000000000000466c31503095a0bbf84d875af25c4636b36d5c17b33a0 0.96 MB 1,374 5
Previous 10 blocks ↓
Total Size: 651.21 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,108.11 GB sent, 67.26 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.