Loading Tool

Explorer IconExplorer

Memory Pool

77,286 transactions
28.75 vMB
0.07109283 BTC
Random Selection Loading Transactions
Max Size: 174.40/200 MB

Candidate Block

Mining Attempt b8dca096c3ef6ff5109b47e1145d686c14aca1e10730761f872d604d9011a206
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 5b5362eee5d8fa7fd444d87ff0795d76849ab5f8cf07606b3dfaad5314a9653d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,042
Size: 1.00 vMB
Total Fees: 0.01117515 BTC
Feerates: 82.75 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (636,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,902 278,902 000000000000000226e7fe565a4d03b21900f25d6aa92360bb1980c1bf7a47d4 427 0.23/1.00 vMB 49
278,901 278,901 000000000000000132ac64ce02123d8c19ed2e6164331145c0b9ef56ee119856 1,014 0.48/1.00 vMB 52
278,900 278,900 0000000000000002e38233adbd81ab5bfc7561c769dc4aa1ac054df9090f6506 161 0.16/1.00 vMB 23
278,899 278,899 0000000000000002af3d5c6ffa815f8ddc323a447fbb33981c514d770e7da916 452 0.20/1.00 vMB 46
278,898 278,898 0000000000000000f75b46c09be6727b0ed2ab874d8af9486b016b1dbbcdde6e 420 0.20/1.00 vMB 47
278,897 278,897 00000000000000001fb3ebc9b82352537c3e338ae96340b9a5b4eab8631eb0b2 879 0.42/1.00 vMB 50
278,896 278,896 00000000000000022165767bc3e9d0dc77f9e68b8e82d7bcbfc0dc5b1d8d7ebc 305 0.24/1.00 vMB 38
278,895 278,895 0000000000000000469da52f7bb32fe7fdc166f4907e3db0d52afd2f4e938520 354 0.21/1.00 vMB 26
278,894 278,894 000000000000000084a214493310d8e508fcb92934968e2fc5ed2c6fdf36f51e 256 0.09/1.00 vMB 86
278,893 278,893 0000000000000002d0f571327e21f9097787e883c10b0097c1e6f207d69f6d48 202 0.08/1.00 vMB 63
278,892 278,892 000000000000000076b472b5388163b7a5f53a35ca1bb51a87fdd1eb1de826d5 308 0.21/1.00 vMB 34
278,891 278,891 000000000000000123d4be58084d1f715ec46bc045dd7d3328f76410e8d0f0c5 271 0.13/1.00 vMB 58
278,890 278,890 000000000000000132099014ff8fbe9b3bba1d72f781256c407e1c46b1e85d47 563 0.39/1.00 vMB 59
278,889 278,889 00000000000000020e984cc10105a378b5f840b65d45d7c340cb037b1ecc28db 444 0.25/1.00 vMB 24
278,888 278,888 0000000000000001e2752327c5b420632b9584066f1b659fd98eb0cae77cb4d4 692 0.25/1.00 vMB 71
278,887 278,887 000000000000000103996844aeea6f397022d9d8b63ac9d7ec8d8e1a9e0096e1 321 0.24/1.00 vMB 36
278,886 278,886 0000000000000002407b89542a048d96f7e25b92f4f4026a4f6a5abe6e8eef2c 573 0.25/1.00 vMB 43
278,885 278,885 000000000000000055f76ffd41656c16a77cedb5e3ce460c9859b391f7e82903 692 0.41/1.00 vMB 3,215
278,884 278,884 00000000000000027ed893f65febf49db049e17946c62e54403610cab7b5f014 75 0.03/1.00 vMB 45
278,883 278,883 0000000000000001867e1d7c9e9e8853ad6202627ded190cad1ac566ff3215b1 480 0.25/1.00 vMB 51
278,882 278,882 0000000000000001924b4114870d78b6dbfc3ca70f9165684ee789faf2b3bf2d 375 0.24/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.