Memory Pool Memory Pool Refreshing

2,847 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,975 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,815 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,974 (785,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,188 122,188 00000000000083978279d165d7d1bb7a24d57bda782fe7d3b9bd49cbcca30227 0.01 MB 29 541
122,187 122,187 0000000000005dea64de21ef44d4ead520b96fe80325b4428d8b2a0cce9680f0 0.00 MB 10 324
122,186 122,186 0000000000008432ee4248cb5b88a5a3c674edb8d834cb28878744e2d1c0d7a1 0.00 MB 11 871
122,185 122,185 000000000000069a84a98bb68f57de634bff07eb5774323da42ed8c8df06475e 0.00 MB 12 335
122,184 122,184 000000000000176c68877b26176beaff7a5318abc306d990bea8a0550a03bdc0 0.00 MB 10 0
122,183 122,183 0000000000003d7ea7bffdc0e764f1954b6bfabbbcdab4f5ccd4d652fac46502 0.00 MB 10 0
122,182 122,182 000000000000891ad4b5f1cd90f6da411003a8e79c4fa61bccb966079e47e220 0.00 MB 10 0
122,181 122,181 0000000000008b0419673a786dde6edffd94dea2da1631639289bd2a2a4f5d1d 0.01 MB 14 290
122,180 122,180 00000000000078a06dc7d6d20a6adaa83d320df47568cf59fe37f8daebab2afa 0.00 MB 6 0
122,179 122,179 0000000000003d7d8a3a86d2171a7d89ef5827310b119c2cbf790945cb9aa6be 0.00 MB 18 0
122,178 122,178 0000000000000beb7d0c40cfe7a045ededbee5e91d50a972ac29e296f8c6f97a 0.01 MB 37 2,345
122,177 122,177 000000000000197f84b193c987682b98ccafeb300a3be34cb70e9a555784274f 0.00 MB 12 0
122,176 122,176 0000000000004d63bdf19722023af2073f22e25fa8d80a1bd3cc7d3ca3a28d72 0.01 MB 13 785
122,175 122,175 0000000000006c3d89c72addc81bf7661cdcc425e839e1b69b565040647a25ee 0.00 MB 11 0
122,174 122,174 00000000000068262a127bfcd6d4886d661d2ff9c855be9e44f0764cff00b75e 0.00 MB 10 0
122,173 122,173 00000000000046da45db644b6837d1e45998441b65bd87519bbbe55590a0b27e 0.00 MB 11 343
122,172 122,172 0000000000008a5577abc5c651b2907315b170a164f2296dcad536fc10d405d9 0.03 MB 60 1,589
122,171 122,171 00000000000022a9c04385f79ca0972f430964aa6a83891b6c63ec50afd741e3 0.00 MB 7 0
122,170 122,170 0000000000000686fd9d82da4e3c6d66c39c52660bb47443a6a5377a007e43dd 0.00 MB 11 497
122,169 122,169 0000000000001f011651fd17a58c30f899379684f667d1155575ba7c04cd7274 0.00 MB 9 0
122,168 122,168 00000000000043a4e84bfb943063593662761a48a4b05fc101978aa8ab771b03 0.01 MB 16 389
Previous 10 blocks ↓
Total Size: 769.50 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,646.70 GB sent, 95.42 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.