Memory Pool Memory Pool Refreshing

4,668 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (863,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,685 45,685 0000000023250099f1e4bdb1f28d9d7abb2c7c57f7d7712c290f2d6334b20cba 0.00 MB 1 0
45,684 45,684 0000000026f050adcdb44434c9f808efd252832331f976c06deb547a8246c3ce 0.00 MB 1 0
45,683 45,683 0000000032695059db1455d1aebe8a865faed59059ae7b651b3c88bcdbfce3f5 0.00 MB 1 0
45,682 45,682 00000000186aed6886c91eac5e3aae4e7e31be83ae3f68915ab3001230d5063e 0.00 MB 1 0
45,681 45,681 0000000034ddfaf01ad80d68939d3f7c7a56494b3bfa20f45de8d69df392e878 0.00 MB 1 0
45,680 45,680 00000000130b69ed8580f96d2769398b033fbf2beb44ae6def190fad16ff2dff 0.00 MB 1 0
45,679 45,679 000000000643fb4d4628f4d8af765e695ea4c33293e3c482d2ecd5b05a208426 0.00 MB 1 0
45,678 45,678 0000000027552067a24f14c125494c2bcdd330d34bd69a0b011b757289aed1a6 0.00 MB 1 0
45,677 45,677 000000000ea22a14e7e60ac5637fbf83fc0aa4b8195406c8db2425e05eb21b3f 0.00 MB 1 0
45,676 45,676 0000000007214e3655df084facc6f262af4cdcc32660978094e09e74c14ff497 0.00 MB 1 0
45,675 45,675 000000001d8dbac26c7df7e6f339b9e17784cd8709ea1e05f2ad6710833d59d1 0.00 MB 1 0
45,674 45,674 00000000011569fb8452412cdd025547c402a96e0a2c2c7da880715162026383 0.00 MB 1 0
45,673 45,673 000000001bd7fb952a89f46901bd54baecacc26aafe1ff50f694f4ffa8e52138 0.00 MB 1 0
45,672 45,672 000000000f259691733f9c70703324771958d13cf997f8fc3f4760e9c485330b 0.00 MB 1 0
45,671 45,671 0000000028188bbc983a3613b3c994ee848a09e7a0ec7cf9998a9873931d8365 0.00 MB 1 0
45,670 45,670 00000000343808a3a4e027ef75eff7cc7839d97e390fde80077eaa84adcf7243 0.00 MB 1 0
45,669 45,669 00000000337fe06d17da78ed987ce722402715aa7cec8617a1c7f3d58bbe3737 0.00 MB 1 0
45,668 45,668 000000001f01d9360ae6d06a20e13d359964e802bced334492a7867ac3120feb 0.00 MB 1 0
45,667 45,667 000000002deb3be0600d5e0c2cd6640116e6b10a2d63df150c6253453d7bc9a0 0.00 MB 1 0
45,666 45,666 00000000194aabaa54fe78bacb0c720f16955e2e2ab85c4959f9acd5842d1e7b 0.00 MB 1 0
45,665 45,665 000000001e6ba5d2bc30f1d4854ab0847d9722515266709974652534c80adc1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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.10 GB sent, 101.86 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.