Memory Pool Memory Pool Refreshing

1,634 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (814,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,622 93,622 0000000000041e5cde61003f64af41bfe7e353fbabbc9721944f9ce428a79dc2 0.00 MB 7 0
93,621 93,621 000000000003c3c05f08470818ea767695549d3b97e3fb91b754eb9ad92c684a 0.00 MB 10 0
93,620 93,620 000000000008394403f6d7acce38421b3e92360b6125d11cfa76dc14175b901e 0.05 MB 219 0
93,619 93,619 000000000002d834ca74c09c36b707ecf498e107d038ecb81167318910d25481 0.00 MB 7 0
93,618 93,618 000000000002d5030c98457e59a715c65c7ebde4900dc37eb07e16a0d3e115c9 0.00 MB 14 0
93,617 93,617 000000000001893adabf55fd59648b456382d266054ad188277e3bdd5820ba09 0.16 MB 708 0
93,616 93,616 0000000000084d8c7326576e4b571115ff56e20e868c44f1a0b63e7ce36ffb72 0.00 MB 6 0
93,615 93,615 000000000003fe33e54c796ea0ce69e05c50f79ec6f37d06086bcb05947e58bc 0.00 MB 2 0
93,614 93,614 000000000004530d27a8038c1077a6480db004c39f1bf9d5f46251a174912fb8 0.00 MB 5 0
93,613 93,613 000000000005e59ddfcedd375808e231b97dad5e75a6c20c19788c0d1dfd9544 0.00 MB 1 0
93,612 93,612 000000000008235a42ef3d2a98123d7c32ade13b347fc078110281a7548f5745 0.00 MB 1 0
93,611 93,611 00000000000540316f27f22eea5253f7ba7d292d3ad244d31fef89d373669f1b 0.00 MB 1 0
93,610 93,610 000000000008b35b7a20e23f52762e71d067894163c5c397174c086e0aec8fcf 0.00 MB 1 0
93,609 93,609 0000000000030b4212aaebf73d5eb737ab2be930a26fb8a114066a1e221b6378 0.00 MB 1 0
93,608 93,608 000000000008a710c8031ea40e80b0454bc9a0104fc899ce461d31bfc5e095f5 0.00 MB 1 0
93,607 93,607 0000000000007f9a254a830c79142ff2474eb539d84e34123b59a39c5bd7e7d5 0.01 MB 3 0
93,606 93,606 00000000000502c07be2cfd1c10ef954a4f81d6362161dbab2d93e89ff942e88 0.00 MB 2 0
93,605 93,605 00000000000100ceedd7c75fc747e735910b2f2d3e02fd57dfab74f3d917319e 0.00 MB 1 0
93,604 93,604 000000000001629c647a16f4e5812cda9da814a3bfd42ef3c9982afbfe86971d 0.00 MB 3 0
93,603 93,603 00000000000891687d64eb71b0c3eca59e42936955ad0d461852024fd9d64cf2 0.00 MB 1 0
93,602 93,602 000000000007b3816dc239b10098eb122cfc3cc8cd34a4d67ffba8240314f5ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.