Memory Pool Memory Pool Refreshing

836 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 836 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (165,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,562 742,562 000000000000000000015324b5098710d0d89b2789005c7ed63c6a108c25c83c 1.16 MB 1,005 8
742,561 742,561 00000000000000000006d4ea85a643dc9f055f945e09057cb187cabc5eb12e33 1.48 MB 2,190 14
742,560 742,560 000000000000000000035f03ac39979cc01e8ccabb5a069228f9f1d4535e2d9a 1.64 MB 2,733 14
742,559 742,559 000000000000000000092b4a82fee30da12bc54d99738d6490dd167a5ef2f772 1.37 MB 1,669 2
742,558 742,558 000000000000000000031056edd9817e89b6aa1d2195b1e6b4268944938184c4 1.49 MB 2,612 5
742,557 742,557 000000000000000000040f83717cdfc79ff5a38b3d64d9b4318fe41b36504692 1.20 MB 1,131 9
742,556 742,556 000000000000000000086c09cfcd136d07e9b1fbe6aed9660a9cea37bb860984 1.61 MB 2,623 11
742,555 742,555 000000000000000000093f24b1e14b76788ece71b541782fe7da413b9a3d8798 1.55 MB 2,147 13
742,554 742,554 00000000000000000007bd97dec5de4a14769bc6023d43f0f34ff873d2529736 1.62 MB 2,518 18
742,553 742,553 0000000000000000000813d71fc0050cffb30be53e6b9ed7f1952eed3de68d43 1.55 MB 2,762 24
742,552 742,552 00000000000000000002f258bf2bcdaac72a42b2b7977d0b91b675bcf738a7a4 1.48 MB 1,960 3
742,551 742,551 000000000000000000041efea5b227e17b272306eb2c173e321e512336bcaa99 1.36 MB 1,362 7
742,550 742,550 00000000000000000007eeab08985f8de5e8aea411e2e1ed6f6fb8f7f162bc3c 1.42 MB 2,989 20
742,549 742,549 00000000000000000008506b85602b0563314fda3d7ca1d95c0c3a51b875aafd 1.67 MB 588 2
742,548 742,548 00000000000000000001ea3251e209cddcc91cd9c4601b5c55fe993bd68b4ba3 1.32 MB 1,277 3
742,547 742,547 00000000000000000005832c0b7589c02a8b99628abdf32da7505ac83ffa2136 1.64 MB 1,841 6
742,546 742,546 00000000000000000002c59351522581915b5963e1af18237a38f7e0af4788ee 1.71 MB 1,397 5
742,545 742,545 00000000000000000005714281ad19632029965ca01687ba1a0ae93d2e9feb20 1.60 MB 2,493 9
742,544 742,544 00000000000000000001a515cb213e3f23a165d1a982cf81d8ce12c1aa9f2892 1.45 MB 1,927 3
742,543 742,543 00000000000000000006bbbef842820919519f29138c4b33265a184c05ce5c94 1.62 MB 2,557 14
742,542 742,542 000000000000000000023ad1f1c37363b224c11d039bd27ff9d01e734b239f2f 1.61 MB 2,837 12
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.