Loading Tool

Explorer IconExplorer

Memory Pool

82,915 transactions
31.08 vMB
0.09086026 BTC
Random Selection Loading Transactions
Max Size: 190.68/200 MB

Candidate Block

Mining Attempt 76fc4f09b4c9c665c9236709f50d6ca4ac972bec48a3dbce2f759362fd11d006
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root c49d1e5220b3416a8e6a773b5dddb74596d08c7af67626c6dfecdb4740ca403c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.02077892 BTC
Feerates: 301.57 > 2.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (520,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,249 394,249 000000000000000002682a6502a16d0d9fedefe7e691c54f4d5edf40734c6b1d 2,468 0.93/1.00 vMB 52
394,248 394,248 000000000000000002e756c947c992a238bcdddb2a2127086de963df4d71c9ac 25 0.05/1.00 vMB 0
394,247 394,247 0000000000000000065eca96aebf92968383d7ca1b395b4b4ee6562e16e886d3 663 0.93/1.00 vMB 16
394,246 394,246 0000000000000000022d8ce91120f25ee3dad49c38805be13cbe351c0b9737ba 951 0.92/1.00 vMB 19
394,245 394,245 000000000000000003cd581428dc12bf28d1335e6037d6e63494b8535fdb44a7 663 0.47/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.54 GB
    • Received: 16.92 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.