Memory Pool Memory Pool Refreshing

6,447 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (809,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,308 99,308 0000000000022061d0f85cfe89a32cfcc9514304189516033e1cc5aa7400b09c 0.00 MB 1 0
99,307 99,307 000000000001f0b4fe6fdd3f8d1aaf28981fe00ca09dfe610e5c3380986f6c3b 0.00 MB 4 0
99,306 99,306 000000000000f34e354beb4fb999d5bdfc1cf86da17fb97d75eba68c876af8b8 0.00 MB 3 0
99,305 99,305 000000000002b148c032fadb13e406a04a9397420c1de52c58bd0e4bca81de3c 0.00 MB 2 0
99,304 99,304 0000000000015a1ed7348a479e572b94701be7f2fe7a33c1197e7806bb05a9cc 0.00 MB 1 0
99,303 99,303 0000000000035e6a344fae69aa7403225d1efcc47013848c941a973e0b6a0386 0.00 MB 1 0
99,302 99,302 00000000000129efd609e580878fe5f8914b76f243898745c057a638d22f523c 0.00 MB 5 0
99,301 99,301 000000000003076c16ec122268577b289a732481e2a3ada56f09d1c938d6d400 0.00 MB 6 0
99,300 99,300 000000000003a9c8f5c7519b551b4ca6fa778b01cdb0483a2f7c4bb6d8b1759e 0.00 MB 1 0
99,299 99,299 0000000000019ad880d579f156f3bf8bb902a1b08c50706c26288e2c6db83345 0.00 MB 1 0
99,298 99,298 000000000003d7407e6dd8ada1112943e10455712ef499aa8902dd926e4730d9 0.00 MB 4 0
99,297 99,297 0000000000031b4843adf9d4a6669b76d179687305a1c4064f1d390d56db0614 0.00 MB 3 0
99,296 99,296 0000000000047bbca53680609f1f3082343c5cfc6fb6eccd227102f8d866f689 0.00 MB 2 0
99,295 99,295 00000000000303ea52392b460b5b02e48f78f5d7f6de6c459ccbaf9a68e1008a 0.00 MB 1 0
99,294 99,294 000000000001d7a249451593c4c6b90cfe72fc71d9937906fdef64411d934d5c 0.00 MB 2 0
99,293 99,293 000000000002b1ea1254692f8f5b262ef2f0536066b98d8f6b11065177e9aba7 0.00 MB 1 0
99,292 99,292 0000000000001c09ef9054e249d05019aa29cfc0382343a3744c5bea1168db8f 0.00 MB 3 0
99,291 99,291 0000000000044dc5b978ae636da19703833a20ece7c4841091cf20bcb994f61d 0.00 MB 1 0
99,290 99,290 000000000000032efda7ad177302db49b4ed084bcf5adc6669140ce962ccc206 0.00 MB 4 823
99,289 99,289 000000000000d3881a288b39025519a1cd1aae7cee53ba332f84d2b05a4470c9 0.00 MB 1 0
99,288 99,288 000000000002747c268a1cd3e490fbec916036c5b6a6a22507fe5e214474959a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.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.