Loading Tool

Explorer IconExplorer

Memory Pool

88,989 transactions
33.44 vMB
0.08466405 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt e5885a4cf9eb5fcab37cdafc11fe1cb2e75b7b623bb04724a4962844f9a170e8
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 9177f1b05279791ea82de34dfeff311eff362d8cef7b695c929b11d5b571a00f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.01808135 BTC
Feerates: 502.65 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (65,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,994 848,994 0000000000000000000209a51a18c61d75ffc87748542160dc0e583e197130c4 5,142 1.00/1.00 vMB 9
848,993 848,993 00000000000000000001eed2494d291a82a9e734b3f0888cd351cdb0db79fd54 6,896 1.00/1.00 vMB 8
848,992 848,992 00000000000000000002173ab6d6c40d10fd75b76ec2e9e6f2d03fb275f2ee72 4,639 1.00/1.00 vMB 12
848,991 848,991 00000000000000000002da56108d6fb686a4100fbea8040e94302ca55aada4bd 5,580 1.00/1.00 vMB 11
848,990 848,990 00000000000000000002c2a8c46103e2f874de7348109241154f2441dfe96e1b 5,911 1.00/1.00 vMB 11
848,989 848,989 00000000000000000002aa11e64cd8f100663353f59b9fb29cee31e6ea9cf870 5,155 1.00/1.00 vMB 10
848,988 848,988 00000000000000000002d2d04cb4b1de1bca6278d770d9f52476dc4e4654e7da 2,757 1.00/1.00 vMB 14
848,987 848,987 00000000000000000000030c9e734d926906ff40d63ad68d8cb0c25074165950 2,852 1.00/1.00 vMB 22
848,986 848,986 000000000000000000025fd6cf6a71cabb35898efec72fcb4d8ef76b8c4c112b 4,316 1.00/1.00 vMB 12
848,985 848,985 000000000000000000019a4268e474deec2cebd75e9be7eea393189518758bc1 5,962 1.00/1.00 vMB 10
848,984 848,984 000000000000000000014cee82c280f2ecd8f1dd15190a53c85b99bf4b04d6b7 3,522 1.00/1.00 vMB 16
848,983 848,983 00000000000000000002f21962f19d93456789371a416f80d6b63e9d356d7ce4 2,915 1.00/1.00 vMB 16
848,982 848,982 00000000000000000003079e8a5f0b24a2b717cce6679fb37009954c95fe66fa 4,214 1.00/1.00 vMB 12
848,981 848,981 0000000000000000000005ef5449be4a1de49b2094b4a03217df3406cf120f5d 2,401 1.00/1.00 vMB 14
848,980 848,980 000000000000000000000ef06ec6cb0dfc791891142632d7af401abd38b40abf 5,816 1.00/1.00 vMB 11
848,979 848,979 00000000000000000000c8a6b0efeb94dadc9d3e8c1d0fb44d4cdf07ad00412e 3,396 1.00/1.00 vMB 17
848,978 848,978 00000000000000000002315b42b1a23a86bec4da6c3c1e9fc29513ee12615e50 6,314 1.00/1.00 vMB 10
848,977 848,977 000000000000000000014aa5260e30350dc3351eded29f20cada579e1d9e1e4b 3,044 1.00/1.00 vMB 15
848,976 848,976 0000000000000000000313cbc887ab7e3b5e7118aa308206b23f706df4ec98d5 4,432 1.00/1.00 vMB 14
848,975 848,975 00000000000000000002671035733e050c538b6e4f6b3e9104ef202a701b0071 3,814 1.00/1.00 vMB 15
848,974 848,974 0000000000000000000177966a22ed72240f7bd4a6fcc2a234bc84da0650dfd1 4,499 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.