Memory Pool Memory Pool Refreshing

13,701 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,708 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (626,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,628 281,628 0000000000000000a020b241ceddbe9bc38eeb69651afe90d4529304bcaf3674 0.25 MB 753 60
281,627 281,627 0000000000000000f008b9bf87a5f7859ddec60cec1e1943b574d608f0abaa7f 0.25 MB 642 54
281,626 281,626 0000000000000001661f1d16636dbedc268a381a1cd77b997725175f015dbf9c 0.25 MB 618 32
281,625 281,625 0000000000000001bbf4af81913e8f61601ee1e30c8a0093b2919491fad6c2f2 0.05 MB 153 85
281,624 281,624 0000000000000000e911d90d8d5aea1e81d255572f284870ec79b27bf1df63b3 0.05 MB 148 59
281,623 281,623 0000000000000002168a1038e570c8c65fa4c97612ccd20e3bdb4dc6a0554df1 0.45 MB 1,024 42
281,622 281,622 0000000000000002521160e7cdbd4a463f884a77f5b260dd34277bc788bf86a0 0.24 MB 436 33
281,621 281,621 000000000000000038ec6edf79fccd0d96db701b4edc36b73958feaa5657a69d 0.02 MB 43 31
281,620 281,620 0000000000000001de3958c3b16d4ba804eec8bd45849a3c9d72946274a65748 0.09 MB 189 36
281,619 281,619 0000000000000002144102c19ade16a4d3a5cbc0b1cda7ff6bab8dbc75ca5b9d 0.10 MB 74 10
281,618 281,618 000000000000000108a1882f742e2897871121c18077d725a4d206831fc6ddcb 0.23 MB 293 21
281,617 281,617 00000000000000000df989ea030d7976269c44232914242190f9290a71036264 0.05 MB 134 86
281,616 281,616 000000000000000197131d688710db2c86541944d212ac9a367e0818d2d5113e 0.50 MB 977 31
281,615 281,615 00000000000000001ef5579a404eaad45c9919d52c3590da541afcb6c75e76bf 0.25 MB 788 73
281,614 281,614 00000000000000025800a23eefe7e9450728e868acd9402d03404ad3001e8406 0.07 MB 172 33
281,613 281,613 0000000000000000934fbba6236af2ec06c089cdfbc5ad506fcd6611b27e62e2 0.11 MB 210 30
281,612 281,612 0000000000000001801c2c68e0ab72eafb35f21da07dc343bbb19a18d676dea9 0.10 MB 206 32
281,611 281,611 00000000000000024f177f66d06b8425ff49de9c509113faae54ad2236b8ba40 0.00 MB 1 0
281,610 281,610 0000000000000001de8cd74523b3c2ed7b884065ea1eccd53075df39efe00613 0.41 MB 710 40
281,609 281,609 000000000000000252376f51b129f16936d28bd04a1ff9ee603e7bfe0c82b680 0.70 MB 895 23
281,608 281,608 0000000000000000a12b796e41cbb10dbd86c0da4501a0419baef184f7472623 0.39 MB 799 44
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.92 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.