Loading Tool

Explorer IconExplorer

Memory Pool

25,837 transactions
11.00 vMB
0.11376505 BTC
Random Selection Loading Transactions
Max Size: 63.69/200 MB

Candidate Block

Mining Attempt 77d97d8ac2bef6bd20a40209b7fa16a8b56f2b4e8188cdcaf02d3fe517dcb665
Version 20000000
Previous Block 00000000000000000000852f3db2660320cb1ab203e2c61fefbe0a1f46e06baf
Merkle Root 5c06e57a307ccd04a9e01a17e1da264e58df7241a5da3bb6e273996bff99cc0e
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.05761369 BTC
Feerates: 2,065.27 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,427 (111,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,853 826,853 00000000000000000002760f154a842b3ee053dad79bea31fa53223e43c26f2b 3,382 1.00/1.00 vMB 49
826,852 826,852 000000000000000000012fd832d3b405397c44355e6f28c63f7af9a39cd1a1df 3,332 1.00/1.00 vMB 47
826,851 826,851 00000000000000000000de0ed4e2695908e3ec084c245b55978fedc3dee9cae5 1,172 1.00/1.00 vMB 35
826,850 826,850 00000000000000000001e807f40cdf83ecdb386e011f76355c677c55d5fbd4af 1,120 1.00/1.00 vMB 36
826,849 826,849 00000000000000000001f01daac8fb46614e6ac04686a73cc38edeb512eb98e4 2,548 1.00/1.00 vMB 41
826,848 826,848 000000000000000000006b8e7e92e4dbfafa608da2a384004f8868937f95a116 1,423 1.00/1.00 vMB 45
826,847 826,847 00000000000000000002b1c9bb26fc1863a9be6c4f4518a9a94d177f66ef86ec 2,599 1.00/1.00 vMB 50
826,846 826,846 000000000000000000024d0d23eff1f6bc9dc9b65046fb18391290866c41261b 1,164 1.00/1.00 vMB 41
826,845 826,845 0000000000000000000380ad38d23c3cafa7f7a980133cf95d4a72c3fc95c06a 2,756 1.00/1.00 vMB 41
826,844 826,844 00000000000000000000de5006020a57dfef5640136eb09c62b65b0860d599f4 2,266 1.00/1.00 vMB 41
826,843 826,843 00000000000000000000b2c0320deb0def974f1c2a3a1de22dbd9f23cc267520 3,642 1.00/1.00 vMB 62
826,842 826,842 00000000000000000002f6afdffdb8ffa753ab8c5356ec131bcbb009c856ae54 3,255 1.00/1.00 vMB 48
826,841 826,841 00000000000000000003e80651c81067c782cc03b7acee94bc9869858da8c0d3 2,286 1.00/1.00 vMB 47
826,840 826,840 00000000000000000000fe38056279dd28600f1b84f589b2e35bed138a42e524 1,948 1.00/1.00 vMB 41
826,839 826,839 00000000000000000003a76a228b4d46d895dee9c0afdbcc0da3bf561d3f16e5 1,715 1.00/1.00 vMB 38
826,838 826,838 00000000000000000002908841006ffc8a8c9023729da19934afc40304831c2e 3,489 1.00/1.00 vMB 45
826,837 826,837 00000000000000000003b8c686c6b5e5b45239dc3970e5a97cd3613a38f4d582 3,140 1.00/1.00 vMB 64
826,836 826,836 00000000000000000002b964518a4289b45c915e79e7c3d36550098b85569873 2,056 1.00/1.00 vMB 41
826,835 826,835 0000000000000000000381b0cb9882ef0995db033ceec1b72f4cea9993e30512 3,257 1.00/1.00 vMB 51
826,834 826,834 00000000000000000001ba3de4c09627d4e2dc235151986259dc6dbf3c4b85f6 3,681 1.00/1.00 vMB 64
826,833 826,833 00000000000000000002649b27162dd0490ce1dd52bf525f0c6d010258d0d418 3,458 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 823.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,106.38 GB
    • Received: 225.91 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.