Loading Tool

Explorer IconExplorer

Memory Pool

80,871 transactions
34.78 vMB
0.18334121 BTC
Random Selection Loading Transactions
Max Size: 194.77/200 MB

Candidate Block

Mining Attempt 081f39104ad742eea4b1521085a2cf6f81102c3694147d429494550554fe0d1d
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root bf0a1de811c732e55a4251959353aa698ee727f211197017ac86f29a55dc6bf3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.05161416 BTC
Feerates: 189.28 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (840,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,242 75,242 0000000000126edd20a7ebfb19e1ae1a9f848eafbf8b53a348e36acf2cc06a62 2 0.00/1.00 vMB 0
75,241 75,241 0000000000439ecd134e6f911ae252150baf99b199f6fe4dc48b30f750ac9e12 2 0.00/1.00 vMB 0
75,240 75,240 000000000061a8060a92d6aba2658043a009e30d71123016e13b2786954f7d98 3 0.00/1.00 vMB 0
75,239 75,239 000000000039e982df7b9b7e8cc573fab7b94ea0eb3bae2274e470e395f332a7 2 0.00/1.00 vMB 0
75,238 75,238 000000000030e49cba4b1d16903ae5318cac6e6471ae483b6eef90ab45ab31a3 2 0.00/1.00 vMB 0
75,237 75,237 0000000000604d9c88c1df2abedab2e33795c37225e846c17680e2090a8e6536 1 0.00/1.00 vMB 0
75,236 75,236 0000000000383480f81d85b1be8b827a7c0a6e7b8eb703c9e8a4022eff4892cd 1 0.00/1.00 vMB 0
75,235 75,235 0000000000024c00810a3af80c8e5e4019c4f8966cde7a0fa36a94df7fb54a9c 1 0.00/1.00 vMB 0
75,234 75,234 000000000077b16e2d7679c8344937fabf719bd4baf164afd8b89f7834c1266c 1 0.00/1.00 vMB 0
75,233 75,233 00000000007685612c341f2b3a45245ea9eb54e9a920ea34ac525ba9f18816d7 2 0.00/1.00 vMB 0
75,232 75,232 00000000007e1dd49726468641264a5d69b0b443d020742926f3e3f1d6a65700 1 0.00/1.00 vMB 0
75,231 75,231 0000000000630121e8475221ddcace1b8682c30d2b29cecd0211b7fb0758479c 3 0.00/1.00 vMB 0
75,230 75,230 000000000055a03cd83b0aa59441a1697d3123639f3e7f9077be1d3799715af6 17 0.01/1.00 vMB 0
75,229 75,229 0000000000247108da470e27fd6315ab74b480c377d6efaa8fafae45a14250a3 1 0.00/1.00 vMB 0
75,228 75,228 00000000000c894f5a24713b4eed8ed6545440cac70bc9e8976e26108ccd0fba 1 0.00/1.00 vMB 0
75,227 75,227 00000000000debbbf392a5d349550b79e2a990029456dd1392efcd0d31f3bb45 2 0.00/1.00 vMB 0
75,226 75,226 000000000011a1dafb678d5e370cdb7f973c147b6c4065adf0f379b716313ec0 1 0.00/1.00 vMB 0
75,225 75,225 00000000003630688139e8dc78de41bd9d4a5919e18b99e726f4caed85898716 5 0.00/1.00 vMB 0
75,224 75,224 00000000007e9372db6032d352823375e098695f95e2b245079089c8642d068a 7 0.00/1.00 vMB 0
75,223 75,223 0000000000755ea3921099566c5ca344b1b368a141b757ebceb5957700bfb4d0 3 0.00/1.00 vMB 0
75,222 75,222 000000000053229629ae04ac14b16b7de43748403baa5157f0a1a7005bc13068 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 734.22 GB
    • Received: 18.55 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.