Memory Pool Memory Pool Refreshing

1,032 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (759,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,256 148,256 00000000000008fabcd4412e024fa72c8a869ebf6f00a3e174ddee2dd5b57fc9 0.01 MB 29 169
148,255 148,255 000000000000010006a058d7ab1c07d9bddd02cef72e0a3a0e43a51f9dbf683b 0.00 MB 4 66
148,254 148,254 00000000000009755240fd3e0b5165df552a0418e5f14615c8016154d99ccd89 0.00 MB 14 40
148,253 148,253 00000000000003592cc9978b24de24368db736be0676015a55e6db4deef26ddb 0.00 MB 7 16
148,252 148,252 000000000000037b16199457ab022562de0548bf3088beeef1bd880ad0d7d7d8 0.01 MB 7 210
148,251 148,251 00000000000007f21318a36ceed1f722eae2c80d7f0c636fe14bb156cb4abca4 0.00 MB 12 35
148,250 148,250 00000000000005764e33c043bd000893ed7caeb04738ad93b896de2d8d794616 0.02 MB 38 194
148,249 148,249 000000000000083909980d0866bdc1f12549027f5519c7b8df478ffd87492585 0.01 MB 17 160
148,248 148,248 00000000000008b534263751527dcedc55665031ccdb175f561150141318d180 0.03 MB 88 157
148,247 148,247 000000000000023385ba3f5051654d8c4e02dab4a30e765c560b03aa5416bdcc 0.00 MB 3 28
148,246 148,246 00000000000000003d78d4d1a9c83407497e7c61dce578ee620d4f36b9245ced 0.03 MB 103 32
148,245 148,245 00000000000007646c16765b243b92ba82ecacfdc17896d7a9406937eda31181 0.03 MB 33 63
148,244 148,244 000000000000008c78c53ec0858d4d40a4500398d5d3db42cc9946cf6f3236ae 0.02 MB 45 11
148,243 148,243 00000000000005f6132230f070a3c636f39a8f23a3a84db8e18ff545ebd20145 0.03 MB 60 12
148,242 148,242 00000000000008b547daff3b1df969122545923a49aff8aaf59fbdc9c85bb45b 0.05 MB 66 177
148,241 148,241 00000000000004fd752c1ea0b0cf40b88ead50634e8572b263fa8e05fea1e41c 0.11 MB 33 55
148,240 148,240 00000000000009dbc319fa897402c4d55379a6d638f155b44929a177d985da0c 0.02 MB 37 84
148,239 148,239 00000000000008c84be9b87e46e06196e3ae491350460a7dbd2a80c8f33fa808 0.01 MB 12 139
148,238 148,238 000000000000005f4b3af4e689b20628c1bdc39a112247cc0f8162a984b348ca 0.03 MB 122 67
148,237 148,237 00000000000005faf7086213f94f2a4209e04727cb3ec9694402be4592a520a4 0.03 MB 65 103
148,236 148,236 0000000000000412fca675fff44626d3341aa43f32ace9200b21d46e3b760c19 0.03 MB 36 80
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.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.