Loading Tool

Explorer IconExplorer

Memory Pool

68,320 transactions
26.03 vMB
0.06411467 BTC
Random Selection Loading Transactions
Max Size: 156.84/200 MB

Candidate Block

Mining Attempt ac0648d7fb5d6021940ac3193ec8e4edd95d46a8ea77dabedbf0d9e4073d9e66
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root fc0e282e1f3dec133b256496ba910527957de3284dc552c36f71a562d2e99d05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.00897358 BTC
Feerates: 40.21 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (645,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,342 270,342 0000000000000000d654fe86e5e80abb4fa58d9b35f20087c17bfa259d3b8961 1,230 0.50/1.00 vMB 40
270,341 270,341 000000000000000021748556e4640de31bdfe0a3b77aedb8cd54eb83fc8bb223 402 0.25/1.00 vMB 152
270,340 270,340 0000000000000001c3b76d4cbf5e42cd1344b5771ca4fe2277dfc9e120824dd4 540 0.20/1.00 vMB 95
270,339 270,339 00000000000000048b969ebf9c499cd633245e5e5837d61ecf19d691a5dc243b 716 0.25/1.00 vMB 102
270,338 270,338 0000000000000002f2dfaa6289039218cabb67ecca0ddb6716b93e4f7accab92 501 0.25/1.00 vMB 38
270,337 270,337 00000000000000046e43cffb17fd113454a9dc0b0e09d6acf781cf343b883ff4 554 0.67/1.00 vMB 21
270,336 270,336 0000000000000001006cf86599963244d8a6d2a8d80bab6bc882129955aa6a8d 706 0.25/1.00 vMB 143
270,335 270,335 00000000000000052872b3cccbfd85acce5b0c6f292c09f2a389d4ffd69881d7 714 0.25/1.00 vMB 106
270,334 270,334 00000000000000038445fd9ba749d1867c3613c83a093b498427bde42971ed2b 699 0.50/1.00 vMB 26
270,333 270,333 0000000000000006f682d6b69058c90da891e17e9761ae0cd48a8c9ea1977651 1,032 0.50/1.00 vMB 23
270,332 270,332 000000000000000270f6f9bf9cb7ac9290f60d474181889eb385a21bbede4458 1,537 0.50/1.00 vMB 178
270,331 270,331 00000000000000048b2fd66ba5d23057d8146ba3a79f6cc7014efb85460e1eb4 306 0.28/1.00 vMB 30
270,330 270,330 00000000000000035552f319105992a29b5cda8e1cb78b51c64ed11c9c77e743 644 0.25/1.00 vMB 111
270,329 270,329 0000000000000000d6f97ecbbb321fd2e9acf1424e9d1fe7698344f7e0aaf2a7 351 0.22/1.00 vMB 63
270,328 270,328 0000000000000006cb6c1ee89c90c793d6c4160b90f8fd668d1b8554d6eaabc6 1,265 0.50/1.00 vMB 69
270,327 270,327 0000000000000004e4fc122d0f1a77db5249b5551fba53d3d9c3a174a7925418 852 0.67/1.00 vMB 39
270,326 270,326 0000000000000004bd1b1178ec603bf3946c317f34cf19631de1789a3a451fe0 818 0.50/1.00 vMB 21
270,325 270,325 000000000000000458fc17db3f709f38cfd5de5d551075f01f0dc6f2dec905e7 1,476 0.50/1.00 vMB 68
270,324 270,324 0000000000000004ddb0badcd1b8e82761fec609dd82a2a8de162c27aab29a15 587 0.25/1.00 vMB 204
270,323 270,323 0000000000000006abc36ee38f851c444ccec7ec717018cb4052e7da9e96beb1 31 0.03/1.00 vMB 31
270,322 270,322 0000000000000005bced13a8bec39f8c8118f17fbb9f11a457ed7cd4f22add75 621 0.50/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.