Memory Pool Memory Pool Refreshing

2,962 transactions
24.93 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,704 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (813,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,349 94,349 0000000000015e18d4093c8f9ea0aa79f2f820124d0ac1ce00364c0b4e77811f 0.00 MB 2 0
94,348 94,348 0000000000070b77df9f4c2d51c4d091d4a2a188d509bf76bdd712ddb057880a 0.00 MB 2 0
94,347 94,347 000000000005800afcc576c52e169eecc2b5fbd72f02e6ebff04a4a3148e9002 0.00 MB 2 0
94,346 94,346 0000000000063fc39a6ab29c2cf455ba58b6e4d0f766b1253639473c4353f144 0.00 MB 1 0
94,345 94,345 000000000004b53e262757094de975e6dd3be58515c46d9e1b414f5ca91c345b 0.00 MB 1 0
94,344 94,344 000000000001f30b5e9c844400f0898407e21acaa1ef9f5b20b51b1b4ed4d4bf 0.00 MB 1 0
94,343 94,343 00000000000593958717e1cdc262493ed5e27cf06727a3e450670c44f941c3ef 0.00 MB 1 0
94,342 94,342 000000000006b547e2f7dbd4939f16e3e5c7286181e9e074fc0e2d79daa0f80e 0.00 MB 1 0
94,341 94,341 0000000000091a06e77b9a9939785257da21538af0bd90b1305a0b9192a540b9 0.00 MB 1 0
94,340 94,340 000000000002e299c989f428730c22c5cb284a41a2f98937e6dcae6ca66e1561 0.00 MB 1 0
94,339 94,339 000000000007885ee75f519ca73014e9c15f9030edd69bf882fee74ad3400602 0.00 MB 6 0
94,338 94,338 00000000000626fe5db98bf567ecfaed34ff0502eeeaefc823cf418ae07462d0 0.00 MB 1 0
94,337 94,337 000000000006fa0411b286abbe98a146756c92283e33b25a7f748dba822f7ba4 0.00 MB 1 0
94,336 94,336 000000000002b407cd250a559e591a85c222437d9c7e7239d00ffede70169ae5 0.00 MB 1 0
94,335 94,335 0000000000029607741bf8605d68556618eec99c0dd6fc403479f7c270ec8fd9 0.00 MB 2 0
94,334 94,334 000000000006e6ad4293fb79df413d791c6d36e0a92861fb75de732d2fd68f0f 0.00 MB 1 0
94,333 94,333 0000000000088b96e5d15002a32a93e9b1219761cecf4bdeb8cb573cd28925ab 0.00 MB 2 0
94,332 94,332 0000000000032f6793c70f875440696aac4d7a8a3619c2f1bf6c18c14d84db84 0.00 MB 2 0
94,331 94,331 0000000000080f458080d9a3bc9ae0eaf0f395ce7b2fdb8b000f085f1ee0f443 0.00 MB 1 0
94,330 94,330 00000000000006c43b85f483ceaa9b6655439def60e7a8300eef380ff7cd44f7 0.00 MB 3 0
94,329 94,329 0000000000019f93755f2abfd8ec6ccd33f8ca40281e865009c0c7c294b147c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,695.41 GB sent, 98.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.