Memory Pool Memory Pool Refreshing

28,105 transactions
35.63 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,280 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,652 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,279 (214,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,528 627,528 000000000000000000041538365ba019799c6329c4f8d60a823f60e3afd328f5 1.30 MB 2,389 30
627,527 627,527 0000000000000000000db2b56dd8e982c204c8eb514db4621edf15a2bef452d1 1.41 MB 2,760 45
627,526 627,526 000000000000000000006ed1f99beec5d272ad3d5a15d292fe4f5394fc50c455 1.44 MB 745 5
627,525 627,525 0000000000000000000b262ca5d4ced198d54fb594ac1dfd25afa39ffe30622c 1.24 MB 2,275 24
627,524 627,524 00000000000000000002af2946ee0fcf1f6ae58257f8b1c76fd81a37619b870f 1.08 MB 270 1
627,523 627,523 000000000000000000004f58b9fa19f5314ae450386b67c68b9b659967cfc4d6 1.10 MB 816 10
627,522 627,522 000000000000000000005cd3f9956ec6081bf427cc768a0556f9ebe77507af54 1.01 MB 207 2
627,521 627,521 00000000000000000004960dd968308bc0a6f68e76cb2691cd1034114a0e10cf 1.11 MB 1,155 11
627,520 627,520 00000000000000000000473847e7b2db81b9bb28978f94c235ad7c8825ffb0ee 1.15 MB 1,144 9
627,519 627,519 0000000000000000000347a3785de26eb69f9d919ab9ae84c8a9f18a2511ec00 1.46 MB 1,181 11
627,518 627,518 0000000000000000000371b2d59d220e405a990013cdb394b234a17508abba99 1.20 MB 2,466 8
627,517 627,517 00000000000000000001f6bee37100c677a3b688e38c339d770bd4352b434383 1.20 MB 2,072 30
627,516 627,516 0000000000000000000011a1a8af518a0d8445b66f35c43782ba94ec25c466e6 1.28 MB 2,277 40
627,515 627,515 0000000000000000000b6b1234037282e2d06d4924e8588b4aba9db2b9a49aad 1.36 MB 1,405 4
627,514 627,514 0000000000000000000c54f50d9ffb7ff4ea8d4762dcf0ec0b6a2627f9973df4 1.16 MB 2,229 24
627,513 627,513 0000000000000000000d6b1725514ea5ac208b4bec369cc2b193502fb0b221dc 1.28 MB 2,405 41
627,512 627,512 0000000000000000000bac518c54aa95161bf0834490e139833ff7550f283a47 1.27 MB 2,723 25
627,511 627,511 0000000000000000000b92bd1e48b9e3f4ac58a3114626a1b5a2574881e174a3 1.65 MB 1,162 4
627,510 627,510 00000000000000000009c5fd2b85725cd788c3fbe7ad45355a808f421234742c 1.18 MB 1,055 6
627,509 627,509 000000000000000000014937666071ae2f4ccc7781aad73c9f114efc0c0106c5 1.34 MB 1,341 7
627,508 627,508 0000000000000000000b3354e7786f510dad76b40024bc71dfc86cf40835d305 1.20 MB 2,645 18
Previous 10 blocks ↓
Total Size: 647.25 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,465.19 GB sent, 44.17 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.