Loading Tool

Explorer IconExplorer

Memory Pool

74,658 transactions
27.73 vMB
0.07411418 BTC
Random Selection Loading Transactions
Max Size: 168.73/200 MB

Candidate Block

Mining Attempt 0347b5ae54d6e26ea8c04adc53d0bd13f30d3d4df9c5e6268aaea72a41d79d48
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 76a8c8a8643779b7c87dce15ba203c6df5541053731d00934742c48011671647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,827
Size: 1.00 vMB
Total Fees: 0.01481072 BTC
Feerates: 71.37 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (333,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,307 581,307 0000000000000000002242d68bfb9afb9b84280bd5145def425609aac4361d68 1,949 1.00/1.00 vMB 86
581,306 581,306 0000000000000000001e1c089c039e02f94e42d709b466a7339e53b5f90d7423 2,161 1.00/1.00 vMB 130
581,305 581,305 00000000000000000004e634958722779fa24d3499ed0272eb3bddca5254d3c0 2,858 1.00/1.00 vMB 8
581,304 581,304 00000000000000000014eb817df63f383bb714bc019734bce58faee75fec6c09 1,768 1.00/1.00 vMB 75
581,303 581,303 0000000000000000001c7f80ada4901fa98c4891d562ca6fbcbb28572c30fada 2,002 1.00/1.00 vMB 89
581,302 581,302 00000000000000000015d1b21c01b557a45b4e1826b356f330dcc8805618442f 2,043 1.00/1.00 vMB 3
581,301 581,301 0000000000000000001e33f5cff45905b76d932791510b7f966e55b9a7a8b25d 2,134 1.00/1.00 vMB 24
581,300 581,300 000000000000000000192a837639e062be2d95acd4f67026c911094cfc37fde4 2,425 1.00/1.00 vMB 57
581,299 581,299 0000000000000000001ba63ba5e3572dff04635a3683220d79ba76df1bbe6131 2,633 1.00/1.00 vMB 95
581,298 581,298 00000000000000000018aa5580a501b6c0c6f7407f9c467136643a73d783b7d6 2,495 1.00/1.00 vMB 27
581,297 581,297 000000000000000000027583a8e82f26ea0aa331802b593b641e3f8f42e335cc 2,054 1.00/1.00 vMB 99
581,296 581,296 00000000000000000020e61984d390dcb405f99d6f75de16e90ca6757e1c90ea 1,753 1.00/1.00 vMB 44
581,295 581,295 00000000000000000025c1de526b4c3b99737080568f4536ad78a5c3a314466b 2,492 1.00/1.00 vMB 31
581,294 581,294 000000000000000000187dcabeb9785e67b43eee4c7f54c0cc8e108d196e7ebd 1,852 1.00/1.00 vMB 14
581,293 581,293 00000000000000000025f67f7634f89d7b9c13cc5fb99270341cffcfed93b961 2,401 1.00/1.00 vMB 53
581,292 581,292 00000000000000000016876fac550a54bb15034c4e1ff1df8cc73b0e2b7cd956 1,726 1.00/1.00 vMB 91
581,291 581,291 00000000000000000005b582a388cb50a59603d9fd272eca8526494733e5ea5b 927 1.00/1.00 vMB 95
581,290 581,290 0000000000000000000d8c8276d566a7cb794ab7ba5479ff7003aec2d61c8c90 2,089 1.00/1.00 vMB 79
581,289 581,289 000000000000000000124bf251863458747e357c1db1046c39be5436dd6b6305 1,607 1.00/1.00 vMB 39
581,288 581,288 0000000000000000001e47b53cb32e9a59bc68616a922187722a52e36d85310d 2,336 1.00/1.00 vMB 21
581,287 581,287 0000000000000000000dc772e21b1dbfa41d7689c761d092c40ebb75e1200a75 2,659 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 711.78 GB
    • Received: 17.12 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.