Memory Pool Memory Pool Refreshing

1,232 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,681 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (204,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,069 703,069 00000000000000000009be7b9fa4e931eff217cd199c18d8dd0bdef93b5b60ef 1.64 MB 2,478 10
703,068 703,068 000000000000000000083ccd5a9371dd80abc14debf647dc7dcdae235ad7a712 1.60 MB 2,270 12
703,067 703,067 00000000000000000007dfcc690eb99fa2d749d7e4619081ec4b37e3e655d104 1.44 MB 2,638 24
703,066 703,066 00000000000000000007e0e27e7668e3540ace943a660b7094f65c6df5d1172b 1.14 MB 1,108 7
703,065 703,065 0000000000000000000e37d007460b89aaab0134ea48992525ce2df472e0685c 1.22 MB 1,747 6
703,064 703,064 0000000000000000000b9a4a2c930d576c5be38313536ad5d85b75159bf6aa39 1.39 MB 2,446 6
703,063 703,063 00000000000000000006075ab9c5b12fe2337fc3d31ef9bc91b8e11accb26c7e 1.40 MB 1,988 11
703,062 703,062 00000000000000000004569f54aa6ab027ae68aca7cb68f2ef6b10a5cc67dc22 1.27 MB 1,684 7
703,061 703,061 000000000000000000073912d7afb0aea1414c23383720f2121c7c370cb37d97 1.60 MB 2,811 20
703,060 703,060 0000000000000000000e02a9a568e9506f3655816301a34162f2e439da327e80 1.45 MB 2,349 17
703,059 703,059 00000000000000000002e50844579d94ea90dde7171d9d5f77a2ce1267eee7b3 1.55 MB 2,710 18
703,058 703,058 0000000000000000000523fa9a743acfdc1ccf4cb01e4fbd4ee935930c10e2a5 1.51 MB 2,834 8
703,057 703,057 0000000000000000000689a831085f951e309c0f493fe902ce2bb666fad1d41c 1.50 MB 1,908 13
703,056 703,056 00000000000000000003d714f35981b6ea4e933d390171fb274fc3bb5447c05a 1.51 MB 2,813 14
703,055 703,055 0000000000000000000291d25a4796e60b89c02dec2645b54d84f530b81e4c7c 1.36 MB 3,150 36
703,054 703,054 000000000000000000092520079e3e4436df7b51aa398f669c330e8e173de67c 1.26 MB 1,864 8
703,053 703,053 00000000000000000005c0765f9b7b854883c0c8bd4baed3b1e2003cee393d06 1.52 MB 2,581 8
703,052 703,052 0000000000000000000ccb9329b01b002c8be6ebf430725704d3c567e977e306 1.42 MB 2,772 24
703,051 703,051 00000000000000000003639292daa023e941d4365ceb6d5e9dc77b170a690fc1 1.49 MB 3,201 11
703,050 703,050 0000000000000000000d1f726428f59f984e8744b9ea76732a345235689a98f0 1.45 MB 3,187 9
703,049 703,049 000000000000000000084596089298904711906733d35c806071407233ea9440 1.57 MB 2,499 20
Previous 10 blocks ↓
Total Size: 768.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,613.63 GB sent, 92.52 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.