Loading Tool

Explorer IconExplorer

Memory Pool

86,511 transactions
31.49 vMB
0.20896669 BTC
Random Selection Loading Transactions
Max Size: 191.12/200 MB

Candidate Block

Mining Attempt 9d18d751e89d511c4afb8e1d50898fbf11ee11079ff296754577d4d0ab29fd36
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f5e219a2966e1a2978f3eb4b443127d450000926b131b6166409e60f0517fcd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.10566802 BTC
Feerates: 502.67 > 10.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (260,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,695 654,695 00000000000000000006fe1b14ac8832b637a2287e5b9c1ae58c7a1b1e534791 2,843 1.00/1.00 vMB 311
654,694 654,694 0000000000000000000b38d158d3c15f8c314601d1885c2adee57aff15733e1d 2,836 1.00/1.00 vMB 269
654,693 654,693 0000000000000000000c462abcc3b089ed92fd81699d4c5f636494158567e208 2,539 1.00/1.00 vMB 288
654,692 654,692 00000000000000000009e6c7091ec52727c76e4f47abd23b07a71895b0cf4e0e 3,237 1.00/1.00 vMB 337
654,691 654,691 000000000000000000019ed92eabf6de710946197acee8ea69827bc821fbdce8 3,162 1.00/1.00 vMB 262
654,690 654,690 0000000000000000000635c9148c5924df65440de1c1dc819a1301d9210ee320 2,921 1.00/1.00 vMB 262
654,689 654,689 00000000000000000005e8c9c947bf9450063ec3ad5f24e55aa038795e295eea 2,841 1.00/1.00 vMB 298
654,688 654,688 0000000000000000000bf42cacab0d2a6433b4ac54a1cdb301bb54afe3cd1d90 2,346 1.00/1.00 vMB 283
654,687 654,687 0000000000000000000909f4c30d18c2086eec3312d1e76a4f6cc3d87c560078 2,747 1.00/1.00 vMB 285
654,686 654,686 0000000000000000000c5f78023bfa5ed3910af0ab2677c5c90d160e6fe6421c 2,776 1.00/1.00 vMB 324
654,685 654,685 000000000000000000059d9c32848f261dad5c18161e58f28882924f611f50ae 3,172 1.00/1.00 vMB 332
654,684 654,684 0000000000000000000c8ff12d8cac0958b2b8adbef289aa3dd10f5290798cf0 2,907 1.00/1.00 vMB 297
654,683 654,683 0000000000000000000b9d2ec5a352ecba0592946514a92f14319dc2b367fc72 2,681 1.00/1.00 vMB 265
654,682 654,682 00000000000000000003fb8ae0a1dac01e2c387e7e6b52a3ca61ff20e706563b 2,922 1.00/1.00 vMB 275
654,681 654,681 0000000000000000000d29871a4a11ffbdb1d52f33c7adb4e870d9609d5c5d9e 1,738 1.00/1.00 vMB 284
654,680 654,680 0000000000000000000ce638ad696cb2079c56a61ccbd7dbdee1bdb39850481a 2,939 1.00/1.00 vMB 293
654,679 654,679 00000000000000000003ec7763c65dd4c1b303d30fac579ad334ff3bcd46fad9 1,759 1.00/1.00 vMB 265
654,678 654,678 0000000000000000000835fe97bea55addde6ff4e698f0ed123d2d7d92ae13c6 2,896 1.00/1.00 vMB 263
654,677 654,677 0000000000000000000b077cb2f56707044fba3a73e23848d44bc1139fa624fa 3,117 1.00/1.00 vMB 296
654,676 654,676 000000000000000000047f5582b79de5dcd2935c95f5998b5d138a852241c421 2,927 1.00/1.00 vMB 284
654,675 654,675 00000000000000000008106b2642b10d708eae883c08c29ff7c5080633b2c3ea 3,043 1.00/1.00 vMB 270
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.