Loading Tool

Explorer IconExplorer

Memory Pool

11,919 transactions
19.58 vMB
0.03557863 BTC
Random Selection Loading Transactions
Max Size: 107.15/200 MB

Candidate Block

Mining Attempt 380ad2b5f2320fa5ec0979d04809231a65e2bd115ad5fad4522f20cc15321531
Version 20000000
Previous Block 0000000000000000000192f2b44ec2ca7059a79038e542c56a3d6e4b6e4fb1e1
Merkle Root a0c759bc28833390a5b9684e3f62d338c4989f9e8e5efc5e5c92063e28a826d6
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 2,756
Size: 1.00 vMB
Total Fees: 0.00868663 BTC
Feerates: 150.65 > 0.87 > 0.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 925,327 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
925,327 925,327 0000000000000000000192f2b44ec2ca7059a79038e542c56a3d6e4b6e4fb1e1 1,932 0.54/1.00 vMB 3 ago
925,326 925,326 00000000000000000000df08b0c2c7d0ef26ca9f7535010e23ae3ae6e34bcc95 2,763 1.00/1.00 vMB 2 ago
925,325 925,325 000000000000000000016e6605818e29d98851ceeb14d4b764126bc0208ea49e 327 0.10/1.00 vMB 2 ago
925,324 925,324 000000000000000000007befe276aab7a0e1dd53a987a78de2cdbffeb660d220 1,776 1.00/1.00 vMB 0 ago
925,323 925,323 00000000000000000001750a3fb10145440e62f907d04f3f9dd8de35c37e0426 3,029 1.00/1.00 vMB 1 ago
925,322 925,322 00000000000000000000aa9660948231328e864bb64d3fb23774ff621d10c8d2 3,136 1.00/1.00 vMB 1
925,321 925,321 00000000000000000001674259149e2b2876b9a1339be0cbecc9ef5d4492d183 1,830 0.62/1.00 vMB 2
925,320 925,320 000000000000000000002909763766b406b0518b32d345bef4c91f0bac71b050 2,597 0.87/1.00 vMB 2
925,319 925,319 0000000000000000000029b42da8457c8a2c0ac573d7ac3651853a871b82e8a2 4,004 1.00/1.00 vMB 0
925,318 925,318 000000000000000000010670435ba52be2bcde05e6b9406a6cca52f316458228 3,981 1.00/1.00 vMB 0
925,317 925,317 00000000000000000001a46226ff014ab4d8edc9b52b435dfcaf2698524b3ddc 3,232 1.00/1.00 vMB 2
925,316 925,316 0000000000000000000086998bcd9eb71f30b90841485d485dc3d40e7c3c1d58 3,930 1.00/1.00 vMB 1
925,315 925,315 00000000000000000001beb000c670bfffc828234392e7fe7676477325437289 3,392 1.00/1.00 vMB 2
925,314 925,314 00000000000000000000dcf40f1ee48f84c627f85e338da23a71b4934bef04b1 4,770 1.00/1.00 vMB 0
925,313 925,313 00000000000000000001cb57b3d450f0d24b323c7e9b6eb88e8b2e69add5903d 4,216 1.00/1.00 vMB 0
925,312 925,312 000000000000000000010a04ab802e981d7bd928d45045d05b4ea9ea80c89eb4 4,485 1.00/1.00 vMB 0
925,311 925,311 000000000000000000015fde73ebcf1df512ea2386100ca3653c93f0eb38302d 3,287 1.00/1.00 vMB 1
925,310 925,310 0000000000000000000146c3f291164e8f3619ce362b01e6cea841850754098d 3,389 1.00/1.00 vMB 3
925,309 925,309 000000000000000000019342a3c35904cc70808f2bd6f98b5b8697d13daacbf4 3,199 1.00/1.00 vMB 1
925,308 925,308 0000000000000000000018cb61f56dbeeb66eeed34d0bbf78aad40f377e94c7d 3,820 1.00/1.00 vMB 4
925,307 925,307 000000000000000000019055bac94ea88884f3412f4777810b2d39bad59078a0 3,778 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 800.40 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: 2,441.42 GB
    • Received: 108.16 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.