Memory Pool Memory Pool Refreshing

3,988 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,849 (176,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,682 731,682 00000000000000000008cce8a0daadc558d72705788aa5e8f9520fcd1824d808 1.14 MB 1,271 3
731,681 731,681 000000000000000000042945460d5a1201c4053ef654792d3626c754a253bf7f 1.46 MB 2,566 4
731,680 731,680 00000000000000000002c7e332a12397cee13ff24b9fe97e709eeb6ddd6d1d37 1.66 MB 1,991 12
731,679 731,679 00000000000000000006b5c7e8e0fb407a69061305a22ad2ce283ca073f66a54 1.45 MB 2,883 11
731,678 731,678 00000000000000000004fa7a9d0118e1527deb9e5e01bd50eb35e6e18e6f2ced 1.48 MB 3,102 17
731,677 731,677 00000000000000000001fa4a279de6ddea06be5677c54cc0fd2517a002977878 0.08 MB 239 6
731,676 731,676 00000000000000000005d10955406cbed885c69dcd731fb60507f5c12f551221 0.09 MB 223 7
731,675 731,675 00000000000000000002e1ec3db8edd142aba2de167b3ad3ebacfacc7dec3a7c 0.56 MB 1,156 10
731,674 731,674 000000000000000000063f099b89fa4e237b90a23d286ab6e6826ae7d7012f77 1.42 MB 2,691 10
731,673 731,673 000000000000000000080d90a83ab4a5f8143ed6b16aaaba317025869603b37c 0.68 MB 560 7
731,672 731,672 00000000000000000009c48faeb349c83427e8aa066d9f15e6fe25c866f46d9e 1.25 MB 2,483 4
731,671 731,671 00000000000000000000718a8f8e424c715c319587984b751457f2d38993b29d 1.44 MB 3,100 12
731,670 731,670 00000000000000000006743fa58a7053a585322498b428f54deb13ec31f67956 0.42 MB 844 18
731,669 731,669 00000000000000000007613bc913825c2bd58908c348edacf00e65e163221b45 0.05 MB 104 8
731,668 731,668 0000000000000000000277062001b8246a1d025b0504c68c7ab29486f4f834af 1.40 MB 2,276 5
731,667 731,667 000000000000000000077ddbedd9106d8ad92b937002790b842ca7d4b5bb0acf 1.54 MB 2,381 5
731,666 731,666 00000000000000000006fd3545127998a79f748a1e541265b9f9a02518546df0 1.25 MB 1,352 5
731,665 731,665 00000000000000000009cdce0fe196b4ff65d9655eb1af4c9d6d8136b1f8d298 1.47 MB 2,699 10
731,664 731,664 00000000000000000005b624d3e5bc2fe9b82367d34e9d4d47e85c485803cb43 1.52 MB 2,783 12
731,663 731,663 0000000000000000000570a94295c1bd4c5341cd5fd459d684abe76eb9ac57f2 1.56 MB 1,043 4
731,662 731,662 0000000000000000000236255784730bd8ea3a2952cf79bef046947f4428c6cf 1.56 MB 2,564 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.21 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.