Memory Pool Memory Pool Refreshing

5,619 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (651,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,796 255,796 000000000000002481c3e59fe335e68d108da9f9c757dc78f56e611933be9c20 0.07 MB 82 95
255,795 255,795 000000000000001e40e56231d9f2a3d55404a91722110041efa7e8067d330ac6 0.08 MB 186 107
255,794 255,794 00000000000000117e21e315031ac48863a938715541325697ecfbe7416d99b1 0.06 MB 145 129
255,793 255,793 0000000000000020fd743df48ac9f6bc1789da46a2f431445f9b10ef7a189b31 0.11 MB 219 103
255,792 255,792 000000000000002888ebc97f7f25eca94befecfa3362968d4a1a1e24a0f0bc46 0.17 MB 327 108
255,791 255,791 0000000000000017a8bf7bbea6389a910f7599b8d620263621bbb7eae59aaffa 0.16 MB 393 136
255,790 255,790 000000000000003d920986b5aff75deaf67f8bdfb29b5d5d5540af2dabad68b0 0.05 MB 114 130
255,789 255,789 00000000000000031100e9be8266ebb385eeb44794b98221d0dfd35e726378d7 0.10 MB 203 96
255,788 255,788 000000000000002c8b53e93c2279df5ac5cdb5b65115e7a0658e2802b01a5035 0.23 MB 512 116
255,787 255,787 000000000000002f8c7ca5e8bbbc03034d31812bd6889f0ad764ca0553f4d2a5 0.06 MB 123 114
255,786 255,786 00000000000000226b0bdb95266de746472319a800fa0b795ec721d30f0e4a21 0.16 MB 347 139
255,785 255,785 000000000000001c1d3df86a0b162da2d76b9c35deea1e064cff8b5c1deadc67 0.04 MB 115 121
255,784 255,784 00000000000000342a9247fac69a92dbfc2f97e11cc3f1cc766d39feae4c7441 0.24 MB 599 112
255,783 255,783 0000000000000008063972b3e4b984d746bfbc59ac84050171347ce6e1fd93c8 0.11 MB 224 83
255,782 255,782 000000000000002b7f3d8ad7c2d588c15c0d71f91d4de92065c942fe823cb852 0.02 MB 47 169
255,781 255,781 0000000000000001df350d0e534942517a6ed1431f542e13b7a84312a38a582c 0.08 MB 170 94
255,780 255,780 000000000000001614c677449b615d5bfe1495f7edab3219cb96843f5f494d40 0.20 MB 441 119
255,779 255,779 000000000000002891105ebb197b50647eaa47043919a3118232ab0e2cb4c1ca 0.18 MB 372 124
255,778 255,778 00000000000000171163ceaaeb272d7e52c1f2bfb40d92438c5bdafd31c1ce0a 0.22 MB 187 83
255,777 255,777 00000000000000010089685488ba667760a3fe67909722babdc39565cefe0f52 0.16 MB 380 112
255,776 255,776 000000000000000abd778fc9830d8d44c202a7448d9659fcbbdc864902e2d5e5 0.07 MB 131 73
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.