Loading Tool

Explorer IconExplorer

Memory Pool

45,627 transactions
27.66 vMB
0.07529270 BTC
Random Selection Loading Transactions
Max Size: 144.90/200 MB

Candidate Block

Mining Attempt fb23a4c0c7bee708f81b0378fc40cf151addbe96ec4f4f1f9e2c7779b563ea92
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root ebcdb3f7dd2e145b32932f9a89339c2000c91a0723c13803dbb09d0907c7bb33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,524
Size: 1.00 vMB
Total Fees: 0.01992461 BTC
Feerates: 124.00 > 2.00 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (417,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,207 497,207 000000000000000000b41bd9306ac5f21340f8e704e861695ca0d7274257b852 2,441 1.00/1.00 vMB 119
497,206 497,206 0000000000000000007d121d1798261eb32384467f5e8d89cb9fb6abdf58b978 2,801 1.00/1.00 vMB 159
497,205 497,205 0000000000000000007a9bdc6d222950a03fc8f52be4caa8db2ad8f8f25d5bb1 2,374 1.00/1.00 vMB 161
497,204 497,204 00000000000000000051990bdc65457f6d82f423ff8574d3c0640f706eeb8fc6 1,803 1.00/1.00 vMB 163
497,203 497,203 00000000000000000074358cfbc50039b1d70c0d688607f5dc92bd7b62938dc7 2,315 1.00/1.00 vMB 178
497,202 497,202 000000000000000000b8946762b0e74ccdc475571250768c30f315af0bbd4024 2,251 1.00/1.00 vMB 174
497,201 497,201 000000000000000000cc73d70963408300652c2e232c0c0e2ff01cca54a44b7c 2,190 1.00/1.00 vMB 158
497,200 497,200 000000000000000000a35473f2357689d7208ed127475ba0beb78b94d795b0d0 2,401 1.00/1.00 vMB 171
497,199 497,199 00000000000000000066b2eb7a3fc69c3ce8167e344745606f32e09a3bb6965e 1,689 1.00/1.00 vMB 351
497,198 497,198 00000000000000000013bf9cd154a16c82bb650f06c65c383a02f7d9eead11c3 2,266 1.00/1.00 vMB 256
497,197 497,197 000000000000000000cf29cde3b4ef55a63b0575036b9312512ee192058bc335 1,850 1.00/1.00 vMB 208
497,196 497,196 000000000000000000451d57ac4056bd512daf1358e36577b99eefbebaa3ed0c 694 1.00/1.00 vMB 44
497,195 497,195 000000000000000000084236567a2d9a2057366d5d7ebbff39394402eddfe176 1,486 1.00/1.00 vMB 58
497,194 497,194 0000000000000000003c730f12192b214fb34c31176ab63698a57470a4adf59f 1,571 1.00/1.00 vMB 183
497,193 497,193 0000000000000000005808a1c1d3f1c3ab24ad7969679c6a4cbe5ff88e236b04 2,484 1.00/1.00 vMB 148
497,192 497,192 000000000000000000cfd30765dd34a37e65ceae8afa7ea118e79309233e26d2 1,980 1.00/1.00 vMB 49
497,191 497,191 0000000000000000004cb71ff92ab790747570416798a6449f7ed152c1e169c6 2,354 1.00/1.00 vMB 138
497,190 497,190 00000000000000000074b97ce2f7d2e12cc89175852585cf5160ab1f404eb933 2,050 1.00/1.00 vMB 99
497,189 497,189 0000000000000000007c90466a72d457f3dd2c93aa8fa133364ed11b368ca897 3,021 1.00/1.00 vMB 60
497,188 497,188 00000000000000000007c1f87e93468f037ec639e7e8426348e9201158c54c8e 2,557 1.00/1.00 vMB 91
497,187 497,187 0000000000000000003c0c5c3ad1afb0a36ed04e1e38451a505099fe0de32b6a 2,476 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.