Memory Pool Memory Pool Refreshing

422 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,933 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,932 (808,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,106 99,106 0000000000029fbb635e85827c4ac96f42b4ce25de8d14dc5b1e501cf150a9e0 0.00 MB 1 0
99,105 99,105 000000000001c4e27cf7c3ecfeec1ca4c9f9f2868fceb1212f8b57eab63347d9 0.00 MB 2 0
99,104 99,104 000000000000f0e471ed6088a5cbb625ebbb205e62e1b1c93dc7b5348c3f5c7c 0.00 MB 2 2,283
99,103 99,103 000000000000910ea2e4d14d05d67a7b4b7e469cfe846458e3226dcb516ede41 0.00 MB 3 0
99,102 99,102 000000000002eb5a130961963a3c8e04fe82e13d5d09d64c8531de1ff935685c 0.00 MB 2 0
99,101 99,101 00000000000233df19df1a9fed5135981336f9a5e0789fc1a8edae2805536957 0.01 MB 30 0
99,100 99,100 00000000000476fdc864086ddc6bdeb06db08a5cd3442db781f028b606e1dfb8 0.00 MB 1 0
99,099 99,099 000000000001aec5c16eb28ffdc0bc7fc76af9eb95fcaf8d51dbb647952411fb 0.00 MB 6 0
99,098 99,098 000000000000aef57b229c9289a579491f29c76a45a58ca29dc44f559bccfe87 0.00 MB 3 0
99,097 99,097 000000000000b8377f32c31bb4bc63e97b8a5a48740b1a4cefe1883fe0acc8c0 0.00 MB 6 0
99,096 99,096 000000000003dac2000d89dcb79a839b4bc1bb3629412b7723c6a4de185e0e65 0.00 MB 3 0
99,095 99,095 0000000000041de67b3f3aab183e64c8a1796d38dc118122ccfdeced2a90fd4a 0.00 MB 2 0
99,094 99,094 000000000003d1ad9d7c0f4c8da2c6defb7deb92a013d556fef0e2a16ad0d606 0.00 MB 3 0
99,093 99,093 00000000000353edce6358981fd6e9a38faee38539a0b3917cfc975667c388c8 0.01 MB 3 0
99,092 99,092 0000000000040f8b40881c9fcb10d0b40125ceafbbf43eea21bc17a8ccc52918 0.00 MB 2 0
99,091 99,091 000000000003c08f4b9d7c28b6a1014fa92550dab24b24c6d22a7b0a3a0b71c9 0.00 MB 1 0
99,090 99,090 00000000000394959d50b91026c652d98ce97ccb182b810f7f95e37751e4082f 0.00 MB 1 0
99,089 99,089 0000000000037845e05b1768699691f583acb7b65174a4a3681d65ee71759057 0.00 MB 3 0
99,088 99,088 000000000000935cf46b4077b10b7cb36df7006d543d9befbef615c49041697d 0.00 MB 2 0
99,087 99,087 000000000003d75d481763783c2065853f5ce6f16204d7893df77ab578a0b5da 0.00 MB 8 0
99,086 99,086 000000000001a8c7af79fc47c6f182c8cc35377a0e47696d89249c3880680aea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.12 GB sent, 95.02 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.