Memory Pool Memory Pool Refreshing

27,657 transactions (10.17 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 55/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,754 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (893,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,607 15,607 000000008a424e60b5aecb36247884547020a6bd614738037ac3ff541fc1b38e 0.00 MB 1 0
15,606 15,606 00000000c6e7165ff7ceff25eedc6489dde8bf63d2ed9bb45b914dd8460811b2 0.00 MB 1 0
15,605 15,605 0000000023934427623b0842ca8b9580b3ff21da1baf71b9fd5e52026cef4a62 0.00 MB 1 0
15,604 15,604 000000004b308765ecadc411dfad03b2407cc4fd4e59cee06f44ce016dc2b669 0.00 MB 1 0
15,603 15,603 000000003a64fd7807510b076d94b4c2b6e09ebd12a20d3f1f4117c804772717 0.00 MB 1 0
15,602 15,602 0000000069e8fd67bf12ac65559186a5bfb815f8d550101d51f945ce5073ab08 0.00 MB 1 0
15,601 15,601 00000000e15683b663c37efd5c87ddb98851ada5dbf096b9929f0fa45a72298d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.38 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,863.91 GB sent, 104.31 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.