Loading Tool

Explorer IconExplorer

Memory Pool

47,553 transactions
23.01 vMB
0.10508111 BTC
Random Selection Loading Transactions
Max Size: 128.73/200 MB

Candidate Block

Mining Attempt ce3bfc43e88984307ff9945d855aa7c90cf176a2c23fad2ebdc81d2e4c61fc93
Version 20000000
Previous Block 00000000000000000001045411278c3f10e0eb0874bafed6934049382fa0e78f
Merkle Root 4a3dcc55b227df760052a70a20cada9e3ad5fbe426102d847c3182033f1e4d45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,786
Size: 1.00 vMB
Total Fees: 0.03456000 BTC
Feerates: 115.63 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,098 (740,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,912 173,912 00000000000004a1f1f90114a715da005d5d37b20cf11183918722daa863c0e6 14 0.01/1.00 vMB 196
173,911 173,911 0000000000000a382bbd214a2f2e38d07a4c898963025590c8c89077cc82d58c 71 0.02/1.00 vMB 10
173,910 173,910 000000000000063ea402e28ab243434ad186d78b407af67d060b8a23b7574b7a 110 0.05/1.00 vMB 179
173,909 173,909 0000000000000964fddc2acbb08433d7e514b5103ea12ad6560d120617a07481 34 0.01/1.00 vMB 312
173,908 173,908 00000000000009c56e339e96d14db7692aab1b45124e18f2d0a8da070690dab5 1 0.00/1.00 vMB 0
173,907 173,907 00000000000003ffa16b2ff726fab68e4c9ca0a84af7b836149c33da45b35a38 100 0.03/1.00 vMB 1
173,906 173,906 00000000000006a9e2f9c86b93c37d1951f09b620d56d8f01c3c3d246a2f3f35 77 0.05/1.00 vMB 133
173,905 173,905 000000000000035106d4b3ec5e9bbca35062f9dacb34c4af8d79ebad6f767fc0 1 0.00/1.00 vMB 0
173,904 173,904 0000000000000876a4b6596635ef9f6462c720c8a0a3b260b13f2b198150f080 1 0.00/1.00 vMB 0
173,903 173,903 00000000000001432433f3ddbbd799daef953c925c3acb99baba5c83aca2e9da 78 0.03/1.00 vMB 52
173,902 173,902 00000000000005b81c39e849c44b54f04c62acad920b551c95bbae7ba48d07f5 12 0.00/1.00 vMB 474
173,901 173,901 00000000000000d5d2851b9f53588fae2ff77a88ccace5780ea70df8a72d9ee7 8 0.01/1.00 vMB 25
173,900 173,900 00000000000007b20f5eb25a1c55eeac4472db78e3e0bf5812a049dd8b57a61f 9 0.00/1.00 vMB 46
173,899 173,899 0000000000000156fc134fc4dc16d301e6a2089625c9bb5a5295e312d370f018 35 0.03/1.00 vMB 30
173,898 173,898 0000000000000876bba7f5bb44fff8912c1c784057e6e277519ea351f75c56bf 1 0.00/1.00 vMB 0
173,897 173,897 00000000000001631fef51f7cff8d4cb7e35aeb0ef63c78f1154bbf45dc558f5 10 0.01/1.00 vMB 82
173,896 173,896 00000000000004047c664dd082f53d040ee28efd2479513b8c769e904f95f0cd 108 0.03/1.00 vMB 15
173,895 173,895 00000000000005a739156dbae2101b38520e39170b9ff5a39c87b8b179c972b3 19 0.02/1.00 vMB 735
173,894 173,894 000000000000026111592b09adbac84565c71ca9c4b20fc82bd78ba151e96021 23 0.01/1.00 vMB 136
173,893 173,893 00000000000000d21d645b1b11169e686b7cd6ccb72dbe49b1f0744eca5bddc8 40 0.01/1.00 vMB 1,530
173,892 173,892 0000000000000242f1d64d0b7a788a7240970ac7bac859d605fa2088b6becd30 5 0.00/1.00 vMB 859
Previous 10 blocks ↓
Total Size: 780.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.29 GB
    • Received: 7.16 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.