Memory Pool Memory Pool Refreshing

3,623 transactions
19.78 vMB
Show Random Selection Loading Transactions
Max Size: 81/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,059 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (845,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,133 63,133 0000000003aa36e17b474c3db6a28688b1d12fa066d622e42e00e6616221bcc1 0.00 MB 1 0
63,132 63,132 000000000147c7565c32eaa8d81ad242c19c38afafbc1335d2f3ea12bc65c54a 0.00 MB 1 0
63,131 63,131 000000000d0c5686e7e219b34643c7740aedd069350d855776a8dd7597f85fe5 0.00 MB 1 0
63,130 63,130 00000000051e2415163a485f2e4130d61585b4b37301afed3e9822b9d4e3cda8 0.00 MB 1 0
63,129 63,129 00000000069490d561f667346897f62700cce5145e5bc5e318be0a480fdbc608 0.00 MB 2 0
63,128 63,128 00000000060fd78d338fd91a9e861c13e31b02e6c088e6e71e9f1593065ca551 0.00 MB 1 0
63,127 63,127 000000000b5cd453b3ba7799fe94e840e97b1834aa0421fa927aa546128c85e8 0.00 MB 2 0
63,126 63,126 000000000ad9ed69dd8b43ec1dc8010e23b6044df43462b90dde01289e94f250 0.00 MB 1 0
63,125 63,125 00000000038edb197f6bd772833a71347b1171a74fe07d84219849619e2409cd 0.00 MB 1 0
63,124 63,124 0000000005efbd102fd42ad4c80a4a42fad20bd420a306c9597fc2ef76602a10 0.00 MB 2 0
63,123 63,123 000000000392a6c75860b60fb53da7a813cad65ef347bf8e6b672115e2a1a7ab 0.00 MB 3 0
63,122 63,122 00000000078d5821e7b76b10b79fde8babd21d6671bb9b6781b300f2d6060eda 0.00 MB 1 0
63,121 63,121 0000000002ffce13ab4953192c9d1fcceaae67ace1000519dca33c76b97e9f40 0.00 MB 1 0
63,120 63,120 0000000006b3b3b56f075c6e6754181630e471868cbe0f4e5b2368ebeba7aa53 0.00 MB 2 0
63,119 63,119 0000000003d4dd197857339cd2054e16c48f9ffd0ef99ea39d46710eb86ee732 0.00 MB 1 0
63,118 63,118 00000000042ac7b4e390a5ee95e5ed62face14fe593087213299169f9dbdae61 0.00 MB 2 0
63,117 63,117 00000000017d6151ca7cf598a6c5dbf23f72cc39fd2ff727a310c6d8ff1928ba 0.00 MB 2 0
63,116 63,116 000000000814a020efc39b30684de80c304afc08062db243ff989c792a1ed4f7 0.00 MB 2 0
63,115 63,115 000000000454f5e2a8c263045b6a445cf2b49600eefe80f62b524535f44cd56b 0.00 MB 1 0
63,114 63,114 00000000035f0dd98a4ff6e8aa103d0b473138b0d54f81435e9c7292c4a17bff 0.00 MB 2 0
63,113 63,113 00000000007d79d8aa43844eb8dbdf832ddc45ec9c220e8e4a49a0e527248a7c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.27 GB sent, 98.66 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.