Memory Pool Memory Pool Refreshing

17,703 transactions
28.64 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,048 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,716 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,047 (232,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,879 610,879 00000000000000000011c32429588ba062d4e565053e2081d8a0bfaa8329fb3c 1.17 MB 2,492 16
610,878 610,878 0000000000000000000e8e5458fa7fd2cbec2040d9c5d25d4b1d96501bc269c6 0.01 MB 22 6
610,877 610,877 0000000000000000001222d4dfce84448c9321f54cb756fc7cc790405698ba9c 0.58 MB 1,131 7
610,876 610,876 0000000000000000000ee7ae7e3d7091ef56e8d237040cc3b5a58f2ffee6dc07 1.18 MB 2,490 8
610,875 610,875 0000000000000000000fd7d203da0d2db3444a33618ba9f7a0b3fc2110165bf6 1.19 MB 2,634 13
610,874 610,874 000000000000000000141510398d1870de67c041c1baa0444b0c58e3f4cbcb49 0.48 MB 1,064 6
610,873 610,873 0000000000000000001141af9131459258e58d0f76cf02dd81ad9a740dacc3ab 1.19 MB 2,396 11
610,872 610,872 0000000000000000000d352134add776fd09d6704168cfed02db6204f564a1bd 0.69 MB 1,878 12
610,871 610,871 0000000000000000000437c9a6bb7c071d67c60e0f1fe30d2d6a0f2c365c2cc8 0.06 MB 126 9
610,870 610,870 000000000000000000091c70ab1ee4671b558e2c3f87ea681a2749db2071439b 1.10 MB 2,783 13
610,869 610,869 000000000000000000081e7b9a130a240fe8cc694723e3601c986fc725dd3c7a 1.32 MB 3,039 9
610,868 610,868 0000000000000000001276886b459ee5bbf84be614636f638c0595a2657760a2 0.65 MB 978 4
610,867 610,867 0000000000000000000c59efc7c5eadf40384d67feace55df3e4e5ef7b3b040c 1.35 MB 3,266 10
610,866 610,866 00000000000000000007f07235c54253f3b600184b6b1af98fae011c4517069e 0.96 MB 2,119 10
610,865 610,865 00000000000000000008f029112b79dceff814dcf02e1902474ac8051af16a8c 0.14 MB 212 4
610,864 610,864 0000000000000000000b5930cb20a0ac7b6db21314be68fd726f0bf8659356f7 0.42 MB 1,234 6
610,863 610,863 0000000000000000000930ea9da5c64641207f0f4ae355092c8c3faa0e4b7015 0.35 MB 964 8
610,862 610,862 0000000000000000000ca39b7f332d565a0fde34262e741fb544c0f689fd43df 0.75 MB 2,117 10
610,861 610,861 000000000000000000008f83dec305b1977cd5e6f9d5be0152cb35ebde91bc00 0.04 MB 143 10
610,860 610,860 00000000000000000005ed4eec54f34202b7c8e7e4a8b062a8c64370baa22196 0.72 MB 1,879 11
610,859 610,859 000000000000000000129af3320337dcdb845823b7b565537da1d464ffc6f40b 0.90 MB 2,106 8
Previous 10 blocks ↓
Total Size: 648.72 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,698.27 GB sent, 54.11 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.