Memory Pool Memory Pool Refreshing

3,967 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,202 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (725,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,137 182,137 00000000000006ad67b87e85df54ebf7e5b863f5757f23fbe81b893fb8d6911f 0.00 MB 3 0
182,136 182,136 0000000000000243e5bc1817e4d471a9d54dcb3edb89a42c4ebde0fd141fc6bf 0.01 MB 12 53
182,135 182,135 00000000000000609e9293ffdcef2c4c4a4163b59958c683ce1ced75f7c9c605 0.03 MB 57 71
182,134 182,134 00000000000000158dd4c6834719167eeb53283dae9b4bc1b733742a42761016 0.04 MB 82 82
182,133 182,133 00000000000002c85f0b4d02ad1d84bc3299eb120e80f539223a7b787c96712c 0.04 MB 101 110
182,132 182,132 000000000000005bd609172c34cdd62cfea5bea5064eeaf1b90a9f82ab5634fa 0.07 MB 210 157
182,131 182,131 0000000000000a501f1da76d8aa7b89809d0d042e578f35c337b72c47473ce8c 0.33 MB 1,024 82
182,130 182,130 00000000000002648e6c91191e3f657f752ef96eaa5a2bd6447821a0b0529b7d 0.08 MB 161 69
182,129 182,129 0000000000000841b8aa5368a8bc903b18c4986b6249e78a731ac9f0a926dc49 0.23 MB 406 127
182,128 182,128 0000000000000097d7e831d92683cc772b07579bcce5949f6606e95124522920 0.07 MB 136 95
182,127 182,127 00000000000004064e55ec6b22a8f1ac030db0b627fc593d59c5749176d7c339 0.08 MB 163 116
182,126 182,126 0000000000000049f0adf3ce6c284ebec4836666108f474877efc688ce8b3e99 0.12 MB 233 97
182,125 182,125 0000000000000659672db89c557f3ff63aa74dc962d16f65d8ffe5f8238c627d 0.06 MB 145 113
182,124 182,124 0000000000000103c33ca67dbfbdaa8ad2040b2a71d6734ea1f5db9eabbb127b 0.25 MB 615 168
182,123 182,123 0000000000000a5b9089c566e711b59c5b764b6d9806d6d2493388cf788c4b77 0.05 MB 129 105
182,122 182,122 0000000000000857dff47df4f3d73c2b4c1d2e13577236390a4476a9dcb9f451 0.05 MB 141 120
182,121 182,121 00000000000005a72881e1615eda780c2e3119faec51f4006789e6c2d248649c 0.00 MB 13 0
182,120 182,120 0000000000000a0bcae26d7a35fca6a53c5e791f56aeadcd21a86cf33545e7be 0.00 MB 10 15
182,119 182,119 0000000000000a78b7d4870c617c7af5542ee4a0447c9aae3d93b4bbcd4c8cae 0.05 MB 148 69
182,118 182,118 00000000000001512b4bc4c859f97c9d6234beb297f42b4ad163c569cca114fd 0.16 MB 308 110
182,117 182,117 0000000000000066755ae184a502c5719efce9cd1b662bf06ca4a138e3312980 0.10 MB 253 97
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.