Loading Tool

Explorer IconExplorer

Memory Pool

41,905 transactions
26.52 vMB
0.06014537 BTC
Random Selection Loading Transactions
Max Size: 138.55/200 MB

Candidate Block

Mining Attempt 3acdc35f0ffe79d8e53655ce6a8b1fd02afba2580cee71e3a5ea6a7d66d72f6d
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (75,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,375 839,375 000000000000000000025a1ced0c57b00cd7097afbb2b9eade80dea188b25dba 3,524 1.00/1.00 vMB 134
839,374 839,374 000000000000000000021bc3dc8c855ad4e547baa4c00ad32ccc1837d0da6f87 3,237 1.00/1.00 vMB 152
839,373 839,373 00000000000000000002cf2ede6df6831f2cd8a21da009c2dcfc3c0caa7dbfbb 3,924 1.00/1.00 vMB 165
839,372 839,372 00000000000000000002c59d2df65e91160ed10cbac19849cb8b63e6ff5ed8fd 3,847 1.00/1.00 vMB 182
839,371 839,371 000000000000000000017903842f4d9062d2400b2e5eaf828ae13030c4f6ed4e 3,622 1.00/1.00 vMB 189
839,370 839,370 0000000000000000000013ac5df98cbfe2ab0c7a14972b7593f0f72066004cde 3,066 1.00/1.00 vMB 128
839,369 839,369 00000000000000000002f1c7770955748d95969f83cba2a1cd36704306b6399f 2,931 1.00/1.00 vMB 145
839,368 839,368 00000000000000000001b16c81841e93520cc0cbf663f1ed0315ba81b6997538 2,930 1.00/1.00 vMB 135
839,367 839,367 0000000000000000000150325b352c0498bd6b75f56e03974697bc507bdece07 3,085 1.00/1.00 vMB 138
839,366 839,366 00000000000000000000143e2b76547b5979e2c1f8626efc421dec7c4e655664 3,243 1.00/1.00 vMB 145
839,365 839,365 00000000000000000001f8354b548396852d255d80e4ce3880e85a537a20fd4f 3,197 1.00/1.00 vMB 134
839,364 839,364 0000000000000000000129a95cda0bcb6e656e7b4a045f853bf19291a6e17980 3,108 1.00/1.00 vMB 150
839,363 839,363 00000000000000000001de12cd0a553134e5e83b29244ad09feb1496aa6b3f36 3,388 1.00/1.00 vMB 160
839,362 839,362 0000000000000000000239e7c785f3b30bf19eafffba6313715cab4fa2c48e86 3,753 1.00/1.00 vMB 170
839,361 839,361 00000000000000000000773eecd1cb6252aaaadad4ee95e00963f4414c12542a 3,564 1.00/1.00 vMB 123
839,360 839,360 0000000000000000000183cdf42b03c0e40176e7b8495aebc24d7342219d8d84 3,512 1.00/1.00 vMB 131
839,359 839,359 00000000000000000002e44f19dd688c1498778018881163a40e8fd4602fbb32 3,608 1.00/1.00 vMB 161
839,358 839,358 0000000000000000000274441def58fee29e6dd0175802791734b0c3d658ce60 3,533 1.00/1.00 vMB 139
839,357 839,357 000000000000000000013d5e43d5b8c5af3ded375738eb2d7f278c624500d494 3,316 1.00/1.00 vMB 139
839,356 839,356 000000000000000000023da8545e12f983bfecdeec13788f027283c17230f587 3,481 1.00/1.00 vMB 153
839,355 839,355 00000000000000000000cd05de04d21953323d0b4cb4d6e8fbacc0b26db69821 3,590 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.