Loading Tool

Explorer IconExplorer

Memory Pool

80,878 transactions
29.50 vMB
0.10215777 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt 0cbb8f1dc84a293dd95ce625c700b1a3f6a8d3a99e29fc590dd714bdd86c78e5
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 0d6c5d390e2428a2ff49368a281498c8404eae789e394ed8a31981014b131233
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.04014454 BTC
Feerates: 146.36 > 4.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (131,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,311 783,311 00000000000000000001447b49bba309a8ceaab4641ddb6d5a1a52eaeb9ebaac 1,120 1.00/1.00 vMB 16
783,310 783,310 000000000000000000025c179204c877c5ddef45640f398fa6225c1646e095a6 1,956 1.00/1.00 vMB 15
783,309 783,309 00000000000000000003f04e17ccff25aaefaa7c2d5a1697ecdebb8ca661ff45 2,102 1.00/1.00 vMB 16
783,308 783,308 00000000000000000002a40002a669555d9bf0d856125a4f0fe831dc00d21edb 950 1.00/1.00 vMB 6
783,307 783,307 00000000000000000005bbd1c74fa39c458735108db0ccff02961f641aa8c85d 2,934 1.00/1.00 vMB 21
783,306 783,306 000000000000000000043c3c4b4958209465080d922d54945fb29d0caeff805d 1,027 1.00/1.00 vMB 4
783,305 783,305 0000000000000000000497343f5ed7660b1de790bcd5343e7b4c71a65ad3f0dc 2,018 1.00/1.00 vMB 22
783,304 783,304 0000000000000000000422220e0ced7464af5df90c97c9bb6b7690e43b1dfc49 1,651 1.00/1.00 vMB 9
783,303 783,303 00000000000000000002b412715c559c2cb04d17211c7fb95cc58d8cd3b41f52 1,988 1.00/1.00 vMB 15
783,302 783,302 0000000000000000000289eb309b96ceb2a1b215dc83e0043659dd6699ad9794 2,561 1.00/1.00 vMB 24
783,301 783,301 00000000000000000003d4d8ff9a0f085e33d19bf29dd0eb167d9c60453ef4b9 1,188 1.00/1.00 vMB 6
783,300 783,300 00000000000000000005447efc9dfbb7495eadf25e320a86a09affe4e5832677 2,493 1.00/1.00 vMB 16
783,299 783,299 00000000000000000000044e14a68198bc8c09b1010df19d39c5dac44582fb21 2,880 1.00/1.00 vMB 25
783,298 783,298 000000000000000000000c05410ae40d39ff88df710c34905cb8c2aaefde8c79 288 1.00/1.00 vMB 3
783,297 783,297 0000000000000000000124ab96d998c4851fc32f545b55776e5608de83dbe3de 1,337 1.00/1.00 vMB 6
783,296 783,296 00000000000000000003141b29b8f08323f6f91c79aff4a543f6656b76e3f9e2 1,610 1.00/1.00 vMB 10
783,295 783,295 0000000000000000000587400c9da103c7ca7f73285f6f15bbf2f242e6b28c8c 2,820 1.00/1.00 vMB 25
783,294 783,294 00000000000000000005610799be79984e92b153b9ad48ead2733ab05f0e3765 1,510 1.00/1.00 vMB 11
783,293 783,293 000000000000000000006668120f4fea14e0da20470b1c4971478264cc78bf42 1,602 1.00/1.00 vMB 23
783,292 783,292 000000000000000000000fe19795fb2a050ed3152209caad18b3b04a180d981f 3,171 1.00/1.00 vMB 22
783,291 783,291 00000000000000000003f06de092f8467c86a5b7b0de93ebb107c89bee3c6045 1,011 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.