Loading Tool

Explorer IconExplorer

Memory Pool

77,547 transactions
33.69 vMB
0.13872256 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 95be7472f5fc54b7841e17ab5406bb1eb2e82b977d10911db5bcfc0ea778aae1
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 1641c8d7b11ca302c32e33dd61ddeefa06a7641c368ffae1cb5b234e028a6c26
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,340
Size: 1.00 vMB
Total Fees: 0.02841236 BTC
Feerates: 100.53 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (217,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,982 697,982 00000000000000000007541314deb4918322d0e8a092afaa93ed1d00b9f1af68 2,410 1.00/1.00 vMB 25
697,981 697,981 00000000000000000003ac7656d4f23374c7230c618efedaabc277dccc32b3a4 2,598 1.00/1.00 vMB 49
697,980 697,980 0000000000000000000de5c9c79924ccd18e083b1fdb3e0beec2ca6df4ad7fa5 2,569 1.00/1.00 vMB 22
697,979 697,979 0000000000000000000cba93b3b98c01895c2ca01c7a4860ed5d5e7021060376 2,557 1.00/1.00 vMB 38
697,978 697,978 00000000000000000007dd0f1b0b4eadf5ebdb847ff39da82339a69084cf132a 2,106 1.00/1.00 vMB 8
697,977 697,977 00000000000000000000c574508aca1cd63912e68a155fb7b2f0486279114383 2,865 1.00/1.00 vMB 14
697,976 697,976 00000000000000000000204a7a3e83520463d4672c3e1713cb01b465d8eccf02 1,997 1.00/1.00 vMB 5
697,975 697,975 00000000000000000003192b02ae5f055f55f0b9da1b62edaafb2b768634d5d0 2,973 1.00/1.00 vMB 17
697,974 697,974 00000000000000000009b13cffab43dac2adce8aa2d2f70bb5a2255f59442e56 2,246 0.77/1.00 vMB 8
697,973 697,973 000000000000000000098dcd5fce178bce9f5a70fcf1e33631cca8be51bf88f7 2,450 1.00/1.00 vMB 7
697,972 697,972 00000000000000000007a655afbfe57889cdc038b78b96bcd6dc2af7ba5e0ff8 2,750 1.00/1.00 vMB 14
697,971 697,971 00000000000000000003c7838da4bda6e587c66625082a6f99990e640599f9ad 485 0.13/1.00 vMB 2
697,970 697,970 0000000000000000000d8c5600d3c6dd36979cf46e26398bbc3c63d8212c79f9 3,515 1.00/1.00 vMB 12
697,969 697,969 00000000000000000002c33ec7373b0a9f324d607373263b14840d879fbc5690 1,584 0.57/1.00 vMB 9
697,968 697,968 00000000000000000008269a3eb3cf51e99114acfa306e7aef22c0209941d700 88 0.04/1.00 vMB 14
697,967 697,967 00000000000000000007ecc4bf7d94bdb0ca16d95bc0497313bf750489b938a4 1,526 0.65/1.00 vMB 13
697,966 697,966 00000000000000000004339e543cc41836892b65f94f965a0c0586a74b6272d7 1,232 0.84/1.00 vMB 6
697,965 697,965 000000000000000000047f649583eeb2aae2acdbfe2ec675387c005251983b52 470 0.70/1.00 vMB 3
697,964 697,964 00000000000000000006ba57a7d86a3971240215dba2f8dd201e849e3b74bcbf 1,173 0.37/1.00 vMB 11
697,963 697,963 0000000000000000000339a95d7e81deae73473a025c01ea6cfa5f78c7e39f4a 2,231 0.74/1.00 vMB 16
697,962 697,962 0000000000000000000a688cca8b1f6097a93a8fafa786f1ca446fa7c6cd98c9 202 0.08/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.11 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: 733.31 GB
    • Received: 18.54 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.