Memory Pool Memory Pool Refreshing

288 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (809,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,297 99,297 0000000000031b4843adf9d4a6669b76d179687305a1c4064f1d390d56db0614 0.00 MB 3 0
99,296 99,296 0000000000047bbca53680609f1f3082343c5cfc6fb6eccd227102f8d866f689 0.00 MB 2 0
99,295 99,295 00000000000303ea52392b460b5b02e48f78f5d7f6de6c459ccbaf9a68e1008a 0.00 MB 1 0
99,294 99,294 000000000001d7a249451593c4c6b90cfe72fc71d9937906fdef64411d934d5c 0.00 MB 2 0
99,293 99,293 000000000002b1ea1254692f8f5b262ef2f0536066b98d8f6b11065177e9aba7 0.00 MB 1 0
99,292 99,292 0000000000001c09ef9054e249d05019aa29cfc0382343a3744c5bea1168db8f 0.00 MB 3 0
99,291 99,291 0000000000044dc5b978ae636da19703833a20ece7c4841091cf20bcb994f61d 0.00 MB 1 0
99,290 99,290 000000000000032efda7ad177302db49b4ed084bcf5adc6669140ce962ccc206 0.00 MB 4 823
99,289 99,289 000000000000d3881a288b39025519a1cd1aae7cee53ba332f84d2b05a4470c9 0.00 MB 1 0
99,288 99,288 000000000002747c268a1cd3e490fbec916036c5b6a6a22507fe5e214474959a 0.00 MB 1 0
99,287 99,287 0000000000043e95c85d5252d0bf7e08ba4fa73bb8ec170dc0774f5d29dad2a7 0.00 MB 1 0
99,286 99,286 000000000002b0088aa0a931cb93ed49a8d9ee97b1092d88d73dd163a2395ccd 0.00 MB 3 0
99,285 99,285 000000000003511d229a92b86de061cab100997509abd09240b2ad3768273d16 0.00 MB 4 0
99,284 99,284 0000000000045eeaaa5f56a5afebdbcd6640aea0c6a921c778211010dd2a2804 0.00 MB 1 0
99,283 99,283 00000000000343716f1dcf0f7a139843d5a835c2408bb3a5c57c2a94d4ca8ba1 0.00 MB 1 0
99,282 99,282 00000000000215bace22cbdcb959bdb933f8e7161e8670444f2ca9db6b7a6098 0.00 MB 3 0
99,281 99,281 00000000000262901166f184aa3f593ecb7a9f37ad39d61a25619553229bd700 0.00 MB 5 0
99,280 99,280 000000000003e60673e57d69ca4f16585216aa862309a528c427995fe8c5ee9e 0.00 MB 4 0
99,279 99,279 000000000002d537de66fbe8b168ba8beba699e6539731395579961f7059acbd 0.00 MB 3 0
99,278 99,278 00000000000289fddeccba668eee960e0c8cd0cced1ee09d86659f3f879d91be 0.00 MB 4 0
99,277 99,277 0000000000039972af145ce79e79b685e811440900c1970219fe339c4b5b1c4c 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.