Loading Tool

Explorer IconExplorer

Memory Pool

72,118 transactions
22.14 vMB
0.09497046 BTC
Random Selection Loading Transactions
Max Size: 141.42/200 MB

Candidate Block

Mining Attempt fdf894a01c394341455e0c1c3f0b0a6f90c1edc416a7ccbdeacdad5e05308d0c
Version 20000000
Previous Block 00000000000000000001022dcee2ce082beec0c3016da867bd81f9881e0507c4
Merkle Root 704089a19c0741fb0da878a3864f52eff2e5313693dc14f2e2faac7387557072
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.03775217 BTC
Feerates: 302.03 > 3.78 > 0.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,762 (910,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,267 5,267 0000000090a0137ad27ad897e5f3d9119007b0aeff4fbec351340a7efdd9fc30 1 0.00/1.00 vMB 0
5,266 5,266 000000006d252aff157b8b6b5212fe6c72e3a2904912a6022c1161dcb329d744 1 0.00/1.00 vMB 0
5,265 5,265 00000000b2f298757e5db43e956f2b13e47c66e908296cc73931dd74de149e18 1 0.00/1.00 vMB 0
5,264 5,264 00000000a8548239874d42f2566c8c9976fb7aa162394c3ff60030d86219f366 1 0.00/1.00 vMB 0
5,263 5,263 00000000d0b88b709f1c6ace8876c77957e6548aeef7311329fdeff1f3dcd814 1 0.00/1.00 vMB 0
5,262 5,262 00000000934e21f27256b447a256208b8f8e0c59a0a1d6193e2c996be33dca6f 1 0.00/1.00 vMB 0
5,261 5,261 00000000d47ee447e9c7b04828803f14fc1a86bf67163b3e3a641e8ecf57ed6e 1 0.00/1.00 vMB 0
5,260 5,260 000000002622aa01985953101c787b85f2c9fc10b6fb50f3723588fca6beeba3 1 0.00/1.00 vMB 0
5,259 5,259 000000005e9e4a56a50b265fced276903d284e6a6f88a346f6113b38c1a35891 1 0.00/1.00 vMB 0
5,258 5,258 00000000498f9d53b09d6b486716a8b79c60e43be439e4520517830fefd6f2d2 1 0.00/1.00 vMB 0
5,257 5,257 00000000ae401b37b65edfe4e2627692d496db9d71ea701d371a24a1b0556128 1 0.00/1.00 vMB 0
5,256 5,256 000000008e5508b05736619c7a9cccfe88b36f7ace69086e1a24c0546854db13 1 0.00/1.00 vMB 0
5,255 5,255 000000004c50f59d25e24bd70e847d45ca0afe75d861e99b4e4a54ea6c4b908a 1 0.00/1.00 vMB 0
5,254 5,254 000000009f234a07cebd1e8d5b193e5e75b6552aaa2701b5a7300344eb873cd0 1 0.00/1.00 vMB 0
5,253 5,253 00000000febe72cd9885d0eeaf388fb0ed120918b518d7fe730a0c228db64acb 1 0.00/1.00 vMB 0
5,252 5,252 00000000fb6963d7ca76bd49ff3e2407add5b96b3fc176cd0f7110adfca4dc5e 1 0.00/1.00 vMB 0
5,251 5,251 00000000978d4dc87fc77895f46fdd7857132863febccb784b8706819ecb4123 1 0.00/1.00 vMB 0
5,250 5,250 00000000e6e89b27af3ea7484fd5c7e277ce12754bec74c2718bf5fedf5058de 1 0.00/1.00 vMB 0
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 1 0.00/1.00 vMB 0
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 1 0.00/1.00 vMB 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.70 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: 778.35 GB
    • Received: 21.31 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.