Loading Tool

Explorer IconExplorer

Memory Pool

75,468 transactions
28.42 vMB
0.08051542 BTC
Random Selection Loading Transactions
Max Size: 170.87/200 MB

Candidate Block

Mining Attempt 893d890546ae597bbba86443d9452cd435fd97fecf200ee5c14051295ef92dba
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 82657f5288c48f061192037fac1ef589a09319a7a802541a2671f661576102d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,228
Size: 1.00 vMB
Total Fees: 0.01706461 BTC
Feerates: 65.95 > 1.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (521,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,244 394,244 000000000000000005faea4c28c1d484b602ad1519b2ca8352790a834f90a128 1,378 0.93/1.00 vMB 29
394,243 394,243 000000000000000001a88eedd1fcded62744c1d70b4df90e8098137a32b2bfa7 2,665 1.00/1.00 vMB 55
394,242 394,242 0000000000000000059990ba49d3ea969aacc6f00f237d27cef6d95bdc6b6a43 733 0.93/1.00 vMB 16
394,241 394,241 000000000000000009b2dd30ef7d82474e3aba405f89c23cecaf4ba480f059cf 1,167 0.75/1.00 vMB 32
394,240 394,240 000000000000000006a438d5a3ce6e9cae08cfc4db1ccb4618ec294851e2fe09 645 0.91/1.00 vMB 17
394,239 394,239 00000000000000000097f0436f27d4495bacf1ee03020b4f9ef159274232d8e2 1,549 1.00/1.00 vMB 24
394,238 394,238 00000000000000000826ba50fc592ba28fc29e1abae37ec6b4c29a0fe64afed5 2,211 1.00/1.00 vMB 42
394,237 394,237 00000000000000000646b3fcc00fe0d511576ad9bd94b5bd3d50fdcc2b000b0b 2,049 0.75/1.00 vMB 60
394,236 394,236 00000000000000000613523a0a9ed1c744fb36cc62dc45a4ec5b04c516f3a90f 2,345 0.99/1.00 vMB 49
394,235 394,235 000000000000000003bdaccedbb3e716c327cde44857e1fb0fe6635102c9960b 2,330 0.75/1.00 vMB 69
394,234 394,234 0000000000000000022bad4c06341f9fad72585dd45088f3af10617e359a0215 1,469 0.95/1.00 vMB 30
394,233 394,233 0000000000000000087611de23388a2b195b8e7e2020681f813f42cccd8a8f9e 1,324 1.00/1.00 vMB 21
394,232 394,232 000000000000000002cf73836da20724fd0f05fcd46fb6d5cd70f1b1a0fc471a 2,094 0.95/1.00 vMB 43
394,231 394,231 000000000000000007a87a15ae3cea3bb1ac9eecbbe907c513d63be88c178081 1,877 0.99/1.00 vMB 39
394,230 394,230 0000000000000000094d045678d1174fd531a7c99ef6f9a04d95541f92c2c451 2,005 0.95/1.00 vMB 43
394,229 394,229 000000000000000008ede723f235f513bb1fc5e2bda11c42cb4f5f238082c842 2,366 1.00/1.00 vMB 68
394,228 394,228 0000000000000000029c89ecee802d2a15236dde52147257b0e13cc8294cfe0a 1 0.00/1.00 vMB 0
394,227 394,227 0000000000000000022a7986c59e94d94ff6b1c675d080744e78c14c9b6a9b44 1,872 0.95/1.00 vMB 48
394,226 394,226 000000000000000000ea11fb92c9a9748e45789b2e83f0194b7c93a5348e901c 2,473 1.00/1.00 vMB 62
394,225 394,225 000000000000000005c0fd89a4daed27ecf2b16cc01e888294464a3467244b9f 2,034 0.99/1.00 vMB 53
394,224 394,224 0000000000000000071a3fbd58f37dee0bc784682b4bb8bf61bb1df98f0ed94d 2,208 0.95/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.86 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: 712.81 GB
    • Received: 17.22 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.