Loading Tool

Explorer IconExplorer

Memory Pool

51,775 transactions
31.06 vMB
0.16633208 BTC
Random Selection Loading Transactions
Max Size: 166.57/200 MB

Candidate Block

Mining Attempt afe89e0f197cec4f43614b06f64969313ef25784551a848232656814ed8315ad
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (387,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,901 526,901 0000000000000000002c8ffe0f7b837ffcd7a260314002a3fadbf6dc87bb5361 1,424 0.81/1.00 vMB 36
526,900 526,900 00000000000000000003f9095f1f13eec0a61c50ec41c0ad5a8a024d870e924c 1,236 0.47/1.00 vMB 15
526,899 526,899 0000000000000000001f827fd81a7d36c2be469731b6546bfc77e1bcac90dc1e 1,373 0.50/1.00 vMB 23
526,898 526,898 000000000000000000369b76ffa07d72447c28ee5666811300fc2e862994b4c1 2,593 0.94/1.00 vMB 20
526,897 526,897 000000000000000000206779d2844e1d25fcea800d5da9f3860814db46a78279 666 0.31/1.00 vMB 11
526,896 526,896 0000000000000000000dd88567e22f2092d79e6db05df355d2830af04c8e9687 2,046 1.00/1.00 vMB 13
526,895 526,895 00000000000000000004e6db298e3716b1da0fbff300476808c24a1249c05eb2 2,772 1.00/1.00 vMB 28
526,894 526,894 0000000000000000001b885368428dc7caa1caa3ef9c97da0f1af46fa1d2caec 2,459 0.94/1.00 vMB 20
526,893 526,893 000000000000000000140a99e033e412aa92abe0e782d5efbc2b74c62ca98057 1,277 0.68/1.00 vMB 1
526,892 526,892 00000000000000000004fdc5d7783073c48a4b5070bec065f552b1d244d9ecab 2,648 1.00/1.00 vMB 25
526,891 526,891 0000000000000000002f54c945ff0d21b5f51677c8ab4e0958ef7ebd7056fcba 2,110 1.00/1.00 vMB 4
526,890 526,890 0000000000000000001672a1b60818856b98136753b5623b2c34dc1dbb082d93 2,391 1.00/1.00 vMB 10
526,889 526,889 000000000000000000145377f8c899a2a3c4e8ae3035faa90643bd2b4bc8d1b4 1,750 1.00/1.00 vMB 36
526,888 526,888 0000000000000000000043bf22dff3bcf07b96e59ac07bbc007a2432f8c4a84e 2,265 1.00/1.00 vMB 8
526,887 526,887 0000000000000000000f0d6690fdda2aae0f1a9b04fe18126ae831f70d023b13 1,519 1.00/1.00 vMB 6
526,886 526,886 00000000000000000032688740df8fc4e420dfff5a0e60d90102bfe4b3080f68 2,316 1.00/1.00 vMB 9
526,885 526,885 0000000000000000002b20a36640411abfeb0e672d1a17e408d4d56afaf229d9 1,558 1.00/1.00 vMB 24
526,884 526,884 00000000000000000034ea84eb327ab62d4742632f2e3c28329be0620cad2d1c 2,074 1.00/1.00 vMB 22
526,883 526,883 0000000000000000000ae97cf6991b77f5ad7b2120784d37734512f06c82c400 2,134 1.00/1.00 vMB 25
526,882 526,882 00000000000000000025a354c35765d8a819b99b80e55b1acd14f9d8bc1ff48f 2,296 1.00/1.00 vMB 17
526,881 526,881 0000000000000000000f4efca4ea99ca674782234e5346d2cdddcd5f3fd3f932 2,331 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.