Memory Pool Memory Pool Refreshing

1,862 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,855 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (112,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,594 795,594 000000000000000000009dd6b2e837a48284d689a37e5bf7fe695a7b0908519f 1.62 MB 2,800 29
795,593 795,593 000000000000000000023cf777cb16e7904300c277a5da9e30ae41f2b9d5fe15 1.65 MB 4,039 40
795,592 795,592 0000000000000000000407873c5f0cce885056e19551cf41230cd5ad2b886cf9 1.65 MB 3,695 41
795,591 795,591 00000000000000000001cd758a3d1afdf69e5f6771056b2f7f5fa0e383ced09e 1.59 MB 2,932 33
795,590 795,590 0000000000000000000246822ebb244f7823dc76c4f02fed89bef010562a8c79 1.67 MB 3,636 29
795,589 795,589 000000000000000000055c9602a9340bde43153fbae5ebe84fc2b0ef37e67784 1.68 MB 3,419 35
795,588 795,588 00000000000000000004e10ceb8b47f14cad28217e120f5be75dd8a979350078 1.78 MB 2,125 25
795,587 795,587 0000000000000000000019a19069cf601e98648bef1a4eb7ee86a92c8838c00a 1.60 MB 3,217 34
795,586 795,586 0000000000000000000480235051f8d733f81619aff16a37ccda023d94e53b98 1.62 MB 3,377 47
795,585 795,585 00000000000000000002103c408f040c3623d81872e71d72e49284a3f7635e01 1.75 MB 3,619 28
795,584 795,584 000000000000000000018eddf00415e289b7cfb4197fe52830d0eec0e66561f0 1.78 MB 3,318 28
795,583 795,583 00000000000000000001bde5dbb355b11a30f000ea4cb407c2058e07be957f53 1.65 MB 2,573 34
795,582 795,582 00000000000000000005386018b10cd1cde59d6923fd918757690c004b01c4b8 1.67 MB 2,711 49
795,581 795,581 0000000000000000000178b921eb3d075e1159df9fd50dd300ced11ac892eafe 1.50 MB 2,945 47
795,580 795,580 0000000000000000000202d63efb9725fc6cbaf02fed9d12ce63222745343b56 1.58 MB 2,980 31
795,579 795,579 00000000000000000000ebb1b5a641935e6c0eb79cb5002d3e7ea5adf442b793 1.60 MB 3,631 41
795,578 795,578 000000000000000000002013389a03a6b6e331ec4dbf864fe84a08d211234604 1.58 MB 3,695 48
795,577 795,577 00000000000000000001d62b81b2516748c95b038952ef4e94f143ba1b638828 1.60 MB 3,140 43
795,576 795,576 00000000000000000001f0ddfbd7183e90d62a74aebae42218ca0de5607d6519 1.47 MB 2,647 36
795,575 795,575 00000000000000000002f28a4e79d6dd0ddda061322d1f0dc6089b60fa7e4155 1.81 MB 3,729 29
795,574 795,574 00000000000000000004e3d18f3252bbcbc962374ad34f4ccc1378d35bdbc8b0 1.36 MB 2,411 43
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.