Loading Tool

Explorer IconExplorer

Memory Pool

46,107 transactions
30.57 vMB
0.09728285 BTC
Random Selection Loading Transactions
Max Size: 157.20/200 MB

Candidate Block

Mining Attempt a16a17653e318b5f2afa78ad0d11578518ab976003ee132ccfaa0018ff11fcf3
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 3c42cbe8edf55e035e742c483e53ef0cb84a98cddfc247086c17719c06ea5fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.03084048 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (737,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,388 177,388 0000000000000275cf7cf543a1eda0dcb0d78ec8a1cceb11a202d98e6e6a2dd3 60 0.03/1.00 vMB 157
177,387 177,387 0000000000000724d677de7b5ed3ac5cd21f89fcd7daa78853b90b5f1a7a7ff2 69 0.06/1.00 vMB 77
177,386 177,386 000000000000048c374fe4643c1a25da3095564b65d4042a3b2fbec0b009c464 47 0.02/1.00 vMB 100
177,385 177,385 0000000000000385b60eb60dfcc180af2c51c34aea16aeeaa86f86fb4446e4a3 25 0.01/1.00 vMB 593
177,384 177,384 00000000000005ec20e252e7296e11831b8be95907ca8881028cb0d593fcdc96 64 0.03/1.00 vMB 16
177,383 177,383 000000000000043f0940f1507e371d1c80c29c3cb3cfefbb7c236f1e352bca62 122 0.06/1.00 vMB 1,926
177,382 177,382 000000000000028f4a115fc46bed22b1cdfea164840aa949298ac1d5a935cc7a 29 0.01/1.00 vMB 142
177,381 177,381 000000000000086695cf248398b73e6cf2c8ae4ad61b70122bde885cfe23bc57 46 0.02/1.00 vMB 127
177,380 177,380 000000000000064b52b9f6aad7f38f7eb3eb5888d208a1b8b41f69449b2c6051 19 0.04/1.00 vMB 59
177,379 177,379 000000000000042ea71186059aba3a9baddd8aa9519ff3d8c0100aa46f83457e 166 0.05/1.00 vMB 50
177,378 177,378 00000000000001037295f55f79c7fa1f77af20d99703bbf66e71cd6207aa4165 28 0.02/1.00 vMB 25
177,377 177,377 00000000000001e1fb1b05ab8a6f931f3b1d2af051189057783fe6d89153766b 82 0.09/1.00 vMB 58
177,376 177,376 00000000000004b57f0ef0c993d75e1dc4b7d88ad7f0f1c7d1415f3fc3d39817 66 0.06/1.00 vMB 556
177,375 177,375 000000000000021e29feeaee09b6f9c47fb64135c7d70e7571367ff854c6d435 56 0.03/1.00 vMB 191
177,374 177,374 00000000000007cac71897d2565ae7e51391c8fb445218a4c16ca2b1a0f956ee 91 0.09/1.00 vMB 67
177,373 177,373 000000000000070e283057f45b2e79b837c8aa2daa301db75b12e00f1b8f3543 36 0.02/1.00 vMB 5,040
177,372 177,372 0000000000000a8358b86bf92a4a01ce41dfd2492e3e09a9c13ed731f4002b2b 62 0.03/1.00 vMB 225
177,371 177,371 00000000000008dcc1f389fd4f778479641d54984b5ec4382940051629489d75 167 0.05/1.00 vMB 35
177,370 177,370 00000000000001eccbe97306de13d5e571557c28e0f16213130d01ffeff91420 17 0.01/1.00 vMB 172
177,369 177,369 000000000000098084d721341d6b41cea74c2f3ca36e4f9bda03c323824d5a4c 104 0.04/1.00 vMB 173
177,368 177,368 000000000000025f2af4d44fecf393605831bb7682a037ca5cde1e43681ed0fc 21 0.04/1.00 vMB 779
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.