Memory Pool Memory Pool Refreshing

1,705 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (799,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,182 108,182 0000000000008727f5512189858f457b099a4cc6e37db3c6b457a7f9811ba6ce 0.00 MB 4 0
108,181 108,181 0000000000012cab9551d1b82b2bcf2094aafd5ea3534a3f4147c5f7f9f1718f 0.00 MB 5 0
108,180 108,180 000000000001dfe4980dce8de1daaaf3197a038c45c7cdef5257299fb12b2394 0.00 MB 4 0
108,179 108,179 0000000000014a0bb794f4894906997eea74321963eac04b2bea8c53e9f9ed0e 0.00 MB 8 0
108,178 108,178 0000000000014430acee4fe0db9e0bfc4faaa9d16622c175f1ee7414774a98d3 0.00 MB 5 0
108,177 108,177 000000000001e052f1737c7a6e4cf3a96763400ed31c744a3812e76b2b0383f0 0.00 MB 7 0
108,176 108,176 000000000001ee371d2903e7d390c7b90788c236a6a67f8cf89721c1df823d29 0.00 MB 12 0
108,175 108,175 00000000000244ccf3c88801b62d5eca33528644cf8bc5fe8248f2eb5aa1242c 0.01 MB 39 0
108,174 108,174 0000000000012e463a81135a095707bfacb237358ed14b1034a2799a1f4b082d 0.00 MB 1 0
108,173 108,173 000000000000bd4fa7106f28faa7fea95d1268bbf1e98576d4fa14a2a9b63865 0.00 MB 2 0
108,172 108,172 00000000000101bbf7b926edea85ba0d83067177a4bf0ef5fdbec2f352775ed9 0.00 MB 4 0
108,171 108,171 000000000000f404e59b376ad4c66e7b32e29cf403d57d7145076d085ac4a81a 0.00 MB 3 0
108,170 108,170 00000000000050e65a11fd373f3beff83ae6cc6531ce72657f7c01d13fba605e 0.00 MB 5 0
108,169 108,169 000000000001f5213ee99a83f00dc6affd4c221a4368d6b2678d93caccfbdd88 0.00 MB 11 0
108,168 108,168 000000000000d2dd3bcd01a88e400e3f8afd6901691a8bb84c1d093e66caf56a 0.00 MB 12 0
108,167 108,167 000000000000a2ecb88bc5b9bfb6942cbb6ec9f13e77d0d2b2a8d4f615c53037 0.00 MB 10 0
108,166 108,166 000000000001cb058c3c2a723a9e647d3cadef18a47ec916b09442edfa0466a9 0.00 MB 10 0
108,165 108,165 000000000002550e0e13b1cfd90323a032f8485b5e784d1f9eee158aaafcef95 0.00 MB 11 0
108,164 108,164 00000000000246d94290f0ecf4f50a0ab9c0abc1cc663b2bccb20350c958adec 0.00 MB 10 0
108,163 108,163 000000000000c742aa5777cbbd8b57f1b52df9ce70814c9b4b8bfcb4a6fbee1c 0.01 MB 39 0
108,162 108,162 00000000000058ec61bbcaa28b77b40bf1d2881e4a2922445fac00b8f13ef895 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.