Memory Pool Memory Pool Refreshing

5,242 transactions
1.53 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (711,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,298 196,298 00000000000006d7b9d229f6438492ee70d121c8d29f154d961f9d2b4c8db6d0 0.10 MB 199 118
196,297 196,297 00000000000006bfa8a166a2f234f1972c0eb52f53647f4f12725708eed2f26b 0.03 MB 90 125
196,296 196,296 00000000000005dda9bf7b6c71281b63a0cb79b719892bce3592afc066f045d1 0.05 MB 140 155
196,295 196,295 00000000000005c83ea6725a91a176c2a95ff457502dfd82595345121510b270 0.16 MB 432 258
196,294 196,294 00000000000002173c899ea7550d61d23eaf1db3edc33f6474b1dc2473b59d16 0.18 MB 366 113
196,293 196,293 00000000000004a598cba2824077fcd7dc65419b1f438a24df200df0084f5164 0.07 MB 190 98
196,292 196,292 00000000000005eb4cac274ccf3e1aab0f40d3143a03e7c640ab99b53e9f0b55 0.08 MB 162 230
196,291 196,291 0000000000000280026b80057fa7b8dff5b42ef359def667025a76b3b6c37100 0.20 MB 445 238
196,290 196,290 00000000000001e41f75d202530cef5f78c68db60ffe7fa62396f8f9e095e339 0.05 MB 77 143
196,289 196,289 00000000000001f653c40d061a598b245df79b5183ad27db8c7315c9ecbaddef 0.04 MB 67 107
196,288 196,288 00000000000003bf86c6ec2c9701225d694d45152cf172edf70408fe75beceeb 0.05 MB 91 67
196,287 196,287 00000000000004063c03ffd226993c1ec0437781d4c7a8ae16c5872848281800 0.04 MB 75 129
196,286 196,286 00000000000002954124f8026e275b62c0e98dcc35b9a99b5667b3ea7394e067 0.23 MB 542 136
196,285 196,285 000000000000068d31d33ae6b3332db953d37823dffc9502c2640c8f8b7a7582 0.05 MB 134 193
196,284 196,284 00000000000004f1f598bfa88af97f41a5e41b4b624b9fcf5915a53cb630acce 0.05 MB 107 228
196,283 196,283 0000000000000518cf254dff96ba5a65676929732657cdbdf63bbdc043e8bf74 0.06 MB 149 90
196,282 196,282 00000000000005c6279108cef7b1a6bf73d3137d9b7d0924e4719bfe76143d56 0.25 MB 682 404
196,281 196,281 000000000000040ef1a7df64a4c26d2269da2eef0a620988e22040ed72858e73 0.00 MB 1 0
196,280 196,280 00000000000003904f955ce19a60a70d21d5c63612119e1555628e387909c21c 0.00 MB 1 0
196,279 196,279 00000000000005f0f13f95d64ea5d0734e9e531185bfac1c6da843dfa3dc496c 0.00 MB 10 29
196,278 196,278 00000000000006870e14086c70ecbe251449399ba2fd4bea942166e524abf08d 0.01 MB 32 6
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.