Memory Pool Memory Pool Refreshing

36,231 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,899 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,344 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,898 (771,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,055 104,055 0000000000020319acc57cd462642ba485074a7d94ce7535757ac15a112dbab8 0.00 MB 12 0
104,054 104,054 00000000000158de8329b9bf32048462a93507eaf4445250a2da33eeca14599c 0.00 MB 12 338
104,053 104,053 000000000001839982c318e01b38bab281a0e9edb32fe5c35a630f9f1bf4505a 0.00 MB 7 0
104,052 104,052 0000000000012ab2ba36afd17ef0371405e46bdca51a07c77119715804e6be72 0.00 MB 9 0
104,051 104,051 00000000000226d616ba0133cdadb2104023e2ee75ae05cd974f6150b290e9db 0.00 MB 8 0
104,050 104,050 000000000000938cb03a81e0351588de5ba604ade5cbdd786416e072ee7dfd54 0.00 MB 12 0
104,049 104,049 000000000000948c818730c6189c97cbc5b450995cc8403079063699bd4d2859 0.01 MB 21 0
104,048 104,048 00000000000340337bb07101839b64db59fa89bc8e00beda62c7059fd2b11d32 0.00 MB 10 0
104,047 104,047 0000000000027df232f6336c00da616e7d49a6e895e9b4b9486cbc3326147a70 0.00 MB 11 343
104,046 104,046 00000000000182ff7e385c3e275c5b971c41e5b493c02ef5f084c53f4259372c 0.00 MB 12 0
104,045 104,045 00000000000271f24ef53d13cffb75b8b4bbd4603bc4b32100622a5c02fbd7e4 0.01 MB 24 0
104,044 104,044 000000000000bebcc5a6276ee37fa1e4eac3a04212d2e1770da106efdfb35e0f 0.00 MB 11 0
104,043 104,043 000000000000e288158f63637f5524e0f6f2f677c69c51207e4624c2efabc1fd 0.00 MB 10 0
104,042 104,042 0000000000035cbf27e9e38a049ebab57195916fb618f6dc6bb5b2e7dd17922d 0.00 MB 21 0
104,041 104,041 0000000000000a0c62e247513c586b01d240f517a84de52538523663d3d703c0 0.00 MB 3 0
104,040 104,040 000000000001c261140733ea83db2d102fdb3e93aff8f8ad1e684434c74414c8 0.00 MB 8 0
104,039 104,039 000000000002870e06101efc5e217f0fca797ad266afc9af114c147848d36705 0.00 MB 5 0
104,038 104,038 000000000001b103650b394fc60d13a753ad6fb61bc9bbc262a44dff0ecfe4e9 0.00 MB 6 0
104,037 104,037 0000000000013bc66ae84d81df6c23b4e65974c1317f65762b755ec5a556a549 0.00 MB 8 0
104,036 104,036 0000000000010ba28ae9fea6834d2775e4dcf8f2f29a5bfd7468e47b811c9361 0.00 MB 8 337
104,035 104,035 00000000000217b0f2de8ad2cda4677ced221fbcda3456978fa4450a892516e2 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 710.30 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: 644.44 GB sent, 14.18 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.