Memory Pool Memory Pool Refreshing

1,676 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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,174 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,426 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,173 (809,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
99,085 99,085 0000000000046804ae4a9a92a435901d00e594abafaf0a93e53c9547597bd28d 0.00 MB 1 0
99,084 99,084 00000000000230272f310bbbac8c3ec913d89ff9d6a01e16c5f13494faa6f1e7 0.00 MB 5 0
99,083 99,083 00000000000054f45f4272d69937a150f033edd319cd7be6810f0d08ea602aa7 0.00 MB 1 0
99,082 99,082 000000000000a23eb8f33e86b2aa143132263edb6ad88944f4119892c72ba33b 0.00 MB 9 0
99,081 99,081 0000000000044bd52128268e4cbd7a5b087bdf07831561fc9c57e1a127f7c317 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.88 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,681.27 GB sent, 97.26 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.