Memory Pool Memory Pool Refreshing

30,954 transactions
36.88 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,986 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 5,288 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,985 (413,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,525 430,525 000000000000000002be24aa185026846ac665eb6a410706c8a96289ef752962 1.00 MB 1,393 30
430,524 430,524 0000000000000000025b4f3fb2b7b4047c73d554c02c89902f13575b8946f4c4 0.67 MB 1,601 53
430,523 430,523 000000000000000002fca746a99a24f48630771252eb200468fc1cc1374147c2 0.85 MB 1,727 62
430,522 430,522 000000000000000002ef5110083a2c1fcb0b915f1380efb0fd17dccef0bc6f95 0.03 MB 53 54
430,521 430,521 0000000000000000003e8dd598f3a84d56c14660bdb22e273c8945a3a72db56c 0.38 MB 617 53
430,520 430,520 000000000000000003e700232b05530bdd94dc65498efa06c265233248868ec5 0.20 MB 166 24
430,519 430,519 000000000000000004d3a532615d79d84e1743afc65af0139526206d75f5a38a 0.14 MB 320 60
430,518 430,518 000000000000000000b29cde44daa7d4b366dcc3652ca3506e23d707e228c0a6 1.00 MB 1,039 32
430,517 430,517 00000000000000000248d0d29a8c2994acbbc5426cbc8c140147aa89dee51d9b 0.97 MB 1,504 34
430,516 430,516 000000000000000002a2729d872906be9f2cc76b8c2b2c47ae9ac6f25fa04508 1.00 MB 2,199 62
430,515 430,515 000000000000000002da2e6605dbb542c985fed3090cb1358219fe8aa6f6121c 1.00 MB 1,978 44
430,514 430,514 00000000000000000031ecb64233969c8a3b17eaa7898b0c7103b4f8b029d50d 1.00 MB 1,297 66
430,513 430,513 000000000000000000cddc08882558e039d49675c4efa0c55ac0a8d59f942ca1 1.00 MB 2,500 66
430,512 430,512 0000000000000000043c5ec01a35a267371577623b54deeff0c231b9491a1ea5 0.04 MB 118 65
430,511 430,511 000000000000000002583ada55729aa23eaf84ff84cae004c87dee54fefb86e9 1.00 MB 1,504 54
430,510 430,510 000000000000000002b574f4fb6ccffbef39830461f5ef996e75771305586e21 1.00 MB 1,882 49
430,509 430,509 000000000000000002f95e33fca0a7f269be99139b734647bdc061fec6335850 1.00 MB 1,209 19
430,508 430,508 000000000000000004468c72eca7e796806563663f65f319f85f74136dc30846 0.83 MB 1,790 76
430,507 430,507 000000000000000003ea61b8a4e093dbcd48a3035b96513bc7360adf764ea108 1.00 MB 2,013 49
430,506 430,506 0000000000000000037535002d2eae6c601cf68590d6c0544c50e2d6b308478d 1.00 MB 2,178 53
430,505 430,505 0000000000000000000664f66331cd8f4b887fa595cd38f110df1b5cd5c73d20 1.00 MB 2,566 81
Previous 10 blocks ↓
Total Size: 650.48 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,986.81 GB sent, 63.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.