Memory Pool Memory Pool Refreshing

4,907 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,837 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (791,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,359 116,359 00000000000009ade118e8ed49c9f8637fd1df028e0a2ca6ce7e5a5568291bae 0.00 MB 12 670
116,358 116,358 0000000000007ca33dc32c078064d314a53b169518c53ea28f2a784e41735240 0.01 MB 32 226
116,357 116,357 0000000000009d352088eb4142b5075060147932e22833dc96dda7485625b27f 0.00 MB 1 0
116,356 116,356 0000000000002227fd5657a0b7f273e8b320facf411f23c12b7a57785507fe1d 0.00 MB 12 677
116,355 116,355 000000000000cf58058e56bb48374d3d7f4b2c46cbcc4c4bddc9f353d4f197b0 0.00 MB 12 0
116,354 116,354 000000000000ef54c1c81cd5edfa3fcac2fa4e2db6e6bcfda84b26a53cee579c 0.01 MB 21 298
116,353 116,353 000000000000efc20fe718436b9e62c74c3e04d6d87d6a4c26d286ddedf964a9 0.00 MB 14 712
116,352 116,352 0000000000008aac652153935eaacf055ff54d39bb4a86cf3b62a256ef96d358 0.00 MB 12 1,076
116,351 116,351 000000000000ad098a3241fc11f5c4cb29305b585de7b852ec245cc6483e5025 0.00 MB 4 1,089
116,350 116,350 000000000000a85a9b13af9d9e034edc74aeb66a843568f61016ba22129da8ca 0.01 MB 27 140
116,349 116,349 0000000000002b3ea6f076e6340fc9965979949991bc0d60861ac87831b5b316 0.00 MB 12 360
116,348 116,348 000000000000a130c2c80232b799ab74e4365226ebaa1cc25eda170fb698291f 0.00 MB 11 0
116,347 116,347 00000000000006be11dc941dd3d4c47d8421011d7526a1ef76045de5f643f961 0.01 MB 18 953
116,346 116,346 000000000000bd12426ae76ef42ac00edb9423db520a621a7440b020351f9210 0.00 MB 12 0
116,345 116,345 00000000000068810fc0ce00bf3b9696b8fd4ec6659b0f480b92cf4bb28f5679 0.00 MB 10 657
116,344 116,344 000000000000c97468b22af08f6ef8e5077d897221f3bcac4854e862217a7f04 0.00 MB 11 0
116,343 116,343 0000000000005b47d4e86220b9736361e78e3bfeaeeaa786dc631cd22d898d2f 0.00 MB 11 362
116,342 116,342 000000000000f27815a3a359a9c2e08a1a74e4ce1617607cfefe489b7a104b24 0.00 MB 12 0
116,341 116,341 000000000000916b9cf299a78e5eb942bafcce37497f1cc0266b64042a9f04d2 0.00 MB 9 341
116,340 116,340 00000000000019c4f50ea33a651f8ff4aeb09af1f0b3b5a9ba74db564cefedf1 0.00 MB 5 0
116,339 116,339 000000000000c0f2a6ea63303621a67c6282a9e8b8bebee550c1cc138fce9356 0.00 MB 11 335
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.