Loading Tool

Explorer IconExplorer

Memory Pool

76,134 transactions
28.77 vMB
0.07126013 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt fa95d30b0dbc1333303496a070cff2674cef8c68089b27b701834485360a56dc
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bb9bafdbef8dd7fe01182dd55df3a2df77ca83518c2789b490d4488059519ae6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.00874663 BTC
Feerates: 77.76 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (881,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,698 33,698 00000000a2bfb2b97af1454323f367ca74efd0397384abdbed2e6fc3528abf2c 1 0.00/1.00 vMB 0
33,697 33,697 00000000ceed236f63d4e468626de9d62cfbc65ce555fcc4555141f99221edc8 1 0.00/1.00 vMB 0
33,696 33,696 000000009ebcab7109d0583bedf52211cc0c255999ea3405d45244e2a0769ae8 1 0.00/1.00 vMB 0
33,695 33,695 000000002fffbd9c5a853759e226949183b7e4148d059138f93d5bc74731a485 1 0.00/1.00 vMB 0
33,694 33,694 000000006fb38133624f69470253a77ef3d1fa947b6ea8523e1f37c533af9a91 1 0.00/1.00 vMB 0
33,693 33,693 00000000861b149eba17b1a4bd3b573475f81c3f3294aa0ef9c9404b59c76c17 1 0.00/1.00 vMB 0
33,692 33,692 000000000330cc3336211a8debb366e8a814e942a65964d0cca85718a0b2161c 1 0.00/1.00 vMB 0
33,691 33,691 000000004beb49a3d08697b3e9d28fbd60a569a393912ab39169d23ab1b8e330 1 0.00/1.00 vMB 0
33,690 33,690 000000004848b36e1e9e77b168d761fec2867c9dd64e23b706252107e2ec37a2 1 0.00/1.00 vMB 0
33,689 33,689 00000000716e2c4e34bbaeeb8ee1723259b5e73ac5d6c905bdb11e444cd5a537 1 0.00/1.00 vMB 0
33,688 33,688 000000004f5174e6cf360849f704af54a28d07c087b79524c9d15414c9b76e36 1 0.00/1.00 vMB 0
33,687 33,687 000000000d71a5d1af5e30cc216814c355811c83c5265dfe7c7b4e648a2c2b16 1 0.00/1.00 vMB 0
33,686 33,686 0000000080913bec1c04dff83ba1df4a3d82454a6dead0e009596474d2f95d0e 1 0.00/1.00 vMB 0
33,685 33,685 000000007805bf44eae3b3aafa081cb41ee4486054b07f2aad82a72a5f04bfc7 1 0.00/1.00 vMB 0
33,684 33,684 00000000c4e9670ab413277de31a2f726bdbaed4579df12f355b1c70713ea3cb 1 0.00/1.00 vMB 0
33,683 33,683 0000000094871ede1dc3c53ffde2186c635000077555bb9e222b861f01197f2e 1 0.00/1.00 vMB 0
33,682 33,682 00000000789eede63c99b0df5fcd246ecaba40849f4b80a0c1d851a0a31a6847 1 0.00/1.00 vMB 0
33,681 33,681 0000000009802bda88166335dd7cd225b3816395821ba577f6ee4e56118c0705 1 0.00/1.00 vMB 0
33,680 33,680 000000002e3140c88eb1c253e755682b7e7ced38dfdba593b92c31b454a0fa2b 1 0.00/1.00 vMB 0
33,679 33,679 00000000745e57c518535a9d7ca2ff7f34575ba1663646fb2c5e454ae8c78e7b 1 0.00/1.00 vMB 0
33,678 33,678 000000004ff49b248dcd8c14ad69dd9e522e898c33265d8e81f3d5736bea07be 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.82 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: 710.72 GB
    • Received: 17.08 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.