Memory Pool Memory Pool Refreshing

4,536 transactions
16.11 vMB
Show Random Selection Loading Transactions
Max Size: 67/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,334 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,333 (826,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,378 81,378 000000000020657d7312a62366a08e2a65821f3ab859c196fb257acc017b164a 0.00 MB 2 0
81,377 81,377 000000000035a1a3ad7c5c4048d162a3e3ba1605589ceb13eb8bbe1157a9eb28 0.00 MB 7 0
81,376 81,376 0000000000071fb55d96b1cc5b59ff3102b30270df7414b895381b104c6d7a96 0.00 MB 11 0
81,375 81,375 000000000035858333e2d443c1fd6a5db164dc3703d6145a801322bf13f6e36e 0.00 MB 13 0
81,374 81,374 00000000002d986c10b1618a125638680ac23924d9ae48ce4a0cbea651c989aa 0.00 MB 5 0
81,373 81,373 00000000001d7dd596baae55ea3d9ddeb0e0cfb6e4088ef983896c4db0a8a144 0.00 MB 4 0
81,372 81,372 00000000003e6d3e343951e1e9023c927b7f8b0749948b5bdd4b392d472abe40 0.00 MB 9 0
81,371 81,371 0000000000011000bd64f486675f0000a694d74bcb2a87a1116ccb95008ea1de 0.00 MB 6 0
81,370 81,370 00000000003294abda745351da835fdc367484b6e21d64e7041131774b4ebb1c 0.00 MB 3 0
81,369 81,369 00000000000b71fef84d61329208c623807a77f49871e27a160d6748230e0f5f 0.00 MB 3 0
81,368 81,368 00000000001a2da1497904c9a1297f74c9b9f1c4d4f44e26df8fc7c9a3ff22a2 0.00 MB 1 0
81,367 81,367 0000000000458ea928e472e07f7885635015f242a718ddcdb9fd14c4046d7d0f 0.00 MB 9 0
81,366 81,366 000000000005802e1e7a826ebd5b18b8202a2617de7c2db10a21f397e101825b 0.00 MB 5 0
81,365 81,365 0000000000302c1f906e8afb7d88b1bce1708e6a3213d596f087bf28464e6b3c 0.00 MB 4 0
81,364 81,364 00000000000469a24445b2b09a677742793b9e0b2e7f24a64ef4ebbcab877cc2 0.00 MB 8 0
81,363 81,363 000000000021916b278dbbdbf063fca49f0195399656eec45bd2ab68785bf2e7 0.00 MB 2 0
81,362 81,362 00000000002044ecb9855b4e47a00888fd84b0eb92ba384c9a287c175a9ea134 0.00 MB 5 0
81,361 81,361 000000000039d8a66c46545f16ffe6837ac450029fd8e43fa78948675053a132 0.00 MB 4 0
81,360 81,360 0000000000028ce99fecbfe7823309bfeb7ea25d43cc63975bc3088e502f5fb2 0.00 MB 9 0
81,359 81,359 0000000000178ff394768d63de5817c510914f3960924915966cecda33b8ffa1 0.00 MB 3 0
81,358 81,358 000000000040e1086f136875da998b09809e823cbb869cd837979e172558eccb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,701.58 GB sent, 98.74 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.