Memory Pool Memory Pool Refreshing

49,128 transactions
49.84 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
842,038 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,155 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,037 (520,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,534 321,534 00000000000000000ad107d7f93d7dc1642c79f0bc9b192b9b0382368cfd6e25 0.26 MB 504 28
321,533 321,533 000000000000000009acba424a8839629a2810e142a738e4913d32ffe4a11e6b 0.25 MB 511 30
321,532 321,532 00000000000000000fd997dabfdd1f6ec9eb7a1d14b1cb3795a610f71dc6e932 0.10 MB 52 12
321,531 321,531 0000000000000000036d824eee6ab4de55fe2e54f095c1d9296b4b315874b521 0.93 MB 2,041 32
321,530 321,530 00000000000000000deb34e1a2e9996699a65ad4c3aa09d537ac4f48ad510575 0.09 MB 180 31
321,529 321,529 0000000000000000145f1ee686db8f6317d78342b6b41a47665fdd05174e4678 0.21 MB 398 29
321,528 321,528 00000000000000001c449151c5538cd7403aaa63a49dad9182bfd595b72f4be2 0.27 MB 560 32
321,527 321,527 00000000000000000cc32533408b952cf4c58e17418b7f3d717151c5f727822c 0.15 MB 314 31
321,526 321,526 0000000000000000109b7703b382c7d35b70cc4dda25ad932f49452ee0734f9e 0.04 MB 70 6
321,525 321,525 000000000000000015c5bcd860cc5b80f5daa8b210c34f05093949322a6a05a3 0.39 MB 614 24
321,524 321,524 000000000000000004eb3ede204bc0e6a6f3a33873debefa7e3a1d53b7c770be 0.25 MB 193 11
321,523 321,523 000000000000000005d7e2bb87e3dba3095e1b53ad32e7ace5c62683ddb9f91d 0.75 MB 1,472 27
321,522 321,522 00000000000000001ada20fd60a4281cbc499d5691e23208f187f29050a91869 0.32 MB 1,024 49
321,521 321,521 000000000000000009cb01a627d33d8c433c95a87031dcff2a4c873c6cc720cc 0.17 MB 276 23
321,520 321,520 000000000000000005ab214b220e7895e623616298b97a3d37fb4bf1b5a079ea 0.01 MB 32 19
321,519 321,519 00000000000000000878acd15a55b0797cf3d4cd5fc91f1fa5c9e0e356c4f598 0.28 MB 476 25
321,518 321,518 000000000000000005395c5a589c587bb72c443a3663457a6cb182f5c5642d43 0.05 MB 59 12
321,517 321,517 000000000000000007c4111050568016b3b2161283fadef76c05316b05a20c80 0.16 MB 352 31
321,516 321,516 00000000000000001d505f921b52b861522c7fe888154ac953203d9c006ead3c 0.12 MB 212 23
321,515 321,515 000000000000000005a6e6840d3c90bf8a0dae5fcbc01126e641f370ae028552 0.06 MB 39 7
321,514 321,514 00000000000000000e9eb408ea3fd311fd167e87959938dd37e0281280a7df57 0.06 MB 32 4
Previous 10 blocks ↓
Total Size: 646.82 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,420.10 GB sent, 40.47 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.