Memory Pool Memory Pool Refreshing

1,285 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (739,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,180 168,180 00000000000005e76234b42de70847c814049f967bcf214311868f4fa6135eb0 0.06 MB 111 126
168,179 168,179 000000000000003b568cb0212df7bbc8bab01f503e2695be01c0176a20af8b28 0.03 MB 64 122
168,178 168,178 00000000000000ecf22014456403e700cdc22b63bfeb51900949f66f39e45feb 0.04 MB 62 97
168,177 168,177 00000000000009f84ad127c19aa67fe6fc201d9053ecc640e2bb4001d5b5defa 0.02 MB 39 5
168,176 168,176 00000000000004be163ac384b8e65571a35887e8236cc00fb4e79e2baa864267 0.04 MB 81 101
168,175 168,175 00000000000005392a807bd3567927646406a9613c481ec61e310dab5d1bc686 0.01 MB 35 372
168,174 168,174 0000000000000bddbdf23ff0fb4d9b6b125d241ecd07f8e27244263219d95e7b 0.04 MB 154 4
168,173 168,173 000000000000081df73887df8dfab0b02d530fc5154a744d006aa6c9b64fd73a 0.03 MB 67 93
168,172 168,172 0000000000000970912bade76cab40106fae4cdd12785e277f68a26b1f402ea4 0.02 MB 43 91
168,171 168,171 00000000000006fdf4253c548c93583aa8f3a80b782940cf467854e16695eba7 0.03 MB 62 259
168,170 168,170 000000000000079c0a82a6b42809b71486154d6bdec9d65d378e2df1d14848e3 0.00 MB 1 0
168,169 168,169 00000000000005d9580c585a919169c5fb034e6eeeec2696f8ffe3ac32602cfa 0.04 MB 76 50
168,168 168,168 00000000000005f5539db861ae36fb44f7dda11177a37fc8698e0ae1caf7e6f7 0.04 MB 106 164
168,167 168,167 00000000000006db9fca29867090d2e9b9b39dcfd10a572bca0094acf9ef4abd 0.04 MB 17 73
168,166 168,166 00000000000003c344ac7e49dbd5be99faa887b1e4cc948a5d4b018d2c20eac2 0.04 MB 60 77
168,165 168,165 0000000000000bee28bc5b26fe5710531e0820ca672fea86b43443d26a539ba2 0.05 MB 80 251
168,164 168,164 0000000000000091145475488685cc80c08567b8a65baf3476d0439516da99be 0.00 MB 1 0
168,163 168,163 000000000000087d2948f156348b69c946d237663ee8af47a0396701860aa850 0.02 MB 49 451
168,162 168,162 000000000000074e67499c344723462f6751c8b548d4f58c073841db9ebc6e52 0.04 MB 33 161
168,161 168,161 000000000000046c73b9bbeac2021a452b77a435a9cba2714a7a8a244c4aff84 0.05 MB 121 168
168,160 168,160 0000000000000170c47744eb5b9636ac66c0431fe0c869a06d845326392cf8d8 0.04 MB 86 50
Previous 10 blocks ↓
Total Size: 769.10 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,629.02 GB sent, 93.40 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.