Memory Pool Memory Pool Refreshing

14,039 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (619,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,427 288,427 0000000000000000abe306d857c84d893603318f58719373dcf72a2fe4cc21d0 0.77 MB 950 25
288,426 288,426 00000000000000007ab1e94fb9cf04835b6a4cb605190fb7aca9b28c5c983774 0.35 MB 851 77
288,425 288,425 0000000000000000df3194aa6f7459cb027380fb027d204696af7f8de58f608b 0.35 MB 975 51
288,424 288,424 0000000000000000ee2bda627437387075ab69181a992c4451e601dab528c265 0.04 MB 69 18
288,423 288,423 0000000000000000c328dcea72df1dde22997f94a57d656d7a269490f20e4a45 0.35 MB 627 33
288,422 288,422 0000000000000000cc75ef1290a4bfd0cdc7357554f47e8946d1edfa29db4a5d 0.60 MB 905 33
288,421 288,421 000000000000000014c7ff5e54a46b5fa84641d1268d57db6789e51c0f5cc079 0.14 MB 115 13
288,420 288,420 0000000000000000d35374d3ae7341080a6ad6f14d119cd3325e4192e2eb3dde 0.35 MB 443 27
288,419 288,419 0000000000000000003a9df6bdb5c0cf78a2eb645a8bc83fbc10daac0ba504d1 0.35 MB 919 48
288,418 288,418 0000000000000000912f494a8049099fbab636e8ae5f31fc544ddfd042f8732b 0.08 MB 37 10
288,417 288,417 0000000000000000eba7801ebfd971f82e003798045153e8c73756c86b5ead63 0.04 MB 69 28
288,416 288,416 0000000000000000977ee1ddd009e682b939654ff091c4d36fca298dc1961a3b 0.19 MB 347 31
288,415 288,415 000000000000000023c9de469ac4132e34fa1d80a57b88189e7b8ea0d1c29f05 0.14 MB 224 28
288,414 288,414 0000000000000000813d3fea6188f0833544cce6d8557a1e85fd4b82f4716e21 0.02 MB 39 28
288,413 288,413 00000000000000008d38b0e8046d5e8b9c493720eb2eda3b1d800e23ee5495b1 0.08 MB 79 19
288,412 288,412 000000000000000005228901b34bdd0573b4eb5997c2207564edb7194ccb92e5 0.31 MB 364 31
288,411 288,411 000000000000000108a1eec436687a1ce7801cfe83be376644e68d396049d997 0.35 MB 389 24
288,410 288,410 00000000000000010e8ad4e25d95909f3db3471ceeccba2c35ffd2d70bb137d0 0.07 MB 132 28
288,409 288,409 000000000000000028f69f5c751087cd39201b5d4b25c12a8f9c7b7d8ddd8a85 0.50 MB 794 27
288,408 288,408 0000000000000000fa8b76f22c35f9a0b44cfd24c5f97be3e25a6bd096f6a4be 0.25 MB 562 41
288,407 288,407 00000000000000009afc9c9be90b333cc6118b0c84d0910d69fa1449327ed73c 0.35 MB 808 40
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.