Memory Pool Memory Pool Refreshing

1,445 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (805,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,727 102,727 000000000001386c18db5f4b0e55b83cbbc0e738ba29d7e3b7709d29fc6662c1 0.00 MB 10 0
102,726 102,726 0000000000001846151ef240b2f70beaa774303c30424edb846e3ba63cf0732b 0.00 MB 16 0
102,725 102,725 000000000003368489574f2ce4fd41a77852400f55f63ebb6be0bf251e62bf85 0.00 MB 7 0
102,724 102,724 000000000000ef189cd3ca666c78f8fc05d8d42f5a7fe839bce98dc5638655e0 0.00 MB 1 0
102,723 102,723 00000000000211ea23c7f96bf6f5b36c09740ab175dc8c9bef8ae41955caefdd 0.00 MB 1 0
102,722 102,722 00000000000105688f92eb91908d7cc17099f0248077232ebbe7c6398de67ae2 0.00 MB 1 0
102,721 102,721 000000000000ea5c2f9aa82e5a03cdac12a97353cd983bb852d14308bfff1569 0.00 MB 1 0
102,720 102,720 000000000000c034d96092f108f922d940bc45520f5e690fe35cb614c87ba235 0.00 MB 12 0
102,719 102,719 000000000003a28378ee74f0166b1615d13a9f6d35e9a4b0f7f63fcb10fe5088 0.00 MB 14 0
102,718 102,718 0000000000002b6f5624d9993dcbd6e4238e7f1f4cbe0057cf232cca514740d5 0.00 MB 14 0
102,717 102,717 000000000000f413c1e3017dc2b9a6f9bc58e4fde2cb91bbb8dc163579859383 0.00 MB 14 0
102,716 102,716 000000000001accf4d23f6f62ce71bd4143d98eacd536d1266561e61db664338 0.00 MB 14 0
102,715 102,715 000000000003ffdd19b5a1ffad297553d3043e462a9b9ce63209257d3950c782 0.00 MB 10 0
102,714 102,714 000000000001c28d4ca5396408838e652b5a0c41fb4e72ac06140c5123b9301d 0.00 MB 14 0
102,713 102,713 00000000000132beb0960f460ea98136e5cf35d081a52c8041d082cf7e0d23f1 0.00 MB 14 0
102,712 102,712 000000000001633ecefd98c13b055e24d70035e19b2b5b4a1eb9426ccc4cc2f3 0.00 MB 11 0
102,711 102,711 000000000001e13f9167c63a3b30018587dcedd638c05624e2e095b9ac04d96d 0.00 MB 2 0
102,710 102,710 000000000000d4284c1165f0a0c6381420cd018f0ab42b5d1335a0ccd2ba373a 0.00 MB 1 0
102,709 102,709 0000000000033f709b365bb7314ffc4a5de685e042ffd0ffe177e3a71f79638b 0.00 MB 1 0
102,708 102,708 000000000001a5cea542415d7d493dbd1a83f4f137ed822fb792b524df7c5db7 0.00 MB 9 234
102,707 102,707 0000000000004957b641fc962884069f363b826b85f9284a49b40ae9395d94f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.32 GB sent, 98.60 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.