Loading Tool

Explorer IconExplorer

Memory Pool

41,808 transactions
30.11 vMB
0.06110798 BTC
Random Selection Loading Transactions
Max Size: 168.64/200 MB

Candidate Block

Mining Attempt 8b3ca441891cf9275a3e8a17a63a27142bff18356342ced041955149bb9044fa
Version 20000000
Previous Block 000000000000000000005f29d764c194cb3f48f2b5d6dc4120d6f86d10957255
Merkle Root f65ab5197b3bbbcd84f90cdf529ee088dea2f18c9e040aa9a4fd6576aebddcc8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.02332464 BTC
Feerates: 77.76 > 2.34 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,813 (78 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,735 940,735 00000000000000000000e64bcdac4876e7b4d2d3b2cacfd516ce7fdc1f054d14 74 0.07/1.00 vMB 1
940,734 940,734 000000000000000000002df6001ea2cc0d49a60a6e8d0c9d80da8f68f8410272 4,589 1.00/1.00 vMB 0
940,733 940,733 00000000000000000001442ee45ffbd1ce8b36a1e3349b1965f9be8841397a6b 4,709 1.00/1.00 vMB 0
940,732 940,732 000000000000000000010691e34615258ad837ff9435a5ebb4384a5b484775ad 4,414 1.00/1.00 vMB 0
940,731 940,731 00000000000000000000c965d8e7b80102c82309b8f1b1b8802394c7d6e55ece 4,169 1.00/1.00 vMB 1
940,730 940,730 000000000000000000014ad23cf034caad8dfdac80250f83c59b30ea602fcc58 1,677 0.93/1.00 vMB 1
940,729 940,729 00000000000000000000bec98836d062389f7bfa7fcd97fa425a796db387784b 1,452 1.00/1.00 vMB 1
940,728 940,728 00000000000000000000a4d35de0a6b62f1692930f42b6650802f8a61d1c1c4e 2,463 1.00/1.00 vMB 0
940,727 940,727 000000000000000000014d7d9f3bf84a39660ea0251fa7ac90b61894a67b7a71 2,480 1.00/1.00 vMB 0
940,726 940,726 000000000000000000018b37226ab4bc41f27b73580673bb0098718fc2bbccf2 109 0.17/1.00 vMB 1
940,725 940,725 0000000000000000000028c92d6ff82cc7b1f2d6814cd50cdd11ce289266e5df 2,015 1.00/1.00 vMB 1
940,724 940,724 000000000000000000007295d30a93c77ace2bc96fa03d3ab515a0b9ac623bef 4,776 1.00/1.00 vMB 1
940,723 940,723 00000000000000000001abdfd904d7f11b5dc0d9d8b411fe2d9cfec392d2a627 4,275 1.00/1.00 vMB 0
940,722 940,722 0000000000000000000187ba023947d0c8802dd7672491c2f789ccfccd8e75cf 994 0.38/1.00 vMB 2
940,721 940,721 000000000000000000013266f6f6e4ed4aff3eef46f81b511431ff9d41b3d405 311 0.12/1.00 vMB 1
940,720 940,720 00000000000000000000a8149e505738b3befe48301e3a032204eb4c7918e29c 4,245 1.00/1.00 vMB 0
940,719 940,719 000000000000000000016b637978862ea9dac9109fe6f9a5034ce61630891178 5,073 1.00/1.00 vMB 0
940,718 940,718 00000000000000000000316bc1ae8f409bb8785c4a7bae3609ac01ba6d40f4b9 3,283 1.00/1.00 vMB 1
940,717 940,717 00000000000000000000e98e3688a39f67f9f71c58b55253b0b9929176a97867 3,583 1.00/1.00 vMB 1
940,716 940,716 00000000000000000000ce9977d256f1557c74e7d342f1ec19b5cae905c91e72 904 0.27/1.00 vMB 2
940,715 940,715 00000000000000000000d05320a23be726cc1bf87a071b2c34bbd530bcd1d36c 4,815 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.20 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: 4,564.68 GB
    • Received: 246.25 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.