Loading Tool

Explorer IconExplorer

Memory Pool

86,816 transactions
31.85 vMB
0.10993403 BTC
Random Selection Loading Transactions
Max Size: 195.10/200 MB

Candidate Block

Mining Attempt 4e2d40c06e4b25be0fcf2c07ecd6531b2491fee128754a13de28bd1e4c34f189
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b9993181115f47cc69132226e2a961c2b9ce467f300f15432dff8c7bb6c284fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,843
Size: 1.00 vMB
Total Fees: 0.02890450 BTC
Feerates: 1,236.26 > 2.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (430,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,646 484,646 000000000000000000ce421379fdba812947430a4002b5cd656a02798e78bc36 1,407 0.76/1.00 vMB 171
484,645 484,645 0000000000000000003f26ada5c8c1c32082a97414c38beb6bc0fd6444dbd65f 29 0.01/1.00 vMB 88
484,644 484,644 00000000000000000037056826a40841b283ca629636343faa94c40377b17af4 770 0.32/1.00 vMB 175
484,643 484,643 0000000000000000008358b28f43280d7477ca92d952d2a9a4d7aaa31c978455 1,268 0.99/1.00 vMB 8
484,642 484,642 000000000000000000d9d3c94cb0df2971a2ef136d34f60b0cc5d1e9ef9d8f42 1,739 1.00/1.00 vMB 57
484,641 484,641 00000000000000000075a2e4842a67781b088ce25cf9e2be4bbece749cf21ae4 1,941 0.98/1.00 vMB 16
484,640 484,640 000000000000000000119b71bb683118c1a71b8256943feb8746dd91d0ea8395 1,956 0.97/1.00 vMB 63
484,639 484,639 00000000000000000130230373ab1b88e9d64d5e1c078e82b9e4934078d5ed7f 1,991 1.00/1.00 vMB 180
484,638 484,638 000000000000000000687adcfce0287766f332a6ec2a744ada26f8038f9f9278 1,265 1.00/1.00 vMB 138
484,637 484,637 0000000000000000005d1cd0f5036b49c65a6f027cd63215a1d8cc861943ac19 2,627 1.00/1.00 vMB 245
484,636 484,636 000000000000000000c0cce6e6cce49d5733fcd1654d7ab1c190e1264ddc68b3 2,069 0.99/1.00 vMB 232
484,635 484,635 000000000000000000fb446a6c458eca487617d3cfbbaa79d34b18ce46645e8c 1,588 1.00/1.00 vMB 34
484,634 484,634 00000000000000000043c56194a7d7e19490565db900e6857ada85492228f91f 1,825 0.99/1.00 vMB 55
484,633 484,633 000000000000000000008fe29ed40b830e8644f88dc5a9f22e9edb322cd23c63 2,181 1.00/1.00 vMB 198
484,632 484,632 00000000000000000084f2431363a3793bcea2489eedaf8157b126ec996e34e3 2,266 1.00/1.00 vMB 210
484,631 484,631 000000000000000000e7ec4237663799b5c31f06619fa40ad8edcad39f5a1c8e 354 1.00/1.00 vMB 31
484,630 484,630 000000000000000000487124fc734ccc0f6f02ad1800aeb43118d0b3cfa2ffb0 1,829 1.00/1.00 vMB 130
484,629 484,629 000000000000000000fc3b4347d02a3ad8824acfdb78e8d8bb96ea8240387807 2,221 1.00/1.00 vMB 175
484,628 484,628 00000000000000000069e4548da71f8c98d109a85b3f483a504d380132be4247 333 0.85/1.00 vMB 19
484,627 484,627 0000000000000000009fda07fdbe818fc159178e355f5f9c7a15eb2ae65512c1 2,074 1.00/1.00 vMB 47
484,626 484,626 000000000000000000de95f2adfc91c744330622d84e28f2088d38a4d2a5e9c1 2,225 0.99/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.