Memory Pool Memory Pool Refreshing

1,436 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,429 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (159,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,067 748,067 000000000000000000090b7e3c6a5b610b596b5bbca1545a979f5ecb1dabab6e 1.10 MB 1,510 6
748,066 748,066 000000000000000000073762a186b2f53741c4fddc8d48c6434844da3f49aa6a 1.52 MB 3,233 19
748,065 748,065 0000000000000000000980a32070d227fa13679a1271bdef34e7bbb210f5d0f1 0.20 MB 277 13
748,064 748,064 000000000000000000027237520b546865f792c2b75286e4c6f672b3ca6a3d5f 0.53 MB 678 11
748,063 748,063 00000000000000000009dada674ec6fae4cd1c0adf1e823c56d8a6320d7736d7 0.16 MB 235 13
748,062 748,062 00000000000000000004534857658e15c4988b56eaf5e4af8313efeeb43cddac 0.48 MB 677 13
748,061 748,061 00000000000000000007384bfbd83e2370bc44bb40588cdab93a06261ffa2ecd 1.21 MB 2,123 13
748,060 748,060 00000000000000000007a8746017f00a7b87ea93c01ef779a634aa85687217ba 0.04 MB 77 13
748,059 748,059 000000000000000000057479443b0a787d2951abc3d1317c079c022eac6a4b8f 0.05 MB 92 13
748,058 748,058 00000000000000000003731c2029167bee72fd3fe5d4ed071f961c156fd40e4e 0.13 MB 121 7
748,057 748,057 00000000000000000005713d30349e67a0b7b34d7fe4da4a73229ac9f12f7cb7 1.57 MB 2,425 12
748,056 748,056 000000000000000000007a251d10acd2ede3b5f5ad047a745b27bf276825c507 1.52 MB 3,264 16
748,055 748,055 000000000000000000051a9e8384e2738c447982b06ff5d8bb3208ab9ecf693d 1.58 MB 1,179 2
748,054 748,054 00000000000000000004edc11de2fb56388d219b517b57e77aeb437a2fb3da66 1.53 MB 2,947 11
748,053 748,053 00000000000000000007608d56604ab5fc5b95148298317b8eee1135667fe2b0 1.55 MB 2,814 15
748,052 748,052 0000000000000000000247356caf6341ed13db9f8ae7f96c05653237af1c65b5 1.18 MB 1,480 14
748,051 748,051 00000000000000000009cb4b0099236a82cd94578db5a258331926daeebeef4e 1.42 MB 2,670 25
748,050 748,050 00000000000000000003c7fb7190f02ab815657eda7032688d7599b2b3dedc1f 1.59 MB 1,316 3
748,049 748,049 000000000000000000089253d0c14f5d04281dc9740e9448043fde04efddb69e 1.56 MB 2,502 12
748,048 748,048 0000000000000000000682d7fbb875f4fc504954deeb8ef2c11d09d51b536920 1.58 MB 3,149 19
748,047 748,047 0000000000000000000368d48b017e05e107328c4c5ab5916547dfa2c9cc4132 0.09 MB 102 10
Previous 10 blocks ↓
Total Size: 769.23 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.75 GB sent, 94.07 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.