Memory Pool Memory Pool Refreshing

5,105 transactions (2.00 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,886 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,885 (893,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,600 15,600 000000002f531045360bb2f0ddd20e04e0615d712cd17e4c615b298ed14c0536 0.00 MB 1 0
15,599 15,599 0000000010e4ce799db20b44822e117e1f8327e6213a48cf092955dc9077caeb 0.00 MB 1 0
15,598 15,598 00000000ccfdc131cbc68390cc9b56807933e1085877071ae06241f1928d53c9 0.00 MB 1 0
15,597 15,597 0000000020879a2a0c7616daaf5366e766dd424c2148fd279aa31bdc9fc38ad6 0.00 MB 1 0
15,596 15,596 00000000245f24dc6ae2c911be81ad30cd174dbe61072bed02714ec15c63f663 0.00 MB 1 0
15,595 15,595 000000008c52b2b0680a270fc2670f3d2ac20744d36f45f23a9bf2375ede2e33 0.00 MB 1 0
15,594 15,594 000000008f49f15630eca93bac47203161a9e39e9e88d347e50b56261b60c836 0.00 MB 1 0
15,593 15,593 000000000d9a15097bd9ca4d9d6c1d0909b4f3db4370b37e9ad6c76dc6b0e1ab 0.00 MB 1 0
15,592 15,592 000000005d942f02e9005ad88a7c14a41e2ce3fd9433df52b007ccd12ff00d45 0.00 MB 1 0
15,591 15,591 000000007209c5e03cc86ea771c85ab04846e79effb1436ee0374b7f8f631473 0.00 MB 1 0
15,590 15,590 00000000705aba7f7eb7fbaeef475de789ab8debf1435d1cbca2013a92cbd774 0.00 MB 1 0
15,589 15,589 000000005f519c0f9f50e3d9a3e7626e9e3f99aedb921674a7a8bee90256fa58 0.00 MB 1 0
15,588 15,588 000000002dbf770cd843885b92ee4028775d6842dca9c9044927526b2b4e9899 0.00 MB 1 0
15,587 15,587 00000000c9e3a6283397781303d0708ba4cb8d5481cf7f3cfac1bb26a07b2cb0 0.00 MB 1 0
15,586 15,586 00000000dbeb9a56d0ccb7cf4f2c71385ca10db60d345fcc126f6ee759ff2951 0.00 MB 1 0
15,585 15,585 00000000c2131083e4ae450239b854ea61ee6fe20cd0a81e8a23f7a8654d1302 0.00 MB 1 0
15,584 15,584 00000000934572647254aa80eacb99febd561103e8f9e73bec86ec14c60e80c2 0.00 MB 1 0
15,583 15,583 000000005f253d330b0efcf47dfa46649a616eeac366c6bd002aa51c5dc6a0c0 0.00 MB 1 0
15,582 15,582 000000004f70eb9d368d5f53313906741d44efd120c4d9765f56c6df343dcf76 0.00 MB 1 0
15,581 15,581 00000000e9e12ae430d585e1e863a7142766623c5d0b8cf793fe4c0b8bd5d14a 0.00 MB 1 0
15,580 15,580 00000000be7e18cb0d2139aa158c6ad211917047c68cbfb7b2ef2ac110022e2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,862.99 GB sent, 103.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.