Memory Pool Memory Pool Refreshing

8,707 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,153 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (684,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,671 223,671 00000000000002456ee1ebd384dc2fc7d9820e531c3c15e329f047669b01fc67 0.50 MB 910 73
223,670 223,670 0000000000000062c2256d806cf5ddee405e7f105e77af5f7d81fb13378302de 0.16 MB 421 167
223,669 223,669 00000000000002b9b94100ad2e18830aa26bc72e8cca97f6b14b3ec4c012705a 0.25 MB 449 157
223,668 223,668 000000000000028a4123e6034a110389cd87b0f15c72c453b607fe38bf411fe1 0.25 MB 480 154
223,667 223,667 000000000000028ace4427b457837f2f637a1cb8b6fdf1e0ccbffd48b8b2e062 0.25 MB 492 130
223,666 223,666 0000000000000023a7924b9fee7415604af3d0e69126d7796564c515c5a61f98 0.25 MB 686 213
223,665 223,665 000000000000048fb82bae0e68321a64f225ca32425e1af76f8e07c98827247c 0.25 MB 890 274
223,664 223,664 00000000000001643adc05f4c25252f3022b95b24b0e22ef9ded7b1f850e9498 0.25 MB 549 162
223,663 223,663 000000000000039c401a10a05bc39c29b6776230c31974962af6552fc2d78704 0.21 MB 330 117
223,662 223,662 000000000000018d2c6b71bfcbf8bb1c3b63b88b7556afbd24deb4e92ac7ae92 0.25 MB 693 201
223,661 223,661 0000000000000359cc978c7a3924d62a2b447977ce75bb64e74a6dc2d99f0bd7 0.49 MB 391 30
223,660 223,660 000000000000032eef287bc4fe4c3fda13ae21bbf7801079736936a02d23a639 0.25 MB 695 217
223,659 223,659 000000000000025f2dc472e313d911b22119fe6c63709657b8bc09db622d31d7 0.05 MB 89 86
223,658 223,658 00000000000003d29a7264fd3f4f3452bfd857a991d0e2e1b5b23e1ef89c0886 0.09 MB 201 131
223,657 223,657 000000000000004405bc355804ef8e52205f6b066b8106a4994a1d159ad957ce 0.19 MB 385 157
223,656 223,656 00000000000004750955845b81b9fed70b686fcd803114fa9137f570e48c01d6 0.24 MB 312 111
223,655 223,655 00000000000001ab51ef0a129ee63dc2a63aa66daefaa7d8f322b737b0613705 0.25 MB 426 153
223,654 223,654 0000000000000264f186706c54685148d9ebb3013e4b4293682068fb5686f181 0.25 MB 374 124
223,653 223,653 00000000000001fb9e0d431a0b4be8e290fdc41197af660a05776072f3dcad92 0.25 MB 624 202
223,652 223,652 0000000000000405aa5fe60a16fae429acac03b974cda618c3e7a5bd7b2fbe64 0.25 MB 771 350
223,651 223,651 0000000000000297b976123d06710e2887980f49ae5a2e86c03249c0454541f2 0.25 MB 434 177
Previous 10 blocks ↓
Total Size: 769.03 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,625.54 GB sent, 93.03 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.