Memory Pool Memory Pool Refreshing

3,567 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (9,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,235 898,235 00000000000000000000c20e512f99bac72ca53fbfd65c39296b49b0c0530695 0.29 MB 422 6
898,234 898,234 0000000000000000000132c36673f09a42e12014575e23c6f2d57d19ad72e599 1.27 MB 1,860 4
898,233 898,233 00000000000000000000d17eb4031b558079d3bceb4081a4130160a0b867b274 1.37 MB 1,596 4
898,232 898,232 000000000000000000023c22ae64b0c42672f8c524ffa19c160c9aba9e33acad 1.00 MB 1,316 3
898,231 898,231 000000000000000000006682da05df13b22fa38e6c2b18a31ac3e2437ca45539 0.17 MB 399 4
898,230 898,230 000000000000000000001a8c5607af290c1b93d886a65f5a01c576fee566d889 1.36 MB 2,853 2
898,229 898,229 0000000000000000000160c7c766ae03a9fa718c37d9e2cbb20cca03774671a1 0.33 MB 261 1
898,228 898,228 000000000000000000002f2b77c8f0c62c2390b1cca1aff68c442b91d1386407 1.81 MB 3,869 1
898,227 898,227 000000000000000000001518c2b538578d0b387ba51aff513af700a6f877e590 1.58 MB 3,398 4
898,226 898,226 0000000000000000000220f013c1de3b23672a447e655f982985c277ddd19339 1.79 MB 2,772 3
898,225 898,225 00000000000000000000576e4eb4e0ff72b52ea2823ea1d54e5c0b78243cf245 0.58 MB 781 3
898,224 898,224 000000000000000000012d8f92b607f89443584f6f474c9c71ca481e8d176506 1.31 MB 2,831 3
898,223 898,223 000000000000000000001dfb2f9e2d167761865b6cd2a142b05326213b56b384 0.14 MB 189 1
898,222 898,222 00000000000000000001a2492311af7a782b61d57b2492a07a6b5ec9fe0b6335 0.18 MB 289 6
898,221 898,221 0000000000000000000031e1a6beca2bf91061f2e5d13080eb2eb227d3ddebde 0.63 MB 1,429 2
898,220 898,220 000000000000000000021164548e168c4fb571b3c5e9a7163645ad2bb2325e23 2.28 MB 3,349 1
898,219 898,219 000000000000000000007cbb616ae4d2f41827084a01ffd644f199211303666e 1.57 MB 2,308 2
898,218 898,218 00000000000000000001c61dc43d1850d8859ea25e462aac47215d424530f9ba 1.83 MB 2,269 1
898,217 898,217 000000000000000000015114986a26ca310b9e94a87e9fd394bbd773fb82c882 1.69 MB 3,271 4
898,216 898,216 000000000000000000013fab0dbbdd9d297693c603c7723dff8009b67b4eb178 1.61 MB 2,853 3
898,215 898,215 00000000000000000001046d15c264490047371866d4b54ece9a533fda0bbc44 1.50 MB 3,375 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.