Loading Tool

Explorer IconExplorer

Memory Pool

42,201 transactions
26.50 vMB
0.07525922 BTC
Random Selection Loading Transactions
Max Size: 138.37/200 MB

Candidate Block

Mining Attempt ec4e2b0eaf09f133cd3f758ec0df8363dfe5c69ebc81316bbaa723ea8250832e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root fd92c70ce66f5a6ffbfc91b686a4fd7cb53fd46ced0aabf2931e76c1b10d56c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.02666544 BTC
Feerates: 151.16 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (67,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,261 847,261 0000000000000000000109dcee3651f1ea3b7d95b68739589888582d901a1a48 5,653 1.00/1.00 vMB 37
847,260 847,260 00000000000000000002c58f95c515cbe268e8198fbd208a1d681ced8a7701f4 6,638 1.00/1.00 vMB 30
847,259 847,259 00000000000000000002e169c8db7a003bc229061693f51ae0833fddd2ae71f5 5,243 1.00/1.00 vMB 45
847,258 847,258 0000000000000000000023a42713fb12b21d3cc5d0ff6af255b6b41ba8747344 3,031 1.00/1.00 vMB 68
847,257 847,257 00000000000000000001564c6393d39b57f369c2038515e1d6e477ababb861e1 3,720 1.00/1.00 vMB 22
847,256 847,256 00000000000000000002a81d7a5637819d9eae8e58fac9439533fadf8b9dfc20 4,803 1.00/1.00 vMB 35
847,255 847,255 0000000000000000000309912e675ac86b195a25e7ef8797a705ee991569cabf 6,578 1.00/1.00 vMB 26
847,254 847,254 0000000000000000000024d75c6e6d075c7ea58d41a2b15a7a7f132ffc231501 6,314 1.00/1.00 vMB 37
847,253 847,253 0000000000000000000265429a53ee1eb9ffe39e8cf7c5ee5d586d8a593f3187 5,311 1.00/1.00 vMB 55
847,252 847,252 000000000000000000010f7638000626a2ac92f18a376c53477e94994d47f562 4,894 1.00/1.00 vMB 42
847,251 847,251 0000000000000000000020d87e1d75a8214478fde6d447c4bad181f8438da3f5 5,830 1.00/1.00 vMB 33
847,250 847,250 000000000000000000028e4a64450c8c0249fcfdbe7544f04d8fc84bb0885e35 6,486 1.00/1.00 vMB 24
847,249 847,249 000000000000000000020c2dc3e5cfaa153835425419c09dc3f1d7a2bd15724a 6,041 1.00/1.00 vMB 35
847,248 847,248 00000000000000000001c78e5b6dc78958e655b55552934ada242279b623d410 5,398 1.00/1.00 vMB 40
847,247 847,247 000000000000000000033b3156b881c808c9248111e388586fa48ab69e9fd633 6,123 1.00/1.00 vMB 40
847,246 847,246 000000000000000000006863b2f03a88145eade80be868e0867d8bdb9f1f0b48 5,573 1.00/1.00 vMB 42
847,245 847,245 000000000000000000029872936f6f253cd7013a6c3817d081cd24f247926f20 5,905 1.00/1.00 vMB 41
847,244 847,244 00000000000000000000f3c69d898f81281045c31541c8ced09cd47c3396e67c 5,106 1.00/1.00 vMB 25
847,243 847,243 00000000000000000001a69595208a0036ffe32592cbe9cb6947f80a49d47f7e 6,164 1.00/1.00 vMB 25
847,242 847,242 00000000000000000002c1f10a3510b65404a01f98f3ad6255cb523e9894c558 4,322 1.00/1.00 vMB 56
847,241 847,241 0000000000000000000323cdebdc01ece0b35cbc8eeae4d0960994edf6804714 5,728 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.16 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.26 GB
    • Received: 13.84 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.