Memory Pool Memory Pool Refreshing

1,262 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (62,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,168 845,168 00000000000000000000adead113c6b2aa16c84838e45f99ebe075d96c3eba63 1.91 MB 6,420 8
845,167 845,167 00000000000000000001c11fc4bcff3a289b6fd579ea00c2006e37aa8b159e3b 1.54 MB 6,141 9
845,166 845,166 00000000000000000002e5bdb3fdc2723ab644f7f43fca9060a3f7e565ad9e7c 1.75 MB 6,314 8
845,165 845,165 0000000000000000000222f2fe74dc848b64eb326591c1063547152a2e9a0cd7 1.57 MB 6,452 10
845,164 845,164 00000000000000000001eeaad161c104a8fa3f5220f58dbf8ea1c0e4cad0c330 2.06 MB 4,782 9
845,163 845,163 0000000000000000000149847643529ca725883edbd307c3c01346476519dfe5 1.73 MB 6,213 9
845,162 845,162 000000000000000000030c921afb053c2ac2d6b681e20d4d5b7401ed2c8f8449 1.67 MB 5,567 10
845,161 845,161 00000000000000000002281ec72b466977fa8fd7e993e50879457d8f4b21c800 0.00 MB 1 0
845,160 845,160 0000000000000000000014d2b5a6209d89ae50ee10248502692474df02796acf 1.56 MB 4,904 10
845,159 845,159 000000000000000000018bb04689cec3d53407f38c05a349200e160cb2e3d6f4 1.62 MB 4,276 11
845,158 845,158 00000000000000000003438fb450f8b1a7daeeed60daf0ee68c488d861095d88 1.75 MB 6,143 8
845,157 845,157 0000000000000000000244fd260d8f0863c6a727ba4be2c14e69cfef3f738d7b 1.67 MB 4,509 10
845,156 845,156 00000000000000000001937db998d5a707279af1572fe5e52b6d6de0feea31c1 1.76 MB 5,254 9
845,155 845,155 00000000000000000002b54e9cdd4f8f7918a053dad8882c3eb8fad4a0303b85 1.46 MB 4,948 8
845,154 845,154 0000000000000000000276dc3545b68cf285b0d9275b63f056613e8bd72dc007 1.28 MB 3,102 9
845,153 845,153 0000000000000000000227a3b0fec161dcf199db0386a7ccaddb0597be461659 1.46 MB 4,504 9
845,152 845,152 000000000000000000010f3512b30020b4a8c17101815212177b1e2554e2dc6c 1.58 MB 6,281 8
845,151 845,151 000000000000000000020f6a52730aa2d2a92789fa3a815bc4a25bf22cdb823f 1.53 MB 6,610 9
845,150 845,150 0000000000000000000174406f62fc39f6610dfc07d5e6cd2ca4f9d0cd4a82af 1.53 MB 5,477 10
845,149 845,149 000000000000000000028cfda5ed51137aec52d49980c3dd80c5ab20440431d0 1.56 MB 3,667 17
845,148 845,148 0000000000000000000270f92a2e0e7341c243472754e724fdf7acaa489f83ec 1.62 MB 5,914 9
Previous 10 blocks ↓
Total Size: 769.14 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,631.92 GB sent, 93.59 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.