Memory Pool Memory Pool Refreshing

8,379 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (118,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,204 789,204 0000000000000000000221827c78a090a8de7971ace017d4c2985530c70bd6c3 1.78 MB 4,551 111
789,203 789,203 00000000000000000000c4768783f39481c320dc9182288a6aafe322a2d8a195 1.74 MB 4,280 160
789,202 789,202 0000000000000000000198beeb9e0485d83a31646e96805c4265ccac6693a30b 1.66 MB 4,087 159
789,201 789,201 000000000000000000034bb70d7083acf936225effd330b1a65b6aa94e5355e1 1.75 MB 4,379 78
789,200 789,200 00000000000000000003d52363d2687ec0258c9266a6a745c48243aba44d6a05 1.83 MB 5,013 70
789,199 789,199 0000000000000000000579d94ed16cc5153914b45d1293cf97a7bbc00336a229 1.86 MB 1,508 82
789,198 789,198 000000000000000000047371fdf1b6273613b3894bdbdc6bfa357c2e6949f459 1.70 MB 3,942 147
789,197 789,197 000000000000000000025007eb2c4c619368d1edc8b0b770f1cb0c7a3a871ddf 1.80 MB 4,583 85
789,196 789,196 000000000000000000033458b1b7ed587cdc67a7f9286032280c5fe8cce64b35 1.69 MB 4,040 66
789,195 789,195 000000000000000000053f0187302bccdd7827a40bafb0f1547a85d5f9a02016 1.85 MB 4,591 55
789,194 789,194 00000000000000000001d386502429eb094bca6345ca0c5ff6a15e1c3184b427 1.76 MB 4,156 81
789,193 789,193 0000000000000000000563d2f325a652748371be837c63345bc44351291cc7e5 1.51 MB 2,749 52
789,192 789,192 0000000000000000000285ef66caad27f5af2f27928936b2848e59ff6bda4c89 1.83 MB 5,027 62
789,191 789,191 0000000000000000000120736d9d6cf337e61c17a8ccd03c94e3043885ffa17c 1.75 MB 4,531 123
789,190 789,190 00000000000000000001f343ffcd6218e4bc0b81a71da8bbe1b15db9fc5421ad 1.62 MB 3,511 166
789,189 789,189 00000000000000000000c1bec9df7dcadb5e831532a6232fc8ccbe18442d3eb4 1.51 MB 3,344 156
789,188 789,188 00000000000000000003d0b0e519b5c0526da70d69bc4556c992ded442a46bac 1.84 MB 4,846 80
789,187 789,187 00000000000000000003aa3f0c3adadbf3a66e3ff0d34ae9e7ee77f9538af19d 1.81 MB 4,950 61
789,186 789,186 00000000000000000005ccdb9c23cab3e9655b96c7f3912d8d5427f967ab9414 1.72 MB 4,522 109
789,185 789,185 0000000000000000000589e17b8958a960c81fece6d42d7233b1e4a6cc169571 1.56 MB 3,211 215
789,184 789,184 000000000000000000016d2b361bfbea1cd46c5f8e278025683f717597b692f2 1.70 MB 4,047 67
Previous 10 blocks ↓
Total Size: 769.29 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,636.09 GB sent, 94.37 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.