Memory Pool Memory Pool Refreshing

71,854 transactions
38.98 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,124 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,461 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,123 (525,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
321,513 321,513 000000000000000004ae0619a56b3b8f15bd18ed8e9e7f9f160223e0c875836e 0.38 MB 671 25
321,512 321,512 000000000000000015071fcd8e114abc1d1daaf83058cfc53fbda85ac2a11d14 0.45 MB 639 22
321,511 321,511 00000000000000001fb68313c9728ec3728686a632ad36c31fe9a9bf4b112362 0.10 MB 190 28
321,510 321,510 00000000000000000c327c4ee843d7349b0929275cbeca631984ad022f33667b 0.08 MB 154 33
321,509 321,509 0000000000000000171c79c14cb19bc29f6332f71714a8d73c0744130ce2076f 0.11 MB 165 18
Previous 10 blocks ↓
Total Size: 656.19 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,524.56 GB sent, 101.00 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.