Memory Pool Memory Pool Refreshing

35,462 transactions
47.02 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,019 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,353 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,018 (496,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,131 345,131 000000000000000007ee7fe1f43adbda7c088385d902218d08b5fd3ca2054f36 0.15 MB 401 30
345,130 345,130 00000000000000000a795abf82e4c141ebc7c0d16dbf0998f6febec5ef90ac3e 0.15 MB 253 29
345,129 345,129 00000000000000000728c806b82c9355e1043721b5ade6d023283a598a8e5a6b 0.33 MB 456 22
345,128 345,128 00000000000000000a2fed97979b4b590956e8c9d379f5900413fd6e0441c649 0.10 MB 52 4
345,127 345,127 0000000000000000174565e6ce547fdce86806b3317500cac7a290261405766d 0.32 MB 562 25
345,126 345,126 00000000000000001554e813c87e181dfec8c9da261fcf4eda6c7ceb7c438535 0.25 MB 557 32
345,125 345,125 0000000000000000175e92b35428b6bac0d7beb2d25d00c8ddf0dc2e4624b744 0.74 MB 782 19
345,124 345,124 000000000000000010d66ec56c7b7e0d518d7837a0361ad2995c963b2933f618 0.75 MB 693 18
345,123 345,123 00000000000000001145deb0aad631caddc3491df7bf21a72bd54783e52d49df 0.09 MB 64 19
345,122 345,122 00000000000000000d8397dc3f92861d3b2a2a668a88b4f2479e73ad384a9ec1 0.18 MB 393 29
345,121 345,121 000000000000000004a53249068e0f87270b25c236b3c96eb884d555686ddb99 0.68 MB 1,387 28
345,120 345,120 000000000000000005a60d7f27f829ccb16e0de609dcec67521b55582f919e7b 0.28 MB 622 28
345,119 345,119 00000000000000000d4fca253d36d119e6e134b00490085b54ef7282425d699d 0.10 MB 218 23
345,118 345,118 0000000000000000139d011bdaecb66d645672ae84249a95e09014094b1c0cef 0.30 MB 435 19
345,117 345,117 000000000000000006e73141bdb4826dddde2d32da5c45f6462bfca18dfe4b3d 0.23 MB 519 34
345,116 345,116 00000000000000000f54b473e2f45c0232baa614e867d9cbe617340020043a91 0.73 MB 1,163 21
345,115 345,115 0000000000000000102b4cb669cf6b73dfad46d179e4a4891b1c40d858f58e14 0.75 MB 1,856 33
345,114 345,114 000000000000000003f4ef9da4e5531deed38677015c288f01e726f88ae6ddf4 0.21 MB 387 24
345,113 345,113 0000000000000000002c7fec8d9ad4429670aff9286e114e27137a7fba7a18a4 0.42 MB 721 21
345,112 345,112 000000000000000012fbc4c2f92b18b8b4587dde4d4b5386060ed826fcf44673 0.05 MB 124 29
345,111 345,111 000000000000000017677f47279975b414f04bdc004f914970f7cb3a36701d5e 0.75 MB 1,605 29
Previous 10 blocks ↓
Total Size: 646.79 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,406.57 GB sent, 40.16 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.