Memory Pool Memory Pool Refreshing

4,877 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,014 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (771,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,606 136,606 00000000000009366e376e5937241de3fcd52aaa4adc1ab28350be0ccf5b7105 0.06 MB 173 153
136,605 136,605 000000000000048cef50c9119863a14d6ff3fd0e8a5dadada1309728b34017a7 0.05 MB 136 69
136,604 136,604 0000000000000a1da936ff68d260121f9029d92ad57b939470f1a1645c536eb6 0.03 MB 59 579
136,603 136,603 0000000000000a0ba39b4596a3575927fb772b50032064da6b597fac6af17d1c 0.03 MB 78 218
136,602 136,602 0000000000000033060ef3bfaaa7e93f0717e194748e9aedcc84eef39d293338 0.02 MB 43 333
136,601 136,601 000000000000047b7b1ca5869f16d313ee6768f444cdc4d3565388cc47ab94cd 0.01 MB 20 749
136,600 136,600 000000000000027d0c70f5409ce688b84ec6b915bb06d8002c4972c6ede4fb88 0.01 MB 25 208
136,599 136,599 000000000000077625620860a7a4944c9a41bb9dc8c385c66b7d43f4dbd3b144 0.04 MB 144 105
136,598 136,598 00000000000008fd049b8f6466998a1ec50372371d2674419260a63d1f9dd235 0.01 MB 34 723
136,597 136,597 000000000000076849b9a95683039642f49de70cae2d1e14f3a9d0c320b44817 0.00 MB 1 0
136,596 136,596 000000000000033a1d32b228be6c7a9f1a0b6bb07bcefa2c6edeb236ff698e68 0.08 MB 187 348
136,595 136,595 00000000000004e5ee10f2b00d30cbbb9596dcc7d2cb1f8fd02de18035c41ed2 0.05 MB 133 329
136,594 136,594 00000000000006ecc6ee7fb8c5173b5aeaad645600c229f33e81661e9a1d8b6d 0.05 MB 63 144
136,593 136,593 00000000000000b7e288313fcadd9c7144a08336c9d461bbbb661a5895d85a83 0.00 MB 10 541
136,592 136,592 000000000000079e2f99e7fad3a04979f343df692bf849f7c9420604b36bdf5f 0.05 MB 147 115
136,591 136,591 0000000000000941a54baa799a804246285d26c1447784ea2971b5c8a91e03ca 0.05 MB 143 317
136,590 136,590 00000000000008ac5ac796bf5b3c796565d011425e6e756bb3528a6b953c31bb 0.02 MB 51 560
136,589 136,589 0000000000000a8346baa71a483fafb31e46fb3ee412a071c1a7335dc0522524 0.02 MB 30 86
136,588 136,588 00000000000004cfa99ab1c42854dc7539060972165f3eeb68c9aaa608a22c92 0.05 MB 161 220
136,587 136,587 0000000000000a2bcf5b13316d0841ebba4269f9aaaed794b371350369e5e445 0.05 MB 141 346
136,586 136,586 00000000000006d5ef1f58bbaa37a1155e21a2afd94d264b780cfafbc41e5b5a 0.05 MB 41 21
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.