Memory Pool Memory Pool Refreshing

36,054 transactions
49.92 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,118 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,021 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,117 (283,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,099 558,099 0000000000000000002fda71d8a4d92b0364a4911711a2ebc868e099af5ce993 1.27 MB 1,740 16
558,098 558,098 0000000000000000000b40ed691b85df55cc18c5ab0fe2bbf06ec16283d8218d 1.31 MB 2,401 24
558,097 558,097 00000000000000000017c5efcd416551267a21fc1a497218f37f1eb18c5e426b 1.36 MB 2,395 25
558,096 558,096 00000000000000000021f82472422161e9aee0195e869cfac5c4c8b96a72f4f4 1.19 MB 2,745 22
558,095 558,095 000000000000000000186b6f81c22591db0a539eec926104d9997a043bbab4ad 1.17 MB 2,062 11
558,094 558,094 0000000000000000001d830a48e9530f51042162ee6d154b4c9470c1ab1e12ca 1.14 MB 2,845 17
558,093 558,093 0000000000000000001f47127da7446cb088ac4356ddf5faae7f0e9ef5a4ea3c 1.12 MB 2,064 13
558,092 558,092 000000000000000000123a159f9447ba53620abf0a3dc791c86362ddd5333012 1.27 MB 3,062 39
558,091 558,091 0000000000000000000822c44e20f89ae7a345fca1e0b3aa9804970bfa5dfab8 1.25 MB 3,137 33
558,090 558,090 000000000000000000075a031c5d63e654bd3b366b13c843c065a8ae29edd0a7 1.24 MB 2,383 19
558,089 558,089 0000000000000000000ed1fb752e02e7daa9dfca2aef30c00fb3c5865c14c6d4 1.32 MB 3,451 39
558,088 558,088 00000000000000000003ca130c195e52e813ab9a37b96a2313ee91a4b6c94991 1.25 MB 2,558 29
558,087 558,087 0000000000000000000b8845c42256280d2b538c6473c94a6efbfaab69fa90ee 1.42 MB 2,289 37
558,086 558,086 00000000000000000028f2b4b1ce7f7d771981e4bde7459cd362d6f373f4c346 1.27 MB 2,646 67
558,085 558,085 0000000000000000002a497dd91189422c6eeb166ce9f62c6b732fbd5e4d5a89 1.19 MB 2,714 20
558,084 558,084 00000000000000000007408eed685d00a50c912cf680685c1b9c05ea1d1162e0 1.16 MB 2,268 30
558,083 558,083 00000000000000000020f773d87c3e8adabf17009fd052bfc1b8b021e43f46ad 1.12 MB 1,515 43
558,082 558,082 000000000000000000077ca0f7554092ef0c1bbe1b45e5a085a4b976ee473821 1.10 MB 1,403 60
558,081 558,081 000000000000000000054c566eb19dcf65c2fd00ba7e22391eb0affab04f306f 1.01 MB 765 71
558,080 558,080 0000000000000000001316c61892f2b038f19ddf711504580340c49315c892a2 1.20 MB 2,861 17
558,079 558,079 00000000000000000022d517bb20a748debd2bcd9ce65745fa2b84e19f55ea7f 1.22 MB 2,698 17
Previous 10 blocks ↓
Total Size: 645.10 GB

Node Information

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