Loading Tool

Explorer IconExplorer

Memory Pool

40,095 transactions
35.41 vMB
0.12270837 BTC
Random Selection Loading Transactions
Max Size: 174.18/200 MB

Candidate Block

Mining Attempt e785456d12d4621923198b3762f844bdb9b6b1bbd98f86dc68573321c17e69da
Version 20000000
Previous Block 00000000000000000001c251bde2990440280bd96252c13f88e2c0c8723e43d5
Merkle Root 1d140750dfdb565243bd814486d4a14f3dd90b8e375c4825f74a7bf5b6311c72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,034
Size: 1.00 vMB
Total Fees: 0.04125915 BTC
Feerates: 101.66 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,313 (825,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,468 88,468 00000000000c28ef45bc8dcaa4e65b1d5f2f5571502779c2ee8813115f649291 1 0.00/1.00 vMB 0
88,467 88,467 000000000010cbb69ef733f178bcb186d5ca37cd89f887cb87f27874f16d56b6 1 0.00/1.00 vMB 0
88,466 88,466 00000000000a9d5853b9d9b933b586f25e4dd99bc8a19c3d237590717028c8ee 1 0.00/1.00 vMB 0
88,465 88,465 0000000000085009371ca38fcf604852136ca2a0f49dca0216a753a403d32358 1 0.00/1.00 vMB 0
88,464 88,464 00000000000c142f33ecc1916dcbe666fc98a31819446c2a02c4467bb0786f40 1 0.00/1.00 vMB 0
88,463 88,463 00000000000360fbc982135ef82fce6da5ddbdadebc78f6c131601d334c5912f 2 0.00/1.00 vMB 0
88,462 88,462 00000000001d3167d6767b092d5edbf71b7fa61887d48209906beb12c0bb3757 2 0.00/1.00 vMB 0
88,461 88,461 0000000000143f9a5b12f9a54de52353f0fd3d682ea027fb376cb600948d252b 1 0.00/1.00 vMB 0
88,460 88,460 000000000004323ced90864c2b5552e2d3de6789e3609daf586620bd0c1fe1bd 1 0.00/1.00 vMB 0
88,459 88,459 00000000000a17509a223a745c2651d96918f50027ab976051c73c40ffdbd64f 3 0.00/1.00 vMB 0
88,458 88,458 00000000001cb548df6c354cf08b6dbeb278f51c9d576f04689240f4e0d91007 2 0.00/1.00 vMB 0
88,457 88,457 000000000004af3f50936c3518733306cfbb3ac5dcf5ee4a2f72a706ee6c7fc3 1 0.00/1.00 vMB 0
88,456 88,456 0000000000110e335508b8f74db1c56afbf219f7351d1423ad3dc0585ab441e0 2 0.00/1.00 vMB 0
88,455 88,455 0000000000035461f446fe94e4b038bbd048d5bc57dd173f85c1c44ac996a5b1 5 0.00/1.00 vMB 0
88,454 88,454 000000000017c80f7fbf04269655b5251ef579c15d71348233b11041c2c40d8e 1 0.00/1.00 vMB 0
88,453 88,453 00000000000c4f8fc9c3ab54ca033187c67430b06c763acd9f55317117e9f3ee 2 0.00/1.00 vMB 0
88,452 88,452 000000000009da2e28fac7719324144af2d7d492a8e012d5e0f96a9ca6f126a7 1 0.00/1.00 vMB 0
88,451 88,451 000000000012d2c2ccab2fbc300ddb5ede875f348a8d3d4e74ec697a01c3ace5 1 0.00/1.00 vMB 0
88,450 88,450 000000000007c8eb39ff46ef21c636c4d53e36683c4dc57ab85e10cf73d3d7ef 1 0.00/1.00 vMB 0
88,449 88,449 0000000000149629e647b9b9320d3ef545b927a4ab00c1ac8b2d15ee0bf37aa3 3 0.00/1.00 vMB 0
88,448 88,448 000000000019ec93b9c78226a5855425b317665819a081f161d0cbf57723a0a9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.15 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: 581.66 GB
    • Received: 9.21 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.