Memory Pool Memory Pool Refreshing

1,859 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (162,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,407 745,407 000000000000000000099ebab7bcc56ebdb47606220d5e43a911fc8b566c044b 1.17 MB 1,188 30
745,406 745,406 00000000000000000007bab365c80375441477313554959cbcd2f0c11453ce36 1.41 MB 2,611 41
745,405 745,405 00000000000000000004dba5467b60f00483c9286f98d24a92d450f1fa643888 1.59 MB 2,572 19
745,404 745,404 000000000000000000044023089e74ee1eef45a3aea60632a1612d4724f51c54 1.61 MB 2,014 13
745,403 745,403 0000000000000000000104cb2362e176a79e516c45a43db8dfec783a71b78b15 1.40 MB 2,847 29
745,402 745,402 00000000000000000005874cc6bf220ada0f89e4405a346be38a491da789b572 1.32 MB 2,380 24
745,401 745,401 00000000000000000003ccf9130769c984961cab6b6821d0149ddcf338133d78 1.35 MB 2,378 25
745,400 745,400 00000000000000000005df5f4c378a368f0e256d8ad9cb71ec4a61ab7fcaeaa6 1.35 MB 2,285 25
745,399 745,399 00000000000000000003cd57a9d890915c1a2eb79475ae616f4b793d5dfafb5f 1.53 MB 2,357 28
745,398 745,398 00000000000000000000b653f162d79e820b863d6ead65ac9191a4ee12f1a047 0.07 MB 162 16
745,397 745,397 00000000000000000002ed32d664adeed037172227f46d69d18555540388f757 1.15 MB 1,573 13
745,396 745,396 00000000000000000000c4e3640f72abb389ee8e73c89c282c76a32c10c1cbe4 1.57 MB 2,361 12
745,395 745,395 00000000000000000002b57008ba9e7913a8b26e72d684c73a1b5de331400b1b 1.53 MB 2,768 21
745,394 745,394 0000000000000000000820e1c743569b967d9ad75b0e2a9b34cf991f81a64a0a 0.13 MB 256 17
745,393 745,393 00000000000000000001f6e6e9c3f71543e6c9bdae6b87930cbdb0a3483b45ff 1.15 MB 1,323 8
745,392 745,392 000000000000000000041fbe5198768028980665a5f01fe29aa0fbad6c4157a9 1.49 MB 2,429 23
745,391 745,391 000000000000000000041cc4495e6955b82a189d958f5f0c725a3ff0caa4d36b 1.75 MB 2,054 13
745,390 745,390 000000000000000000060b3b7791bbf033011d0ba1dbb0bb619c84864ad57188 1.66 MB 1,929 10
745,389 745,389 0000000000000000000242f11047dd6e8970cde0d9d88944b5c44ba8260fad3d 1.19 MB 1,167 18
745,388 745,388 00000000000000000008c22e3b85c9a41df91c411dc337f6f702393989a17ef0 1.30 MB 2,043 3
745,387 745,387 00000000000000000000e048fae4c49bd08a96d19c1f4e03d45ff9ba600ce07f 1.53 MB 2,907 20
Previous 10 blocks ↓
Total Size: 769.27 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.38 GB sent, 94.27 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.