Memory Pool Memory Pool Refreshing

1,419 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (806,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,027 102,027 000000000002b6ccd5f7cf07a9a5e4f835ef2257f9b5ae4bb9556b95ca6cae9f 0.01 MB 32 0
102,026 102,026 00000000000281794dcb3e81c31b99ba88ddb273389e89818530ebc458c81a07 0.00 MB 10 0
102,025 102,025 000000000001753d418fef2c26d6cb356a286b23acd3f077500990e1b1acf0b6 0.00 MB 18 0
102,024 102,024 000000000001619563d128865afdc32ef996cac38fbeaddcbb0ee81d40460d99 0.00 MB 5 0
102,023 102,023 0000000000010e3e6825da80551f9f6174ce6c2677685984f31a398c4c6efb20 0.00 MB 1 0
102,022 102,022 0000000000020dae79f034398abef305153af9eea50d0299cd3f5998af7d13ce 0.00 MB 6 0
102,021 102,021 0000000000028cf31394cc23916bd10f771cae6dedcc44dfb9e0a051caf1077d 0.00 MB 1 0
102,020 102,020 000000000000ebaeb52c537007927dd935f0b43060e28329188492bf455f3487 0.00 MB 7 0
102,019 102,019 00000000000260305f61bfa2e442c635072fdcadda884ed66ea07fcfdac32289 0.00 MB 10 0
102,018 102,018 00000000000137e0915b2bb850627f95ad2cb137b12eb81cb845e1dffda7ea23 0.00 MB 10 0
102,017 102,017 00000000000260cd47f200d89e826c816db91b51044a03b8c01d50e9d4b284ba 0.01 MB 7 0
102,016 102,016 00000000000383b1c9d2adda2f6c778c2e242c9c0ffea1a2643f16ebc90f4680 0.02 MB 110 0
102,015 102,015 000000000001b653f3ae46d145b9a05b09733a7565b594ba7ba3fbaca3035d23 0.00 MB 1 0
102,014 102,014 000000000001dbd73a42637b5d180ad7c3a57f7c1e651c23f05a24fc158dae8f 0.00 MB 7 0
102,013 102,013 000000000002d25efa46f5d4e60f97750fcb5c5a3147611d07fba9778e20b0d5 0.00 MB 9 0
102,012 102,012 000000000001271dd4000cf929f0336ba3407401c898cf2d2ff5323306ef4f2a 0.00 MB 1 0
102,011 102,011 000000000000ca57fbc7dfafa9615c3180f82db076a54085ccac89d18096b55d 0.00 MB 7 0
102,010 102,010 000000000003b6c250da84fbba31177ce8062dad6e57ec025129145cdcb535b4 0.00 MB 14 0
102,009 102,009 000000000002e8a84713d0a9f0b137a71f20a4c3c7e0cd32f77230a5a53fcbfc 0.00 MB 1 0
102,008 102,008 0000000000006c462e8dabbc8a5f3b6b27d00d2c7a78cec0ab04dab821f5c17c 0.00 MB 5 0
102,007 102,007 00000000000402d2f9e4342c1cb2340eee86a832c769c3b8316b6109cb710f19 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,698.19 GB sent, 98.59 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.