Memory Pool Memory Pool Refreshing

3,162 transactions
1.35 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
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,652 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (333,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,187 574,187 000000000000000000149ea88d78c4a0ca859ee25d808da3d968f5484bb6f5e9 1.12 MB 3,379 30
574,186 574,186 000000000000000000261cf6fe654fcf03b0ae4a4f0e65f3bba1a497bd15d187 1.21 MB 3,049 44
574,185 574,185 00000000000000000017734cd332577ab538531941f58045a00ab42d4ab160e5 1.24 MB 3,000 57
574,184 574,184 000000000000000000197e5c3ec471624e6a0ed4b720482d1324c570cf906817 1.04 MB 2,934 23
574,183 574,183 00000000000000000020a24fb11dd2106221110b4d5813a63bc921043e2acd3e 1.05 MB 3,104 15
574,182 574,182 000000000000000000079802939b155cd25819947b42d84498510a488d736f12 1.12 MB 3,077 41
574,181 574,181 000000000000000000252b81e33a564ec2b6c367e07b9d5ca30d975487124bd8 1.11 MB 2,067 42
574,180 574,180 0000000000000000001bea582c273a02f93a9e5ab750af06dff1cf7773d52566 1.40 MB 1,978 65
574,179 574,179 0000000000000000002b69429ef442af5163f298fa9bce55788c05aba644c497 1.23 MB 1,713 27
574,178 574,178 00000000000000000019b5d3828dac61b39fb9a7b73d7ddbfaf97bc01277d8c6 1.55 MB 1,665 62
574,177 574,177 000000000000000000239baec856df146d2bf8b85185f6156d05a4026fce96b5 1.38 MB 1,191 55
574,176 574,176 000000000000000000029d9d50551ac65b5ac3421749d3bf4186e551cbeccabd 1.21 MB 1,929 33
574,175 574,175 00000000000000000016adf4403c5df0212197d6f7facb7cd7549a59ed56d91c 1.48 MB 2,112 55
574,174 574,174 00000000000000000013891a5f924b1342b1972fea943e31035c675779ab6213 1.20 MB 2,829 37
574,173 574,173 0000000000000000001e60687ce6e3d58f5eb5a67a24ce29265f21b4b0365816 1.13 MB 3,074 28
574,172 574,172 0000000000000000000c5589ec4c2cf9b363c69f3059a0286ca14e030fbe011a 1.17 MB 2,362 30
574,171 574,171 0000000000000000001098dba2db1b87549ed747db49191571da85b44ef42974 1.06 MB 3,206 4
574,170 574,170 00000000000000000003c60f415c3eef8b2c146218b12152d56b081a81aca067 1.17 MB 3,096 31
574,169 574,169 0000000000000000002ad9f3e0b510f0b8e31c031b6dbd17893da945922ab7e1 1.16 MB 2,180 35
574,168 574,168 000000000000000000222b7c5f3c9d76134562304a41c72444658000a20355bd 1.30 MB 3,355 63
574,167 574,167 00000000000000000002d3e2eb7e50b6a686360e4f7c8f5957ed666eca9eb25b 1.35 MB 3,224 68
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, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.