Memory Pool Memory Pool Refreshing

7,510 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (586,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,760 320,760 000000000000000022406b004a386df08982928e976d2a5856a79475024d2f30 0.43 MB 831 29
320,759 320,759 000000000000000004197efa00aac71896aa9fd5aceb1cfe0c8bf4a5ca1ba85e 0.09 MB 141 13
320,758 320,758 00000000000000001ecbe2da2f48a81747a55e12cb05ad9744db23128cf8d608 0.43 MB 801 25
320,757 320,757 000000000000000024d90cc62e3267583861c26d2ee3d51ca42d94b0d64c6931 0.37 MB 727 29
320,756 320,756 00000000000000000f13a5d7fcc951643b4c6d56c552a4843d87c8417106cad6 0.17 MB 356 28
320,755 320,755 00000000000000000ad4cfb538eb23af8477acbb56f93fdc92210b493c1c6418 0.30 MB 450 23
320,754 320,754 00000000000000000f90a96d01980b40e2ad654ef71e717f2693d68de83c95f1 0.32 MB 426 23
320,753 320,753 0000000000000000174f91c1b9f414edda9e27168140305fa82c553d0cdfc348 0.38 MB 360 20
320,752 320,752 000000000000000001757d3db7d10efb786cd5063567c684f7c0b8827a3733ca 0.25 MB 484 29
320,751 320,751 00000000000000000ff7a5e19887d28ad4ff1b188417b68f7503c9f47ee40c82 0.50 MB 561 19
320,750 320,750 0000000000000000127f1e2fc212f2df33dd8087af22d3d7f3900ef1676a15cc 0.91 MB 1,374 24
320,749 320,749 000000000000000019a6089fae1d7682e928678c514ca38a01b3a1e03d73125d 0.35 MB 724 29
320,748 320,748 00000000000000002416451016aad635fc778a3427ecbcceb2b72dfbd5d5386c 0.13 MB 64 13
320,747 320,747 0000000000000000053d591239a14eb314afc5b1df8d9a440f3e8169b82c1cb7 0.54 MB 1,086 27
320,746 320,746 00000000000000000c18a0615a5cd9077473df3df24cd79a5eb20d1f12dddb16 0.76 MB 1,364 27
320,745 320,745 000000000000000009d51d98e1c5b1aba6673fb664521967b0c98f43830b8af5 0.50 MB 1,079 30
320,744 320,744 00000000000000001ff8b97d398b115e6b8aa3fe38265f444d1b173339268025 0.18 MB 385 28
320,743 320,743 00000000000000000906d0ab300c5101a9a6cfc2bc63a8484844d30843fcb587 0.25 MB 406 24
320,742 320,742 00000000000000000cd5a0b124ae66189e52cc3042c491ed5228c9c4fd4f5122 0.33 MB 763 28
320,741 320,741 000000000000000001fa3a3bef0d574fd556437224125fba178e048bf1d0ec26 0.27 MB 595 28
320,740 320,740 0000000000000000206be13a7d133304adeeb22fd5354ddb538fee349ebe81f3 0.12 MB 155 23
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.37 GB sent, 93.03 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.