Memory Pool Memory Pool Refreshing

6,812 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (814,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,027 94,027 00000000000878ab45bffa13838a480881cd33bab039900b2ef461180712e1c1 0.00 MB 8 0
94,026 94,026 00000000000058ebdbd2789020da47d1ea39254d748880f9284f7b7053fe1c60 0.00 MB 2 0
94,025 94,025 00000000000061799373eed5ed28bea5bc32b6d2b0772d72ca0d41b3caad9754 0.00 MB 1 0
94,024 94,024 000000000006bdb88c03414dbdf3bb6a76d8db86f0c4cc5a1d654658896d1ad4 0.00 MB 1 0
94,023 94,023 000000000005ee19cd1ea8f16c501328165e8a2e867d1f8bb54f8ccdc314c13f 0.00 MB 6 0
94,022 94,022 0000000000052e6ec3878293f4fcb4f09a550e4d47cc20a52a0a2424252db4d7 0.00 MB 2 0
94,021 94,021 00000000000426d6d7fd256ff9a7dc532b255256b3e7afe0ddab54560bca4a4e 0.00 MB 6 0
94,020 94,020 000000000003ac85dc4374090c39713738715c1787b4d61d768518fc09fdade9 0.00 MB 2 0
94,019 94,019 000000000000b86e7c8171686d862ccba134c714b87f686fcd74939202d21b26 0.00 MB 3 0
94,018 94,018 000000000008cb170bd95728ca14ab2777a6731cff3f1296fc374f3ae239c9f9 0.00 MB 3 0
94,017 94,017 0000000000077e6f0eab0c41e46595fa91f36f376fd603b1ebc3c8178107bd9c 0.00 MB 1 0
94,016 94,016 000000000001324ec2a8ad6f680cbe759fe46ccb8ab7f6e4ca411d6817188c6b 0.00 MB 8 0
94,015 94,015 00000000000784e86becb255951555b6a28a98fdb42f50751278aa09f4b6728a 0.00 MB 3 0
94,014 94,014 0000000000084e249431a9252eaf196ab98f3819162f7b88422b091fc08c00a7 0.00 MB 5 0
94,013 94,013 0000000000068b46ddedd59f43b7c038bb3a1484b248e0476935a4afa28dbc97 0.00 MB 2 0
94,012 94,012 0000000000035051f2ab3c5f6cf5a6c615577c86ed1d6ea7f54c1a618001ee15 0.00 MB 8 0
94,011 94,011 00000000000377e0c5cf91b20d0b0cff10985f799b4bfc5270787ff7ae05e63c 0.00 MB 1 0
94,010 94,010 00000000000079859d9d43664cb7d721bbdce7abfec2c1e95d790a0b91512107 0.00 MB 1 0
94,009 94,009 00000000000974a56fc522c678b8a1a9b85fbff87028fae208e03bbe2274bc52 0.00 MB 4 0
94,008 94,008 00000000000045d597a8151b3a8f82ff14373715cd947f55f4547b5afbb03c4c 0.00 MB 2 0
94,007 94,007 0000000000040ae688241d95d77f7a8d060083f9a2134445910938a1391537a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.