Memory Pool Memory Pool Refreshing

5,512 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (754,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,668 153,668 0000000000000d50cc80fc70d4d77cbed19df82f728b2dcb7525a06a8c8d39e8 0.01 MB 25 34
153,667 153,667 00000000000000dba784247b51e0bbc2100abfd43e7658881e67c126a7023e44 0.04 MB 82 318
153,666 153,666 0000000000000bd61680518973f7d4f8a28a6b4cf08235fc578b93be2dd868cd 0.00 MB 9 27
153,665 153,665 00000000000007ebd663295cd1c512f9b6f94aa293355f941d91db5c9850cabb 0.01 MB 23 36
153,664 153,664 00000000000007520aa1741fc0d91b1ab3ddae7a717f949acf3588d3535b23a3 0.02 MB 66 55
153,663 153,663 00000000000008b1902cff93e3f516b0ea1161e69d9103e65d72b596ebb6440d 0.01 MB 29 31
153,662 153,662 0000000000000afde12342133ef697d90e5e2add2a9fc05d124e9256b7c248ee 0.00 MB 9 13
153,661 153,661 00000000000000622ccca5c340e67fe89a36ef9869260afaa3c7b0b0d79b4e27 0.05 MB 137 0
153,660 153,660 0000000000000dc9a55801dc8490764997211ec20b90067cb2bb67cff013fed6 0.03 MB 37 7
153,659 153,659 00000000000006803e3a542a100a12996855419d4e8e35d0f266c7143e5f06d3 0.09 MB 96 634
153,658 153,658 000000000000074a58a4d5826c2a9683c50fde4fedf9a3dd90fac28bde47dfc1 0.03 MB 56 75
153,657 153,657 0000000000000655aebebe521a461def44dbeb36066cbed5a6993a607de015c5 0.02 MB 43 60
153,656 153,656 00000000000004308e159c49774daee9f3044cd6802bd696c982f2e494501250 0.01 MB 19 154
153,655 153,655 000000000000076cb420de615479d18e1af13da1e4dc5cb9b11f7ace9bb9894a 0.03 MB 93 112
153,654 153,654 00000000000009d200f8f3fb1273d4b939aac054980353440e3f95f501d2da49 0.00 MB 13 15
153,653 153,653 00000000000005d77c71f209552113b8e6390512f0f215ad7d5684ac0fa10e77 0.00 MB 11 65
153,652 153,652 0000000000000a356d1d7931ec0bfee63ab5ea7500dbe1f7e46faf001a65515a 0.00 MB 9 0
153,651 153,651 00000000000004d5153a4db07bb0b4334634d00891375512588c51d6f28e191f 0.00 MB 6 1
153,650 153,650 0000000000000d7f96117159c9359a68926e263e8ec01e34f8b9fe37740e711b 0.02 MB 51 12
153,649 153,649 0000000000000dd1148dc0f83c278f260a6dab934582669fdc12b842b430118e 0.01 MB 14 47
153,648 153,648 000000000000048d5ffaafe42a06a7692e1ee793df6b42689180ee425a20d754 0.01 MB 24 165
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.