Memory Pool Memory Pool Refreshing

963 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (900,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,708 7,708 000000002b51d6496448233dd393758ea1cbc22a10befeb9a0fe569973b29fbc 0.00 MB 1 0
7,707 7,707 000000000ae28c49008f79314d623311e6838cc8e3c43cb40f121de5be64709f 0.00 MB 1 0
7,706 7,706 00000000cab8ba72a5d415dd48bcb03ce10497ed82e16d628e5101c1dc0c0994 0.00 MB 1 0
7,705 7,705 00000000a3ff9826452b48a73aade6e5a4f0e64ae3fc0f923cbae50991df70f8 0.00 MB 1 0
7,704 7,704 000000003e2a49424baaf8e3fcbc849e9dfa8db750ed7f400414573fe92830c8 0.00 MB 1 0
7,703 7,703 00000000f3dcffd5da3042beb308cb56f9a2412a78b8e899bdbfd15bf50deff3 0.00 MB 1 0
7,702 7,702 00000000c43d7b93b59627eabebb2650c42570f311767d3f720a617dcc0b0930 0.00 MB 1 0
7,701 7,701 000000001b5b9e27fa2f90ab9ba101b4bc9efe9b80ba3b1f3e3a0c0f25a14f60 0.00 MB 1 0
7,700 7,700 000000002439994e38b1e72809730bc6c074baf85c6166821b1d8f9015e2f569 0.00 MB 1 0
7,699 7,699 0000000097753699e6a0f0759ef6de8e47d8b6312aa17988e914786341b09bac 0.00 MB 1 0
7,698 7,698 00000000ca0431fe8b104ae5b137c1881017e0afb16080c194b60391769cd987 0.00 MB 1 0
7,697 7,697 000000001c5df40d83ecddc84084e23c1ddc4b9008ebeb18eb62f7da38355402 0.00 MB 1 0
7,696 7,696 00000000d13d438d86345ef8e2f72bd5b63007dadbbd6390d6333e33daab14c6 0.00 MB 1 0
7,695 7,695 00000000ab8187cbc09be260f545b5698f447035e4495e86c82ee38a223fb777 0.00 MB 1 0
7,694 7,694 00000000970066c6d43d0afa42d130dd8dfb87df978943270a41a8a8e9ccb757 0.00 MB 1 0
7,693 7,693 000000008eecc1a8f452c12ee9c1df88ebb3689a0bc63afc82e323a812ef3be4 0.00 MB 1 0
7,692 7,692 0000000078ce9ba26300c4dd5eccd9cb7a2c3fc3be6e585a2d28c49b86f36542 0.00 MB 1 0
7,691 7,691 00000000fc804c9e2435ef447d7398586c72e7e0d8382a571da79bb02a59201e 0.00 MB 1 0
7,690 7,690 000000004b1fa27917780f6d64899e0c2d5b143ed45e4ab32e428894692f4472 0.00 MB 1 0
7,689 7,689 000000000c9786184b3132f5571eb9444157e1911787e90dd0e155bf15c93029 0.00 MB 1 0
7,688 7,688 00000000d771860453679c384061ba7ae9060f9e79aebb67fce975f9f658555b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.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.