Loading Tool

Explorer IconExplorer

Memory Pool

84,241 transactions
30.93 vMB
0.09262349 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 9e0dfec71d6fa6e2146f25d7b2fe266d17661c954adbbb7ff1df7ea51bc8989b
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 471b7d6224e63fb1f6e7256c7ee8e843423c2da32adbbcb8714f4d9678adca4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,579
Size: 1.00 vMB
Total Fees: 0.02240186 BTC
Feerates: 402.60 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (391,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,268 524,268 0000000000000000002df32ecd5efa37b2b0994c7c57e770ecc1aa6bc8763800 1,661 0.97/1.00 vMB 20
524,267 524,267 0000000000000000003678a69021c8e0241c93f8510f575db10e3dd66848745b 902 0.61/1.00 vMB 25
524,266 524,266 0000000000000000003118ca689020065b8d8d7e46470470a8b57805b5bb8a84 549 0.25/1.00 vMB 29
524,265 524,265 0000000000000000000d124ccd1624c8706de3467b55df8a638b074f5c72da65 252 0.57/1.00 vMB 3
524,264 524,264 0000000000000000000c6f7ad30481e06ec75661b0ab509985fa8a8995f99ad5 482 1.00/1.00 vMB 2
524,263 524,263 00000000000000000008bc8f15239f5bbdeadb475ee43fb7ea551d22d89d643e 2,650 1.00/1.00 vMB 36
524,262 524,262 0000000000000000000e377cd4083945678ad30c533a8729198bf3b12a8e9315 133 0.11/1.00 vMB 6
524,261 524,261 000000000000000000360b5c4574c0a631d5b1ab6084ac7210456cd71048baf6 1,196 0.98/1.00 vMB 10
524,260 524,260 0000000000000000002a930095bfbd270cdda3a0c5ce859a9a03747f753a6d6b 850 0.30/1.00 vMB 44
524,259 524,259 0000000000000000003133bb4ec181a5c402d449e5a469e6b58633e5735df720 406 0.31/1.00 vMB 12
524,258 524,258 0000000000000000002c782c5ff9f321bb15df9ec697c3710368b764ce76585c 49 0.02/1.00 vMB 8
524,257 524,257 0000000000000000003855d87e04a39b05882836c14a53bb175a4029b2f67eea 192 0.10/1.00 vMB 16
524,256 524,256 0000000000000000001c715296d9be9d0f7aa33ceaaf288ec77651f31e57f1f1 343 0.20/1.00 vMB 38
524,255 524,255 00000000000000000036a99c4a13dd4de558e78933de4774dbbf8dde37a1f397 169 0.05/1.00 vMB 24
524,254 524,254 0000000000000000001b2246f5c82d7b37a3297e1c44661a50c0e5e4083f8569 1,415 0.61/1.00 vMB 33
524,253 524,253 00000000000000000010d0e4fb7732f2d1a30149fcfe3f0fb5d5216691d2296a 870 0.38/1.00 vMB 30
524,252 524,252 0000000000000000001e58e586c09239f34bb5240ae7f643c5e1ef703591d98a 2,033 0.74/1.00 vMB 33
524,251 524,251 00000000000000000029071f17a6bdbfddf45107e6f7d184ffbb1a8a1d82a272 1,683 0.69/1.00 vMB 33
524,250 524,250 00000000000000000014acbef342c86ad5a71bc1d44cd46c540fbb6a99366589 1,793 0.66/1.00 vMB 30
524,249 524,249 0000000000000000001d667402f0172019d7cfbd97d0029f2b6c45c7016a241c 46 0.01/1.00 vMB 46
524,248 524,248 00000000000000000024ace7ba499b2cd7c7302a977221a2a3cb97bd88c0a6a3 20 0.01/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.