Memory Pool Memory Pool Refreshing

20,984 transactions
8.83 vMB
Show Random Selection Loading Transactions
Max Size: 46/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
904,516 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 4,498 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,515 (766,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,182 138,182 00000000000004212516e1a0830ceff9b8246be347827fb9cf0e7ae91a1301f1 0.02 MB 43 302
138,181 138,181 000000000000040b2eff11afd58838f40442a84317b6d43e306fd4427ef876cf 0.01 MB 30 276
138,180 138,180 00000000000004a66956a0d7d6f54277890a75057a118bf55a50e695c9e64dcc 0.00 MB 11 34
138,179 138,179 00000000000003a0e801d8a75a431b200027ce347ec11dcd8b90a4490b5c3181 0.05 MB 106 195
138,178 138,178 000000000000027b57c18333722e5295b67723bc604b469579ccb914a4ba3eae 0.02 MB 52 156
138,177 138,177 0000000000000333dc8c8d8a90099230241de4b7507134b8bf87307f9285de90 0.00 MB 7 444
138,176 138,176 000000000000082b91dffb39f8b912eb338721eb2bcee900fefd0f85b786a39c 0.02 MB 45 113
138,175 138,175 00000000000004aa84deda702883d05c5507488019c83c2c4b7b5343cb6f9a77 0.03 MB 72 202
138,174 138,174 000000000000085bee39b3362f68d18e7f97f1a04c2a3aa3602684eb3d36c6a4 0.02 MB 75 62
138,173 138,173 00000000000000adb04bd411850189c6777e65ceb8453900618f77ba7a4bcb82 0.05 MB 168 160
138,172 138,172 00000000000004d6a3f24c12b7a79295e950e8de2ca859131b6b537b7cfb5a2e 0.05 MB 90 145
138,171 138,171 000000000000002de98ad4110d807a211ea6994b8df823fe1487a276775d8c96 0.06 MB 98 391
138,170 138,170 00000000000003431f85861c8da08b21f070b3578b2a1c593884388b7e0d0b7a 0.02 MB 43 94
138,169 138,169 000000000000049a76a0f97611c598815746ea2d69a2b67d1ad822decc7de763 0.05 MB 84 166
138,168 138,168 00000000000002b7b5a863c92f49f556379d57f7ca3266f596c67f628b043d98 0.01 MB 40 107
138,167 138,167 00000000000008eec81ec254bedbae92712fdc8f52bd434ccaa0d85e513e9d33 0.01 MB 19 142
138,166 138,166 000000000000095ee87faa21de269f68fb41e4a086e5b3e050d80efb555e6cfe 0.04 MB 108 213
138,165 138,165 00000000000000298d8402623a79303fb9186d06105a80ccb3138fb758ae0b01 0.00 MB 1 0
138,164 138,164 00000000000007a979b2d22d2277dfddb264990270782015e7b4d7eb5e77c59d 0.00 MB 10 85
138,163 138,163 00000000000004b968ec09091253c2aaeb6a79a8c95241e2a9151c7c9b1bbccf 0.02 MB 41 286
138,162 138,162 00000000000004e62de20a6768c6e6ccf57d46f9526e6175c6cd5a09a2e26cae 0.02 MB 51 145
Previous 10 blocks ↓
Total Size: 763.38 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,071.27 GB sent, 63.39 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.