Loading Tool

Explorer IconExplorer

Memory Pool

37,097 transactions
26.83 vMB
0.05988281 BTC
Random Selection Loading Transactions
Max Size: 136.31/200 MB

Candidate Block

Mining Attempt 6de9eeb6c51158ed59920f536f947b6e6dd27b570ff8a82def041e03cb116612
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root fdae08cce03caf1ab774b1eb1ad38afe35ebcfc961aa008dd41aae424a21e7b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,953
Size: 1.00 vMB
Total Fees: 0.00961466 BTC
Feerates: 74.79 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (77,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,760 836,760 0000000000000000000105091031c24d3e10e39b11a45f117b0dbbd8acbddf79 3,841 1.00/1.00 vMB 35
836,759 836,759 000000000000000000033df9bbbf70afb99b89f32137a52581470eda1da18e20 3,685 1.00/1.00 vMB 45
836,758 836,758 0000000000000000000326e4491c0a6fbc4eb209fb707db51ecb3d9d63f14a52 3,491 1.00/1.00 vMB 46
836,757 836,757 00000000000000000000dc66175c08bc08ee1537715c802509e928c704cefbb8 3,719 1.00/1.00 vMB 15
836,756 836,756 000000000000000000000e649b31bc87402ecc0a3e16c8d9e0e156ee8599bb30 3,199 1.00/1.00 vMB 10
836,755 836,755 000000000000000000015685e4aaf442cb40e836824c841141d1a842f950dd8a 4,656 1.00/1.00 vMB 12
836,754 836,754 00000000000000000003109419874fdb78989bb2c9fcbb72743a03e18de310d7 2,267 1.00/1.00 vMB 10
836,753 836,753 0000000000000000000236f37d24cec49aecb6f8dd1b90317aecdcdc63174994 4,242 1.00/1.00 vMB 18
836,752 836,752 00000000000000000001d161a6cccff7853d58dcf5bfa8b80070b6588ab75ceb 3,130 1.00/1.00 vMB 12
836,751 836,751 000000000000000000005390ff8aa38bc1acadf960ef665fb7afd817c332dca1 3,137 1.00/1.00 vMB 24
836,750 836,750 00000000000000000003483fca43f6b9f7a60c99a8a1494c98482d9b1d588b09 3,590 1.00/1.00 vMB 18
836,749 836,749 000000000000000000034a43c3784ec8716838aab1fc4b4bbee805a93723a0dc 1,359 1.00/1.00 vMB 10
836,748 836,748 00000000000000000001baa81de260249fcb2f6390f9e22fd812f2e186f4f7de 775 1.00/1.00 vMB 10
836,747 836,747 000000000000000000020ba4564cbc6a69d6df09ce15766f79b7f6ea3c7472b7 2,814 1.00/1.00 vMB 18
836,746 836,746 000000000000000000003007ecbe1b93ca958e0c9262202e2829e2be0006055a 2,318 1.00/1.00 vMB 14
836,745 836,745 0000000000000000000283ffb05bb3b0599a31e5e1dfc624ef97acdc5f1ce503 2,004 1.00/1.00 vMB 12
836,744 836,744 00000000000000000000866d928a0c97632c77c9e2ddd5ca35f756816f96fe5a 1,813 1.00/1.00 vMB 13
836,743 836,743 00000000000000000002f3966debde915c41d2bbf4612fd6be6f19773a6ceaa5 3,553 1.00/1.00 vMB 14
836,742 836,742 000000000000000000023187bb1a4f4af99c36850f4add6329ae3a26848928d3 597 1.00/1.00 vMB 9
836,741 836,741 00000000000000000000ef359cccf4e71a730f05f0c4b541040dd8f2e0dd28dc 3,335 1.00/1.00 vMB 20
836,740 836,740 00000000000000000002e9ed19be4ffa07d0e76d837d5ac7644b129ab5647fa9 396 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.