Memory Pool Memory Pool Refreshing

2,947 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,307 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (784,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,876 122,876 00000000000010470e4fe65a2863366899c3ed97b42bd97e867bb59d17b1086e 0.00 MB 12 0
122,875 122,875 00000000000034dd2b3802d1dc7dedd8e5d4d87e995bbbe8202faca9db8e9a0c 0.00 MB 1 0
122,874 122,874 00000000000076f3ff3810a4ee2ef302572b3ee870129d535815211af68b58f6 0.00 MB 11 0
122,873 122,873 0000000000008df82a494ee986b8083bfa4ae0894d8900e15113ebf9fd4b2a8c 0.00 MB 1 0
122,872 122,872 000000000000562ffd41ad9927741f3cdbbdee3b932da0a2772441ce53f96813 0.01 MB 16 0
122,871 122,871 00000000000038eae51c197ac185a8c480a48b89f278eee4b741750f8058b715 0.00 MB 3 1,438
122,870 122,870 000000000000484601b7aa8f96cf013d83b744428cfc5a8262896ff8cf039fc2 0.04 MB 37 1,468
122,869 122,869 0000000000008f6da88bd54ba5bd3340332296e48d03b73dd894b6d10a0273b8 0.00 MB 1 0
122,868 122,868 0000000000002ff6604ba816fe29466c46360f24590d9c11e0f6afea6ac7ab83 0.00 MB 13 0
122,867 122,867 0000000000002c21682aa437a9131882c5c2966b24bb74d5a6f83deca529e37e 0.00 MB 10 0
122,866 122,866 000000000000128fa8b16c7293dfd775a76efc7c2febba711330b1fe7c8a41b7 0.00 MB 10 0
122,865 122,865 0000000000007d42610eed99c76a67ed862468796cbd177f782be3224d77d56f 0.00 MB 9 0
122,864 122,864 000000000000773817ef9bd548c4c6697fdd53fbd448fa799c83cd262ebf2a07 0.00 MB 7 1,425
122,863 122,863 00000000000017cd45334fa3d5a03dce1f6b273bbbda3cab21d12bd124e04cd5 0.00 MB 11 302
122,862 122,862 00000000000001777184cead72c324edb593f2de4cfead8dcba973fe19c0161b 0.01 MB 15 2,070
122,861 122,861 0000000000000132c62d2c84532b09553489cdd51f5230dff6d33cbbcc9c05c3 0.01 MB 16 2,284
122,860 122,860 00000000000073beeeb48aa55e26f85b0ee9c3607d7be23d955ece9d2cd61b7a 0.00 MB 5 0
122,859 122,859 00000000000084d6dbb6874003d5ad3cbf5d38072fa11055239ed6251cd79ad4 0.00 MB 14 715
122,858 122,858 0000000000001f151cf64c35b48ccff168cdd175609dc301a752f98ad8851047 0.00 MB 10 0
122,857 122,857 00000000000091e4605ad224969493f590a62df87ea9cd11d951b8db57fa0983 0.00 MB 6 0
122,856 122,856 00000000000080106746b9b58be8a8fdc6f16db20bb10ee0874ccb7a03f0b1e2 0.01 MB 20 133
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.