Memory Pool Memory Pool Refreshing

4,474 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (328,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
579,233 579,233 0000000000000000000555d30784365fc1809513f3c3882440cf5ee6d489b84b 1.32 MB 3,014 184
579,232 579,232 00000000000000000025aeef4bfaf33e77087dfc838f95d8f7b3c798dbdd5fe9 1.20 MB 2,388 59
579,231 579,231 0000000000000000000adff4f9228e57ecbccee5146c3015158c22bb4b7e3e25 1.24 MB 2,940 48
579,230 579,230 00000000000000000023e27e0dfb88a883c7128ded02ddb897077b439ff391e5 1.24 MB 2,469 146
579,229 579,229 0000000000000000000eaa688852234a9495d6356f17c838284824c6e6a760b9 1.27 MB 2,967 204
579,228 579,228 000000000000000000259d4e9c8c23a75e1e4dbd20b145f5af39bcf0b6058c4b 1.16 MB 2,551 93
579,227 579,227 0000000000000000000026a2a569ba6900fc7cf56588677329999624a6919546 1.19 MB 1,975 58
579,226 579,226 00000000000000000006d6a9ad4a34843d2543fdb72be08ceb328fa93152601b 1.03 MB 905 63
579,225 579,225 00000000000000000018268a24dd3011d4365968e35178a76f7d657569eec46e 1.20 MB 2,512 126
579,224 579,224 0000000000000000001f3eae324cda62177f7fa55da22cfe152b7f9b1d87c7a8 1.10 MB 1,604 100
579,223 579,223 00000000000000000025544a8e8c75f6183ee617361056dd52b366012a0939f4 1.23 MB 2,872 134
579,222 579,222 000000000000000000226803caa8ef24753d9d3162b00475033297c5d1b56432 1.35 MB 2,852 193
579,221 579,221 0000000000000000001155da7809166b2500ad55fb631ad2f6c9ce39a1ec458e 1.26 MB 2,404 147
579,220 579,220 000000000000000000142c8473517358bfa43e37561d947b496a53ff62340dd9 1.20 MB 2,451 123
579,219 579,219 0000000000000000001b04a1783ee8266c61926faf016d3c42ae71478c96c71a 1.15 MB 2,645 117
579,218 579,218 000000000000000000026aca9b062f1cffa3dde6087d8468060c2db2e1816758 1.33 MB 2,863 156
579,217 579,217 0000000000000000001f590b2d58a656078363a9c13884aa2c50b2c3f789f3c6 1.33 MB 3,171 213
579,216 579,216 0000000000000000000c30d728fb600eebb088d1a73c9029cc6e9d6426c9efe1 1.27 MB 2,607 203
579,215 579,215 000000000000000000068d30b0b296f7476ed43f37099f1ae2e2bec1dbb5b3d5 1.23 MB 2,890 154
579,214 579,214 0000000000000000001386d22faf52a9f3990e0c5b2ecbbbdcbb98f12f3ffe60 1.23 MB 2,768 152
579,213 579,213 0000000000000000001dd1472fec7f4445793dcfad73ec938013966cf74e9ca1 1.18 MB 2,810 128
Previous 10 blocks ↓
Total Size: 769.21 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,634.48 GB sent, 93.99 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.