Loading Tool

Explorer IconExplorer

Memory Pool

35,992 transactions
28.93 vMB
0.12496292 BTC
Random Selection Loading Transactions
Max Size: 143.98/200 MB

Candidate Block

Mining Attempt 3a31caf65a39addfd2e6bf1908cf927afbaa2602c02781cf6d1b688e0d595d40
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 39248139f04b272b70ec04698d390cf751f1ef9bf26009e9d2cf31d668a07bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.06565714 BTC
Feerates: 208.44 > 6.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (799,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,446 115,446 0000000000000418f2839c0d1c9fab098bba0e95cd9ba59c4de4634871071415 36 0.02/1.00 vMB 832
115,445 115,445 00000000000030eb7515614f4c896b1f93d66fb03bf7cfb756fac0a76fd86285 3 0.00/1.00 vMB 1,206
115,444 115,444 000000000000a360bca7381388b890c02e5bb867b21f7c000117dba4c511553b 11 0.00/1.00 vMB 341
115,443 115,443 0000000000009727007a6ac42fc3fa8274d51b19615713396a1d83f0072352ba 9 0.00/1.00 vMB 1,233
115,442 115,442 000000000000c6c02318cc30f47765ebcb3e21a7383edf0b4024d8b48282afd9 3 0.00/1.00 vMB 379
115,441 115,441 000000000000055a752d4f0d42d7ee3eb9acb899733155be4feaec170bfba3cb 10 0.00/1.00 vMB 0
115,440 115,440 000000000000b5527dcf9b623493c60e3a75c7f532bae7358ad9d9e85c1ecf5c 12 0.00/1.00 vMB 591
115,439 115,439 0000000000009e7b2ebcd79790597a3e025ea2973f78059f5e366dfe6c0de7ad 5 0.00/1.00 vMB 1,052
115,438 115,438 000000000000466c437c0fe02d62d49f12af2e814764f0eb537615fafa6ff0fe 7 0.00/1.00 vMB 1,510
115,437 115,437 00000000000085d649f8433510e374509cdda627b2b78e5683eec8c31554809c 3 0.00/1.00 vMB 4,454
115,436 115,436 0000000000008f1d918fc590bead5bc9d56bfabfc1bf8f7bbfc981666094270a 1 0.00/1.00 vMB 0
115,435 115,435 000000000000e811d1659286cc2dba42980c495ac95c4ed98070278c9bf08144 3 0.00/1.00 vMB 2,070
115,434 115,434 00000000000049718b00446d9763c567eb9bb9e13f30c5a4ca20ba9eb1b6673d 2 0.00/1.00 vMB 0
115,433 115,433 0000000000004658217d56ef689c75b2d19af2c1bf0386ff11e34bdc35ff69f0 1 0.00/1.00 vMB 0
115,432 115,432 0000000000002a2e6fa8ab76d0ce2830f98382bb4fa63a29251104735ca216a2 16 0.01/1.00 vMB 464
115,431 115,431 000000000000402d4d3cc50b70829fdb37ddc5198331375ff50f201c8e056dc9 8 0.00/1.00 vMB 847
115,430 115,430 000000000000b462a74a917f5d4d078dec8de8064f6b274cc5be95b0252ed4ce 1 0.00/1.00 vMB 0
115,429 115,429 000000000000f1a045f6cc0cbdbb040e8657c0732cc98622a2ba108d335bb72a 5 0.00/1.00 vMB 0
115,428 115,428 00000000000030937353b4676fd624cdd679a61cd10b85888b7a0ee016a58b97 7 0.00/1.00 vMB 0
115,427 115,427 0000000000006de8469ff1922874b1c29afeeaa0360f6d25ba3344a1243c9b3a 9 0.00/1.00 vMB 0
115,426 115,426 000000000000cd0343f2e8a79afe498ed47db422c2b4e924422b0aff6fb4226b 17 0.01/1.00 vMB 762
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.94 GB
    • Received: 11.10 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.