Loading Tool

Explorer IconExplorer

Memory Pool

80,482 transactions
29.70 vMB
0.07063693 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt a4e9b7f3c569965d6e725285b0ae842d2e1b6489a2fa1e353ce759d1c74c2416
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 7ca530c9d65e6acbe44bfa6aa29fbf4a00f151aecc4bfceb621c77546f7b1730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,081
Size: 1.00 vMB
Total Fees: 0.01019275 BTC
Feerates: 502.67 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (420,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,490 494,490 000000000000000000be555bf166241c26e305656fc8ca789de1f46046ff24e3 2,281 1.00/1.00 vMB 430
494,489 494,489 000000000000000000a7708cff9428ad6ca9d1772c6041fb9bccab7e65985daa 2,510 1.00/1.00 vMB 627
494,488 494,488 000000000000000000a91ac8f00090eddb5b0df1b832fda361345c5626a9fb89 1,408 1.00/1.00 vMB 285
494,487 494,487 00000000000000000068232720c32fe86e4273fe2c198bde8c11ecf7177a68b8 2,390 1.00/1.00 vMB 416
494,486 494,486 000000000000000000bcad343e43b7857e23fffbececd82cf7b0cf14d7b60c94 2,591 1.00/1.00 vMB 516
494,485 494,485 00000000000000000050b986784b082d8f6624dfa87c1edc484eb5905a233730 2,636 1.00/1.00 vMB 525
494,484 494,484 000000000000000000c25e46f05ca497c1cf633f4d2d8ae6d86a670f44d0acd7 2,600 1.00/1.00 vMB 487
494,483 494,483 000000000000000000953be2473cefdd8bb22b1c6c9022ba7726c27dd6b9a5af 1,714 1.00/1.00 vMB 463
494,482 494,482 0000000000000000003312dbecd0205e35c1f30d1369d49f0be3ec30778a5ce4 2,403 1.00/1.00 vMB 589
494,481 494,481 0000000000000000001e4d2b0bc47137403e3e3e2c6c92e7634bc991b375fb17 2,298 1.00/1.00 vMB 491
494,480 494,480 00000000000000000064f8800448a214c3ec53404e27d335f3c7a0b1ef9c62ec 2,557 1.00/1.00 vMB 525
494,479 494,479 000000000000000000920e5bd57954b01653d8f4e6f2e6192367c1ef4cafbb6f 2,370 1.00/1.00 vMB 542
494,478 494,478 000000000000000000874c4fe3eb3da7553ee7f531da1318179fa7f5048259ba 2,561 1.00/1.00 vMB 515
494,477 494,477 0000000000000000000773384ba500ff8e6025cf96097412b41f88a418255b89 2,342 1.00/1.00 vMB 577
494,476 494,476 0000000000000000001c69d4fbc0d21a73a39507273da62815f0b94b9001e151 2,504 0.87/1.00 vMB 499
494,475 494,475 00000000000000000029dc6ef281cb7f8818f1874ded8970b8036b4d414ac2fa 2,400 1.00/1.00 vMB 633
494,474 494,474 000000000000000000851c2dcb06fc02f03d945205865aef3f3d6dc5f2e97898 1,988 1.00/1.00 vMB 515
494,473 494,473 0000000000000000008a3ebf5c14f36516c3d2ec135d1ab7cb10b207fa32f5be 2,587 1.00/1.00 vMB 658
494,472 494,472 0000000000000000008cfa2daaa3d3628122a36b4201298fb4278d08a17d16dd 2,379 1.00/1.00 vMB 728
494,471 494,471 0000000000000000006e4edab566672f57715b2d7e4b880bdb987127145a70e0 565 1.00/1.00 vMB 404
494,470 494,470 000000000000000000c859c860005faaf6ab3210422f58fd56661e67f7222f4b 1,861 0.93/1.00 vMB 520
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.