Loading Tool

Explorer IconExplorer

Memory Pool

70,367 transactions
22.66 vMB
0.08275927 BTC
Random Selection Loading Transactions
Max Size: 144.38/200 MB

Candidate Block

Mining Attempt 38805cb1b23d7c9a50537522557358a24987f17e8dde94bdc2842c749055d6e3
Version 20000000
Previous Block 00000000000000000000a80b358315c0a315abff0d54ebad37963b677688087d
Merkle Root d78c479b23262007a5f2dc80d79f92430d8ac5e7f06dab31d68720d594ae3fd3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,392
Size: 1.00 vMB
Total Fees: 0.02492240 BTC
Feerates: 120.64 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,667 (832,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,442 83,442 00000000002e05808aad9d3fcc1d925fd5265b7a32200f331f2197c6ae1ba907 2 0.00/1.00 vMB 0
83,441 83,441 0000000000294aafa59f1aa669c762aa5d899200eab739ccf9a27ed0e0cf9d8b 1 0.00/1.00 vMB 0
83,440 83,440 000000000023b5a6d81c3ce200a60ac311faa394818983093ec1475457962793 1 0.00/1.00 vMB 0
83,439 83,439 00000000002451335983d819d757ac3794e0aa45f61491974e78b92f2abf6080 1 0.00/1.00 vMB 0
83,438 83,438 0000000000030f5534d3de8e4cb31be367f4283b66a9e93bbae6ce4518433d19 4 0.00/1.00 vMB 0
83,437 83,437 000000000027119de68841e978b58d56f11471f65f2f135ec9f6568112db08fb 4 0.00/1.00 vMB 0
83,436 83,436 000000000025b52bbca2ea13a3e57737f1e78c158cb00a913151731425c58b9b 5 0.00/1.00 vMB 0
83,435 83,435 00000000002159013929bc3ae3aa58c88456c5e59e99e7fde007349e0bf20ffc 7 0.00/1.00 vMB 0
83,434 83,434 000000000021e8ad66dcae5b5e615386624d20da20be485ff68e19396dbc7eaf 8 0.00/1.00 vMB 0
83,433 83,433 0000000000086cdd7b1362efff578daddf150545666cde0af82c1fb1019846fb 1 0.00/1.00 vMB 0
83,432 83,432 0000000000126acc293fb106f61867ab7a46d2d2f603d1dcc5ef312e904ceff5 1 0.00/1.00 vMB 0
83,431 83,431 000000000017ed34eb06310c23fb24e3750604ab39660c1b6e6cb806638db9a8 2 0.00/1.00 vMB 0
83,430 83,430 0000000000249c0a3dfbe0a2c4f02f80f3de7e8c8a0b6103fdb89e5b8dd072c6 2 0.00/1.00 vMB 0
83,429 83,429 0000000000110461cfa8a775178b55c488473e72bb4536501f89db9d6998e715 6 0.00/1.00 vMB 0
83,428 83,428 0000000000111e7efeb8efc0b06d420c69244dc2097ec30d6effb80a22c5c866 14 0.00/1.00 vMB 0
83,427 83,427 00000000001bdc8c06ce02a96a549c31c20c89a6e3aec1584ec0d98d68074de6 6 0.00/1.00 vMB 0
83,426 83,426 00000000000f66c6293757b9d7f223cb138ca3a18de766bc458be79c5a246fe7 6 0.00/1.00 vMB 0
83,425 83,425 0000000000291ea04b03110bb6d6027100dc837a4259c3a219c6c7bc6e5c8a27 2 0.00/1.00 vMB 0
83,424 83,424 00000000000d53eec0b6a5fcf15584b502ae81ce2ff5c4efd1cdbd880648e020 11 0.00/1.00 vMB 0
83,423 83,423 000000000005f242ecdb0cb2abad0f3de7a6b9ad35bd5fc679bdc6c38303a1c5 9 0.00/1.00 vMB 0
83,422 83,422 0000000000162d01711cff66508681640d75c8b71cd31809deccfc57d2dec3a6 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.96 GB
    • Received: 20.62 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.