Loading Tool

Explorer IconExplorer

Memory Pool

82,202 transactions
31.09 vMB
0.12028956 BTC
Random Selection Loading Transactions
Max Size: 186.07/200 MB

Candidate Block

Mining Attempt 0f210998cff4720427b1241b83fbf4dde2c6ca9c5abf7af46e29253ecf6ef94f
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1c912bd10e2d525311893329b7f2974a789d7eeb572352d57f872bf3f8ab48de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03549374 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (265,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,457 649,457 000000000000000000034cfe3bac22d4dda07656f28323b60c2e22d1f80c8770 2,371 1.00/1.00 vMB 48
649,456 649,456 000000000000000000020710c768b0504fb2d402fd2c81ec886edd4a7fb50fe3 1,419 1.00/1.00 vMB 11
649,455 649,455 000000000000000000053d9da53065db266ae58288bbe1b2cfd95edd48b7fc29 2,788 1.00/1.00 vMB 22
649,454 649,454 0000000000000000000e6ecd36344bb2cfb9f5c329a8791b905455411e9d56d0 2,630 1.00/1.00 vMB 24
649,453 649,453 00000000000000000000179b68f36f70b15ef908a667a875ff1cbc11d73542ce 2,104 1.00/1.00 vMB 31
649,452 649,452 0000000000000000000b487bab577868d90f262285a00a8bf97682e3459d1293 2,579 1.00/1.00 vMB 34
649,451 649,451 00000000000000000007b18403b56120f2bab0eea25d14b9546970d086ee796a 2,337 1.00/1.00 vMB 42
649,450 649,450 00000000000000000003a86abbab5cab992443df7ff6d1d55fcf5567f19b29a7 2,375 1.00/1.00 vMB 47
649,449 649,449 0000000000000000000154d6fae997d50d1c3314e22369ad3eaf303beed27d9a 2,404 1.00/1.00 vMB 76
649,448 649,448 0000000000000000000a3ddaf55c30e5734450b6f117921e53eeea8aac0a307c 2,121 1.00/1.00 vMB 53
649,447 649,447 0000000000000000000835c6b2a2a4d92db7f22d5e00d578a91e0606ea2e18db 2,266 1.00/1.00 vMB 23
649,446 649,446 00000000000000000002ba770aefabecf836239b8e7352a8b90dcf169e100d76 2,541 1.00/1.00 vMB 42
649,445 649,445 00000000000000000009ffcf746f5cbe79d340ba856ec628dc9b2bbad85e2d9a 2,582 1.00/1.00 vMB 34
649,444 649,444 0000000000000000000044133d2ba153e45a11cdedbfbed9796a02abd436962c 1,615 1.00/1.00 vMB 40
649,443 649,443 0000000000000000000d6008e44269df6a7dffa745ea4f89b0cb98b94715d26a 2,182 1.00/1.00 vMB 49
649,442 649,442 000000000000000000004c319e7afcacab70226002b07f9db80788961d2553f4 2,433 1.00/1.00 vMB 35
649,441 649,441 0000000000000000000ba9ebc1145286fb6077ac73e40055076bae49b63347dc 2,180 1.00/1.00 vMB 28
649,440 649,440 000000000000000000063c00c77e9c29f2cf2c155f4554a2d8d3583d26af9795 2,440 1.00/1.00 vMB 28
649,439 649,439 00000000000000000002cd11e09d258f477d910de1015a27db52ce85ca0b8d69 2,417 1.00/1.00 vMB 43
649,438 649,438 0000000000000000000aea214bee70555c7b72563d615746abd5f3c939d7a12c 2,344 1.00/1.00 vMB 35
649,437 649,437 0000000000000000000a7312245614c1a539884586b065b21eaa9079c51e187f 1,187 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.