Memory Pool Memory Pool Refreshing

14,199 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (62,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,177 845,177 000000000000000000016c879135319495d7035848b29984f23c684aef31a535 1.54 MB 4,734 14
845,176 845,176 000000000000000000026a754c5fb6413e9ae097762c08b78f98336e8bf32e39 1.46 MB 5,927 17
845,175 845,175 0000000000000000000160c4ab64d90b7e9d8add1bc03bcc9d93132331dffcc6 1.47 MB 5,112 19
845,174 845,174 000000000000000000014c457e2cffc5f1cd54a0cb52d290245ed593746e2f97 1.72 MB 6,022 8
845,173 845,173 000000000000000000015ca4a90192240d1fca1f3039cebc071368c6fd18f103 1.83 MB 5,250 8
845,172 845,172 000000000000000000020d0f897f7c6435a411261cf336e6ce1cc42036b2e115 1.76 MB 6,342 9
845,171 845,171 00000000000000000001c8b0e8ed3259c463ac9b8016c21a698404b5c08ee925 1.48 MB 6,771 9
845,170 845,170 00000000000000000000fbb954d2c3b2bac3343c42c340aa93afe38646999d12 1.45 MB 5,614 11
845,169 845,169 000000000000000000009702cfdfa099cbe69d7bb13a375cdc4a07108e4509da 1.81 MB 6,091 9
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
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.