Memory Pool Memory Pool Refreshing

3,836 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (27,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,022 880,022 0000000000000000000236411f1b2b9133053782db4f09cee01a4ca61d5cf320 1.40 MB 2,676 3
880,021 880,021 00000000000000000001edb6e69f887207a12ccb12a9d0e2c1cf2cb43fb2fbd7 1.38 MB 2,229 4
880,020 880,020 00000000000000000001726b77d5a6659f0a8dbe0d1ede455551543fd9a58c11 1.75 MB 1,197 3
880,019 880,019 000000000000000000020ec471a8bf3949300aab5a49d5d6e54aee7a4d9e78a1 1.41 MB 1,967 3
880,018 880,018 00000000000000000000bb39704f189da436d0adbed0da2bb334f93cdaa519d9 1.62 MB 2,581 4
880,017 880,017 00000000000000000000d0e90bbf63d1ab64d1f6b65b57474c28aea09a56981c 2.18 MB 295 1
880,016 880,016 00000000000000000000e000944a8a674d0b1391b36487bf2c18695e1c06e3df 1.49 MB 2,451 4
880,015 880,015 000000000000000000003769f388185f7e82056d5fe363c130072b6b8abf4915 1.87 MB 1,157 2
880,014 880,014 0000000000000000000207cf12b78d3f25c9580476c2dd5c5bed9f7a29d67a5b 2.49 MB 516 1
880,013 880,013 00000000000000000001f510d09f5baa753404c2e14265ddd7f8d8e3399fbd56 1.77 MB 1,770 2
880,012 880,012 000000000000000000000bee16ab1c077049f2ef02324a8b8ae0c82a7141b55c 1.56 MB 2,618 5
880,011 880,011 0000000000000000000098f3a248ddd0de35c95de6d9c60fcff62283a6f63b43 1.41 MB 446 1
880,010 880,010 000000000000000000011505af217c4bb6bd16e3e125f6ec83ccd9f0c4cb5fce 1.50 MB 2,587 5
880,009 880,009 000000000000000000003ce731571d5b7d3bc7d719f864ee4b5e89543d356068 1.52 MB 442 1
880,008 880,008 000000000000000000010b736551aed2b53c43455bff5e3dfe83e914dff080c9 1.66 MB 3,185 4
880,007 880,007 0000000000000000000036a89fe7f9e334995f97288e8eb2e708f176472d8c12 1.56 MB 2,446 3
880,006 880,006 00000000000000000001e41c75a2b4e6426756d49d3ca199ee16a5fdc659c93e 1.60 MB 1,066 2
880,005 880,005 000000000000000000019aadc262b8873e890263154f0f4a5a0a474e5c5e88ae 1.39 MB 1,749 2
880,004 880,004 00000000000000000000becdec1213597ca2abc4838e480fef7736be3396aa16 1.66 MB 2,799 5
880,003 880,003 00000000000000000001cbd733d010578f6f03d752ab0a5fc3c67e448e6df621 1.63 MB 2,728 4
880,002 880,002 0000000000000000000245bf6cf30362edf6105e83a5d52f65b0e09c01442a2b 1.78 MB 1,954 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.