Memory Pool Memory Pool Refreshing

4,012 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (795,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,017 112,017 0000000000001ce1da6700a525ef587f15fa9aee985d740ced718955703faf72 0.01 MB 19 199
112,016 112,016 00000000000068a84a4ac853b799087a109a6eae71b2533eabad3ca3ad5a9736 0.00 MB 4 1,291
112,015 112,015 0000000000007381379a7780c4212459f25ceede5712deeb4b78e3e223e66b12 0.00 MB 1 0
112,014 112,014 000000000000f181997506eb728e832e3ccf56f419516c9fc3982609a9634ef1 0.00 MB 2 0
112,013 112,013 0000000000002716eb5b887429f25fbf278033086df5cf6625e277e5cf551667 0.04 MB 12 77
112,012 112,012 000000000000bd7dc3de1a8862856d8e4a0313b94898ba0554ab6f24923fbd5c 0.00 MB 5 3,872
112,011 112,011 000000000000b3a8cfeea43fb27799d40d2e291add1e1de64d0722929951b177 0.00 MB 12 1,412
112,010 112,010 0000000000002623cd97c055f7bce28d2190b38f4a88e0f08b6eefd104707dab 0.00 MB 1 0
112,009 112,009 0000000000008b3b7aa7978530f839152bef44bbb210bfe5e9be8ca56d90ceb0 0.00 MB 10 3,240
112,008 112,008 0000000000001fb3f0ff9f76b542165b8ccde7bd6152fd808099628594dc6f96 0.00 MB 3 0
112,007 112,007 000000000000e3391a6744684c9485848f0dcc4b59588ea508a433b637c2bdba 0.00 MB 3 2,074
112,006 112,006 00000000000063e06fafb8f36226c80502db2589afe205e2a0b85a463486efb2 0.00 MB 5 0
112,005 112,005 0000000000006e46c3b3dd7a0e7aee1f8a800778db2915f59c01eb6c745b2aff 0.00 MB 10 0
112,004 112,004 000000000000e4acb40d714139b7f380aff040e7a1119e91a5f54ed7cc0b2234 0.00 MB 12 1,154
112,003 112,003 0000000000003206d0671a8ec92b8fecbcf567eb01dc432986f689d3c4988f44 0.00 MB 8 3,878
112,002 112,002 000000000000f64bade25be104f86197c72117a81bc1dbb6b6f2415a41d5a00f 0.00 MB 2 3,891
112,001 112,001 000000000001035d056c81d4edbdb2763e40739fd0b2f9cfa06f657299f4f66e 0.00 MB 7 3,227
112,000 112,000 0000000000001d69b3899a49f37799c375a7471829953d5470f468f48ff70432 0.00 MB 1 0
111,999 111,999 00000000000065e3af34797fe53f6f355c2bf40ac13b27784e6876c0c0788117 0.00 MB 2 3,861
111,998 111,998 000000000000eb596a34c7e34fb432e2fb0549ab955777dd580fb7425daecc0e 0.00 MB 3 3,883
111,997 111,997 0000000000007d8c1f5ca62273467338cab3af2d16b5e170bbe9635cd050a4bc 0.00 MB 5 2,205
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.93 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.