Memory Pool Memory Pool Refreshing

8,062 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,715 (844,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,998 63,998 0000000004e8878051fad6eab5c6a6a4622292f8605e01dc01b9cb703b83bc9f 0.00 MB 2 0
63,997 63,997 0000000000b2a355dac3887d293791ca6abb1b7bc4b9bc33ba0d5b311f9c086e 0.00 MB 1 0
63,996 63,996 00000000099c489a58cc1997f6d1365927851281d23bb5fbbf9e47db09b14505 0.00 MB 2 0
63,995 63,995 000000000623e07de743f3f70801f9be74df5d3d9aa3ccd3a48b448756b770ff 0.00 MB 1 0
63,994 63,994 000000000263c18c30c68d30dfb04806c44671ae1af136985d7678c37ea733b9 0.00 MB 2 0
63,993 63,993 000000000beca4541a35a17148585f9ea3befd1072d4c5de778313e6391828b3 0.00 MB 3 0
63,992 63,992 00000000099176ed5a48be9418da55336231b1ef38562717b12179e6af839e79 0.00 MB 1 0
63,991 63,991 0000000000543ef7234ec0c649b945bbbe69f738558f5ba6cc51f9288053415e 0.00 MB 3 0
63,990 63,990 0000000005ef5b4251c394e051970655ba6bd6572c78a60277488d965dfb84df 0.00 MB 1 0
63,989 63,989 000000000a553e1f6fff1829d29befae8f257e5301aca07305aa489854663f6f 0.00 MB 2 0
63,988 63,988 0000000001d79b2c9dd06335de86c9268b552dc06a7b4b38d3252aff220d4f14 0.00 MB 1 0
63,987 63,987 00000000071c2cb2f58f3fc3ff3d3190b6986b68f6b6623f7cba9ecdc2806fca 0.00 MB 1 0
63,986 63,986 0000000004851be3fb4124cdaf9ee903092193a135b0ffbd427bc04ab53959b0 0.00 MB 1 0
63,985 63,985 000000000a25b2838dd5d56b95ec83fcb48a4043026235528e1d5851fe25a96f 0.00 MB 1 0
63,984 63,984 00000000077309cd9e49e0be8ffd0e76cf7a5d3795f38167775a201a7b3c0aaa 0.00 MB 1 0
63,983 63,983 0000000004dd4a95f942c006e5c7b63325ad806f98c07edc7a25acba0e632085 0.00 MB 1 0
63,982 63,982 0000000001a4dfdb89c4bad6c68f2f725bc0925fd62eda42c6da6a15d552f531 0.00 MB 1 0
63,981 63,981 0000000005d84239293cca0e77c2a8f219f1a804d5bac893b07de090d7522df1 0.00 MB 1 0
63,980 63,980 0000000005a1ea987e2d3ddaa3bcf89810c6d08d0d81725d88b436c4f5b52ea0 0.00 MB 1 0
63,979 63,979 000000000b1bcc3715eb738d4bdda806c9bf73d4d35779850268c6425e28421b 0.00 MB 1 0
63,978 63,978 00000000004423d07334cb874471c354327ffb49451fa8dffb3f83a3454bfa3c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.04 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,854.92 GB sent, 102.14 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.