Memory Pool Memory Pool Refreshing

10,439 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 ago 1.00 vMB 3,370 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (619,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,676 288,676 0000000000000000a89cd9967da71f8290ed5de7bdf4ff5e9ec02ddbea0c4531 0.74 MB 714 18
288,675 288,675 00000000000000008649710eee8930203f7fd5159343d4f29635fa8b0f8b445f 0.24 MB 512 103
288,674 288,674 00000000000000008332cd7d95a6fa6ac60963b755453988aefdca3ba4251592 0.12 MB 256 48
288,673 288,673 00000000000000011c9858f3e684a230b2be24925c26885a42da4d086b1f2b2d 0.89 MB 1,877 34
288,672 288,672 000000000000000110203c7885c0cffa98dd149aa0073a176524c9865116c1b3 0.03 MB 23 8
288,671 288,671 0000000000000000e34f698b842e996715e42b10c801b91520867a85189531bf 0.12 MB 167 22
288,670 288,670 000000000000000063764f3dd3eb781321fff057f091d0754cef6d9af1ab061e 0.41 MB 754 35
288,669 288,669 0000000000000000707189fa87828c5bc5409b7ad57f38849bee1af51afaa4e5 0.03 MB 64 41
288,668 288,668 00000000000000000e7cd9da1d7c9fc6b4cb9ef6b365731e02965f2d4cf48c05 0.15 MB 192 22
288,667 288,667 0000000000000000f9f96d9093c601e2a8ada1b55d1dc862d8620357ff5a2265 0.14 MB 151 14
288,666 288,666 000000000000000030acec29533b0c3896f9ceb9da5ef218c79c68840dacd934 0.35 MB 773 50
288,665 288,665 000000000000000060ff741a30994116ec4d5ab4ea3e4fc8175970c862b8c801 0.27 MB 488 32
288,664 288,664 00000000000000000ed6a0bde7f371cf4b74dad05ce20af079d6c72c37d2e253 0.08 MB 112 28
288,663 288,663 0000000000000000e63aaa621132ddef45bd2d1215de8b75ce325815dc0b3135 0.08 MB 125 19
288,662 288,662 000000000000000093561519497950ca2cb343127c095915f8762d063adb3ed6 0.09 MB 190 25
288,661 288,661 000000000000000090a9d3cd08feed61ce62c5f059a2f1970e176c327deeea7d 0.08 MB 149 58
288,660 288,660 0000000000000000be856c86899be58b979b9cb53bd856f5f38734989ee0fb00 0.32 MB 604 34
288,659 288,659 000000000000000045c2ee44c55d735588260f7349f3436274076f735a39cec9 0.52 MB 370 18
288,658 288,658 00000000000000001f64489abfaed27f25790865be9dc8705ca0c5a6590ed5ae 0.52 MB 932 32
288,657 288,657 0000000000000000a48f75161b821af52978c62b98a000133cc8ab6b5e646c85 0.25 MB 699 54
288,656 288,656 00000000000000005f32169f039662b89b7dad206d75658f5da4266c7b5eda5a 0.07 MB 134 29
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.74 GB sent, 93.04 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.