Memory Pool Memory Pool Refreshing

3,102 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,749 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,394 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,748 (848,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,148 60,148 000000000d205cdf906a9a8285dc8c658bd29300d41ae04ef02edbead3dc252e 0.00 MB 1 0
60,147 60,147 000000000e0438c48416d881079658c85fe2eceb70f34d0caad83381e9532537 0.01 MB 3 0
60,146 60,146 000000000cd11c708665dbf5d8267801741e1b0ff356e3584845f8b542f08332 0.00 MB 3 0
60,145 60,145 0000000002c72c7fcf60ffa3bc24a29a470c3f89a420ec70996ea343e4c47bd1 0.00 MB 7 0
60,144 60,144 000000000407e399a6b05b3cacbee354e124444ca510f4245fd87762a5769da8 0.00 MB 1 0
60,143 60,143 000000000ba66539e9d06b9758df539fb904367db94b06311a80bc1c3e2f7b8f 0.00 MB 2 0
60,142 60,142 0000000008d03432e23e702d3cbd9c060869ea9d48c35bfb549f30e9af85b193 0.00 MB 1 0
60,141 60,141 000000000cadcffbc12bd1d1c40902b43a4e9435878b3bb9eab577ee3ebd1934 0.00 MB 1 0
60,140 60,140 0000000007025008c8390f597a242659e3a161a544a424fb3b4a4d13e244d026 0.00 MB 1 0
60,139 60,139 000000000dc034ac48d310ebb2db36a318e61c2cd05e46898fbdfdcadc3d9a98 0.00 MB 1 0
60,138 60,138 00000000000b67bf963b836c6ac7b8002f9018f247e9ec7d3624169d4e94165e 0.00 MB 1 0
60,137 60,137 00000000022fc82a6cc322d0ed3452c783f850882aee46baa5e3a272bf3392de 0.00 MB 1 0
60,136 60,136 0000000005c9146f198bf832f29d5c3cb6b5832394eda0a4c2c4fbe5b22ee483 0.00 MB 1 0
60,135 60,135 000000000095b66ec997d49dbc753f89cc0e2f2d4bc00289bb6b554100894ac3 0.00 MB 1 0
60,134 60,134 000000000aca95b406425f87f2d76d7963134efdd328d8dddc9f8e0c3de66031 0.00 MB 1 0
60,133 60,133 000000000a2aadcaf13d18dbcb44389dad374c6c31c7f6cb5eb5374a38ac1eed 0.00 MB 1 0
60,132 60,132 000000000865d254531fc8f9fd4c5224b03a11e9eeca155199e407cbd82fa725 0.00 MB 1 0
60,131 60,131 00000000069aa8d14d9e6116d54f74d70a8e34600dfef274a6e9a37900b11f5f 0.00 MB 1 0
60,130 60,130 0000000007ce7f86463fbcdd07de4ed43eeb5644dca2e16906e36ee4219ddf32 0.00 MB 3 0
60,129 60,129 0000000004a30ee5d1ea08b7ead23798343789ae8c528ddcb78e1f05008da8f0 0.00 MB 2 0
60,128 60,128 000000000f34b417c780b654c6cb127ee8eb8d980c8ae0f192e6b00bece19836 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.06 GB sent, 102.47 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.