Loading Tool

Explorer IconExplorer

Memory Pool

84,558 transactions
32.08 vMB
0.11225253 BTC
Random Selection Loading Transactions
Max Size: 194.39/200 MB

Candidate Block

Mining Attempt c4859345bd7a3d6633e499b044482eca72e4ecc2cb26949b71eddeb775bdf898
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5df67a825a89002a62a555ccf5f4eecb680f3a3cee4578ee15fb0d039e8b9a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03946443 BTC
Feerates: 351.58 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (434,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,605 480,605 00000000000000000033147d4419d7b54c39925921fd4b8cc0c737bdb565b2e7 2,238 1.00/1.00 vMB 212
480,604 480,604 000000000000000000d5a26d8aa2d7581e294a34e6a01d7d082cb9c567e914ff 1,705 1.00/1.00 vMB 211
480,603 480,603 00000000000000000092ea03305454b005c1064b1dbaca7f397e7f0731fb5ad9 2,227 1.00/1.00 vMB 158
480,602 480,602 00000000000000000063f99ff492dff065561afac93c55e968b3d8116273b657 1,868 1.00/1.00 vMB 167
480,601 480,601 000000000000000000deb1221d635bf2ca7f245c6f945add2cf4632ceafea173 2,278 1.00/1.00 vMB 237
480,600 480,600 000000000000000000eed94acc9968ce32c55db65b546fb2724660857962b507 2,266 1.00/1.00 vMB 261
480,599 480,599 000000000000000000f03c7c99ac6316511cfc2062b8a628a83d880d91420980 2,058 1.00/1.00 vMB 172
480,598 480,598 000000000000000000f9529c2a920aa37306a7d967d760c3f5e2850d96be4d2a 1,941 1.00/1.00 vMB 233
480,597 480,597 000000000000000000deb6621235059488e57c6148dcc32bad4880a6985df03b 1,631 1.00/1.00 vMB 187
480,596 480,596 000000000000000000948170bd1c29bf8bb138f9cea8a56990e224604bbd5888 2,222 1.00/1.00 vMB 208
480,595 480,595 0000000000000000000798c1344b9ff48dd7b17ec2ed14e1c58588b0573b547e 2,252 1.00/1.00 vMB 219
480,594 480,594 000000000000000000d79009f4be17b87ceb80b54194f4f2aa3f76107fa13231 2,047 1.00/1.00 vMB 155
480,593 480,593 000000000000000000e624fc74b2e4d64ca65570138f25fd312c93f124afe76c 1,955 1.00/1.00 vMB 175
480,592 480,592 00000000000000000121175c50d3165e38225bf64cdcf3d43e044153f1622014 1,413 1.00/1.00 vMB 155
480,591 480,591 00000000000000000033e2b7e97e9980dc8eecf0b974dbc27535ff6a1024fd9d 1,423 1.00/1.00 vMB 186
480,590 480,590 0000000000000000003f49f0cb7f0dacbf4bbf06a7039e3da555be207e7693c9 2,452 1.00/1.00 vMB 168
480,589 480,589 00000000000000000118adb5e1c12595959fdc6852c57008fa1562a797297067 2,373 1.00/1.00 vMB 192
480,588 480,588 00000000000000000078d6f2c9a58383561ea459171af46a472ba6255b9d8579 2,000 1.00/1.00 vMB 239
480,587 480,587 0000000000000000012cdffa4b1e29aec40988d0925eb1ebef6745d889dde66a 2,506 1.00/1.00 vMB 195
480,586 480,586 000000000000000001078c8cabffd5642325a64c7fc38931dae1e8ffb43a68a4 2,304 1.00/1.00 vMB 247
480,585 480,585 0000000000000000010d4ad727cac3e5021f8a476efc5b1172ed6b326257f54d 1,831 1.00/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.