Memory Pool Memory Pool Refreshing

9,773 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (576,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,745 330,745 00000000000000000e2d4cc687d3b3193e4c36e7c95a6013c2fc028401ff4d55 0.34 MB 629 28
330,744 330,744 000000000000000005ed9b07e511da0cf7640ead8067c940f6a99f4ea1edf9ec 0.03 MB 32 31
330,743 330,743 0000000000000000013670d919accc280e1c6451b268d9aea35b7244c30e6856 0.13 MB 209 24
330,742 330,742 00000000000000000b218f9025961d25c9c30cbb945f756e04ed986c9bb9cb4a 0.16 MB 299 24
330,741 330,741 000000000000000010420abf905dd094dcd7cf77377f0287b0d261f6fd5a0609 0.15 MB 261 30
330,740 330,740 0000000000000000159362d520b37425110e0d4bcb3b73ac6f0845758315d178 0.21 MB 236 19
330,739 330,739 00000000000000000469a1381445f0fd5115a1933a787b682a60dd9b5e34b87c 0.15 MB 404 32
330,738 330,738 00000000000000001447d39f0d7a400879038d950d88ef4b2c24f4383446b071 0.37 MB 283 15
330,737 330,737 000000000000000019f4be2e316e5909e31d7dfb48218cc6c437ff68f3ef3d1e 0.35 MB 404 19
330,736 330,736 000000000000000003294781a7f1da9fb7b25f99f245caac3f5aa5944ea6ab7a 0.75 MB 1,741 34
330,735 330,735 00000000000000001711d47f21fbc548ab6c25d0bf2ce7cb5699eb17f78ae746 0.50 MB 796 26
330,734 330,734 00000000000000000ebce2d2b4afe41e8bd0f95a76074656aed16c20abb23ed3 0.31 MB 661 30
330,733 330,733 00000000000000000304ccc04e3291abf22c9c8c420b21282c134aa9b10d20db 0.27 MB 622 29
330,732 330,732 000000000000000004bbc18ea19739165f59962072fe6ffe09eef297cb4319b1 0.48 MB 829 27
330,731 330,731 0000000000000000093d01605ec1cd59ea99aa4ca8b8d14f62bdbe7e82d2519e 0.24 MB 418 21
330,730 330,730 000000000000000008c78009f13bbded0791d264cc63097aead3e179f4ebdbbd 0.17 MB 259 23
330,729 330,729 000000000000000003ef035ffa9c9791bb72b6657f46de72c86ba897d8409d25 0.27 MB 526 27
330,728 330,728 0000000000000000012dcf32600c62bb4ec27a67550835379cb477b8deff440c 0.68 MB 695 17
330,727 330,727 00000000000000000003107221e16ef91fdf83b3729c5f370dafb754bf6443b2 0.75 MB 2,026 36
330,726 330,726 0000000000000000173e5c50f8c5ba633a7f32ae15fe29e343acae4ac7df4f2a 0.33 MB 517 27
330,725 330,725 000000000000000004a2acda8064589890cca21542029051ebff2218645054e9 0.66 MB 1,170 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.