Memory Pool Memory Pool Refreshing

3,128 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (852,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,410 56,410 000000000c1ce7bdff1272f77282ae7e4aa59aae64f69de91f2cccba27fc2c41 0.00 MB 1 0
56,409 56,409 000000001361677e423fa3778fcdd16aa311ff0b31675ceb52c2576fba336020 0.00 MB 1 0
56,408 56,408 000000000341333504d254161eda96e87f333a19c1bc8a405f5e46bcd3f64438 0.00 MB 1 0
56,407 56,407 000000000c7e6c84c86fe13a5f3a4d0a42a619120b333c4b15c02435c4acc217 0.00 MB 1 0
56,406 56,406 000000000f862bb1dcbd8c82474e7a86272220dbf5752d3aa5e715cd9a2ebd6e 0.00 MB 1 0
56,405 56,405 000000000e6c24ee84982386a2db292f7d237dae3fc2277d259d608e0294dc1c 0.00 MB 1 0
56,404 56,404 0000000000b0a018e5010ea2805c036590b3929b74d032835ce97fd9564e685a 0.00 MB 1 0
56,403 56,403 00000000036fbcedd2f69787cdc4cfb39d7abee3635011fa304ed6712ca8ec9c 0.00 MB 1 0
56,402 56,402 00000000010513dc8ff561360fc2113766f8fe40b0e3599c4312c32d835679c4 0.00 MB 1 0
56,401 56,401 000000000367e5751ecb3cfb843a7e78c4bedff4f5dbe2c45a2baf29e8558dbf 0.00 MB 1 0
56,400 56,400 00000000015ed45ebcef699d0f4708fde4bfff58b444f1036e2fb2bed4c239b7 0.00 MB 1 0
56,399 56,399 000000000019efa12cce20df5621efca26fde7f3af6304b14006270ee655dd63 0.00 MB 1 0
56,398 56,398 000000000f8a8c6fd73acda70a61693faaa35b7285d0cb6c8a358c1822119866 0.00 MB 1 0
56,397 56,397 000000000dfb8992199e36c6a193d521ee5bfa0bcb4c875d97a8a7374d1ced23 0.00 MB 1 0
56,396 56,396 0000000007f92aec6310e52a7018c0afd16affc8c3cb5ae1f092d8a506d82c8f 0.00 MB 1 0
56,395 56,395 00000000119c25cd79080555034747cca6551d107d09ae025597c6537a245851 0.00 MB 1 0
56,394 56,394 000000000ced32e6b03c9b8bbde3c84cf263c2a6617919a573cb385abafe567e 0.00 MB 2 0
56,393 56,393 00000000031301ab4e919c1b91cb8ead80eea03b5baa5d3aa1057773b1016493 0.00 MB 1 0
56,392 56,392 0000000007ba756f0ed59f543caca89213b7fc0176780f9a1b8db42af5e8daf6 0.00 MB 1 0
56,391 56,391 00000000043ddef20a50f880aa8543407b028d7cedf4a96e1255455f0c636e14 0.00 MB 1 0
56,390 56,390 000000000a31eaed8bb2ecd991725639db2204e21b2685d80492ad706f466836 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.