Memory Pool Memory Pool Refreshing

28,875 transactions
25.85 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,160 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 986 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,159 (519,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,464 328,464 000000000000000011ef079162a6178d021460fa9a9f29dd28fb18881624fc8b 0.52 MB 1,224 29
328,463 328,463 00000000000000001a615355e04d004b2f0efa86cb6868700b356920fe21d709 0.01 MB 27 28
328,462 328,462 00000000000000000f64a563e147fdbcfd0d5e746a20cd396c6e3f2293af7d75 0.09 MB 192 19
328,461 328,461 00000000000000001ba90d6510f9e23c75231860c5906b004f8a470a82c3c782 0.61 MB 1,265 30
328,460 328,460 000000000000000007d471c904d249f530da6a2042d3d4b76454af27d23dbf90 0.02 MB 64 38
328,459 328,459 0000000000000000162aea34a55d1aa4b37048f9c52454120335e7bd3e3a1247 0.45 MB 660 22
328,458 328,458 000000000000000010c837484a50d08b4c9adc183548f63b4ace69504ba580e8 0.18 MB 512 44
328,457 328,457 0000000000000000126c733b49a8698e9f0c735570a83a3a4c65187a7435742e 0.37 MB 692 29
328,456 328,456 00000000000000000e370c1e069e76291730bd763577fae0c7ee3e843e02a2ed 0.18 MB 340 26
328,455 328,455 00000000000000000aff11f03a4e72c233401090088c2608336a6031fe6b51c9 0.40 MB 809 28
328,454 328,454 00000000000000000054834ed35613f6c9aed00c14b8123ce2b65fffdf99b434 0.10 MB 185 25
328,453 328,453 000000000000000008fb25e3bc2a5250655b9859542de2927051ac97c06521ff 0.52 MB 1,034 28
328,452 328,452 0000000000000000183b809dc287ee936d4f5228b668b999b85467d683545ad7 0.50 MB 556 17
328,451 328,451 00000000000000000648ff216e85082428e7579973530583c19f234bf75331fc 0.35 MB 959 41
328,450 328,450 00000000000000000ac678400313681983d53dc46d0442b48cc440ed58ef8125 0.01 MB 16 24
328,449 328,449 00000000000000000c0d3f4a1c150affda3971ad985e3d745258cb12eb11e26c 0.00 MB 16 22
328,448 328,448 0000000000000000156d5dadc85a5d3ba61dbb95a08da84f1b81c823808a3d1c 0.19 MB 296 24
328,447 328,447 00000000000000001e0ea1486497b756a94d57ac47a5e23c90dbc2432f1ea05d 0.57 MB 1,044 35
328,446 328,446 00000000000000001b87b1b5fc5c6933b5a136631d20631be79d7f326de489ad 0.06 MB 49 12
328,445 328,445 00000000000000001c36db9e5947d58458d8c21dcd0e6bf3cadd05252401e9e6 0.11 MB 154 28
328,444 328,444 00000000000000001d1cc07a2411c153f4542467047c27ac2b5a2dc1b9cd6aa5 0.45 MB 461 48
Previous 10 blocks ↓
Total Size: 658.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 76 incoming
  • Data Transfer: 597.25 GB sent, 1.31 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.