Memory Pool Memory Pool Refreshing

8,106 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (584,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,267 323,267 00000000000000001d305b95499c6ad3633284a7772e55bbecc88aa448b8b9bd 0.27 MB 444 24
323,266 323,266 00000000000000001b0ca86bc76495e7e9f3853774cdfcf6883e59b7368fcf90 0.31 MB 567 28
323,265 323,265 000000000000000000f8a58091c414bd54eb687a229678f27e820e499ca3a87d 0.18 MB 292 19
323,264 323,264 000000000000000000aeb93278055e567afcf8f9176a707425d7b3ad119fea53 0.22 MB 410 22
323,263 323,263 000000000000000016bf77d5d55503fa1e4eda92fd1cb8ae0e8e09256d4525c2 0.37 MB 775 29
323,262 323,262 0000000000000000136b5f4c38d11a552fb215e8fbe88f97b76addc6614fd7c7 0.34 MB 743 33
323,261 323,261 00000000000000001ac8f43e677003e51cf0171ca31979d2e4b3f990b2a2a502 0.44 MB 753 25
323,260 323,260 000000000000000003e88972ad7ec7a20e0f25c629c6693264c7c2679cc48872 0.99 MB 2,004 28
323,259 323,259 00000000000000000cfc84d679ddde55212e79288d54a128d2c71ec2569b0dbd 0.07 MB 171 32
323,258 323,258 000000000000000016d3cb925983308390aee0a18ad636a8bfe495668e44c9d2 0.32 MB 524 26
323,257 323,257 000000000000000016c487eb9466f8828fae1ab877ecf1768b38274b7557e72c 0.54 MB 828 29
323,256 323,256 00000000000000001d240afad8a70daf552262a52a04511066ab61ebd3409044 0.35 MB 652 32
323,255 323,255 00000000000000000618be97ff78f79177f9d01a6b742f33bb48c9a636e9fa00 0.33 MB 676 30
323,254 323,254 0000000000000000092e749fd4a05328fa577589988cd746924c22c9d37cf53e 0.11 MB 177 24
323,253 323,253 0000000000000000001017880b39f8b872f6a03b182bd4d275f94bc712421f34 0.32 MB 558 27
323,252 323,252 000000000000000003711c06a9169764c802af69ad284a385d46418f23385f97 0.75 MB 1,435 30
323,251 323,251 00000000000000000f5b509003a58ed13a993c6acf07f6fb2b44a657c27b01c8 0.18 MB 412 32
323,250 323,250 00000000000000000f8cd15fe9923051dd231eb46e09c6e082dd859678df8eba 0.40 MB 648 23
323,249 323,249 00000000000000001d504bb8bd4ac3c0cd595081128bdc44a302bfd930126ad1 0.35 MB 546 26
323,248 323,248 0000000000000000048972838dc1876d1f48b02c072e7516228427e5279e6ab2 0.75 MB 1,360 28
323,247 323,247 00000000000000001c1ad4ee6f7f2162e190aa3546c68fb05afd83bab5354b65 0.52 MB 804 23
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.41 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.