Loading Tool

Explorer IconExplorer

Memory Pool

44,432 transactions
27.33 vMB
0.09344725 BTC
Random Selection Loading Transactions
Max Size: 144.36/200 MB

Candidate Block

Mining Attempt 6a350ebe3aff498b99d69466666c660730905f113d3b72186ad78a292a24c154
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 318efb743748483dc0542b0e7fe12fb726c3c1a878afcdbaa21bb6b1d4e61a81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.04227213 BTC
Feerates: 101.65 > 4.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (138,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,932 775,932 00000000000000000003ef059761c5575708eebdd2189b1ead8b1dd5923d843e 3,043 1.00/1.00 vMB 33
775,931 775,931 000000000000000000052da67396c80895030e2427e20f1fa5f3e96280882bae 1,777 1.00/1.00 vMB 26
775,930 775,930 0000000000000000000333d265acedd64e126788ce876b46450023bddb4e6a06 2,053 1.00/1.00 vMB 26
775,929 775,929 00000000000000000006155ba10b22cb59f5b11b021c4e3015468c5c895e2cd7 2,124 1.00/1.00 vMB 26
775,928 775,928 00000000000000000005775e0079473a16cdf5b9659009f1d0e84ec518d12835 3,042 1.00/1.00 vMB 22
775,927 775,927 00000000000000000000c9edf9f2a94d58d34304c3882690b17fcb527c50e1ab 2,531 1.00/1.00 vMB 25
775,926 775,926 00000000000000000007258bfdd6ffdf44e9011deefe5c61d58af366a7598128 2,731 1.00/1.00 vMB 34
775,925 775,925 00000000000000000004f34bebf8d94b5203230e013df1aa9014280a8af2187d 3,407 1.00/1.00 vMB 24
775,924 775,924 00000000000000000000e8174c1386898e6fd6f7af1aaed3e368cdc33dda08fe 1,356 1.00/1.00 vMB 25
775,923 775,923 00000000000000000004f5c2a7be2f2e1c2679303c5babded2de93183daa8d4a 2,904 1.00/1.00 vMB 33
775,922 775,922 0000000000000000000228da739306374a82ee5e84cda48cc485b51a0da5295b 2,815 1.00/1.00 vMB 33
775,921 775,921 0000000000000000000708f115cb1b5442f0b4145bcf195bf0dbad01a2899d4e 2,047 1.00/1.00 vMB 30
775,920 775,920 0000000000000000000534ae43b9c781967c416deb775e25d1453bb00cd39b3a 3,089 1.00/1.00 vMB 39
775,919 775,919 0000000000000000000697e76b6261def27371d0920471d80d3a36019a517500 2,741 1.00/1.00 vMB 26
775,918 775,918 00000000000000000000cda07c5f7e149337b72203d56fc2080226b71f21183d 2,417 1.00/1.00 vMB 29
775,917 775,917 000000000000000000004248027f370a1a11907f2e5076ba557983a06a76f164 2,452 1.00/1.00 vMB 22
775,916 775,916 000000000000000000023d7301cf7c64e1a1ca5858b3fc4026e976b428e48582 2,600 1.00/1.00 vMB 26
775,915 775,915 0000000000000000000288ba6d9a2bb147f8425575a1ea7b9d2e4b7ef8bf5abf 1,449 1.00/1.00 vMB 23
775,914 775,914 0000000000000000000549d47f7400b6e1c6ebd181b5f361713a23da234eb3a0 2,508 1.00/1.00 vMB 27
775,913 775,913 00000000000000000001579cc4c171c97ae1524c9a8f2b30f93cdb0660a8ec3f 3,325 1.00/1.00 vMB 35
775,912 775,912 00000000000000000001776b9a30aae2256fd18c554e87f5a8ca41ab2c461420 2,106 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.