Memory Pool Memory Pool Refreshing

6,434 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,472 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (15,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,842 891,842 00000000000000000002324d650cdb8a7b507a2580a00524bdc5276c73b7657d 0.17 MB 271 1
891,841 891,841 00000000000000000000cf2ff17a3574fe62f7a57f35b668ccdcd34945cfd7ab 1.94 MB 4,635 3
891,840 891,840 000000000000000000020534cbff29a2bb67bfcb49419865456e2018c4356f80 0.41 MB 697 3
891,839 891,839 00000000000000000001efd6a92a1f65afe9278369cab78bcd72e2417bd9176e 0.95 MB 846 2
891,838 891,838 000000000000000000008dd4d3ff7d6b7a15103fbdfcd0191f9de1fbd516e872 1.94 MB 2,066 1
891,837 891,837 0000000000000000000132fbbb63e59f1bcf28bae4ae201e642504b3b4913958 1.81 MB 1,665 2
891,836 891,836 000000000000000000008d227892c9c1663bd0f973b65b02662d9bd212a3a76e 1.85 MB 1,178 1
891,835 891,835 000000000000000000023e8381c638236b92b345568ebd08b6837eb0912bec9d 2.21 MB 1,325 2
891,834 891,834 00000000000000000001755524b7cfaefaea855f0f79258730de2313003b7fcc 1.70 MB 1,448 3
891,833 891,833 0000000000000000000178c8559ccbb370d40e12c2c70b0722be40452bcb6a51 1.51 MB 2,783 4
891,832 891,832 00000000000000000001918fa9ed8658f25954105c5645b0f61cd41aa4139a2f 1.55 MB 3,626 5
891,831 891,831 000000000000000000011c9bc4f4e6c66a04bf44251094c8547cfa2552ea21bd 1.73 MB 3,481 3
891,830 891,830 000000000000000000018caefcebb293081e256a9f2b46178cb2fc8ee980a880 1.51 MB 3,916 8
891,829 891,829 0000000000000000000041d495711cb3ad330254f80c94050435484e3c1b7d10 3.18 MB 151 1
891,828 891,828 00000000000000000001dca53db6cbda675a45dfb4934e2b10935df21685af4d 1.66 MB 3,114 3
891,827 891,827 00000000000000000000e20ab0244ffea1455df0b5e4fd419d2d97391c5d9203 1.66 MB 3,564 6
891,826 891,826 00000000000000000000ff159d0fb61bba793ccac0e1ed02afe7616c83ba9401 2.39 MB 1,375 3
891,825 891,825 00000000000000000001d6e84c4dcdfeb75be0f18d4d32ac09a68b75e187c85c 2.36 MB 340 1
891,824 891,824 000000000000000000020f98450f3cd4f20f49816a8a410a303a5588758e6f2b 2.09 MB 1,314 2
891,823 891,823 000000000000000000010f874aa8b4da2596debb334b558a16bcf60363b243b3 1.62 MB 2,122 3
891,822 891,822 00000000000000000001a4e03af4c4a1c38a9559d8a6bcdc5b199f6e35c85e8e 1.55 MB 3,168 5
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.