Loading Tool

Explorer IconExplorer

Memory Pool

49,309 transactions
29.84 vMB
0.09732013 BTC
Random Selection Loading Transactions
Max Size: 159.04/200 MB

Candidate Block

Mining Attempt 35350e611484b0584a318014d5a1ee36b0293ad788c6d92bc65159dda83675aa
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 9df431ce09a6eaa480de03726f544bf3dd1e74aaf4e2aa5340749b9c7a9c1732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.03321325 BTC
Feerates: 150.68 > 3.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (387,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
526,880 526,880 0000000000000000001fb43b69ef48c6caf9b7d38d793a06ad192b1e168d8cb4 2,057 1.00/1.00 vMB 62
526,879 526,879 00000000000000000026dae683c98172bcbd831b9c2658ef80e84f690254ac62 1,520 1.00/1.00 vMB 4
526,878 526,878 0000000000000000000591012f9a1e96a31d787da6fc99a977352e389672af03 2,644 1.00/1.00 vMB 25
526,877 526,877 000000000000000000066b65d514597609f22b7f5d58921ae57ac64df8db23a4 2,412 1.00/1.00 vMB 22
526,876 526,876 0000000000000000000df22c7b964f88694ce81c81a0fd34b889e831dc009292 758 0.58/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.