Loading Tool

Explorer IconExplorer

Memory Pool

87,542 transactions
23.10 vMB
0.06259489 BTC
Random Selection Loading Transactions
Max Size: 157.27/200 MB

Candidate Block

Mining Attempt 595137b3aa5d44ad99117180f7964484038289cd9520b80c64d3829572a8733e
Version 20000000
Previous Block 000000000000000000019b4476420a45227c4c00c3e782152e163690b4dcdf75
Merkle Root 0bfd88551f69686fd34e7e98af0abb8f13c8f46b11f0f08569e1eb3d1dba65b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,502
Size: 1.00 vMB
Total Fees: 0.01081624 BTC
Feerates: 62.00 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,896 (791,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,307 124,307 00000000000033f14f703fe9bd374111bdd469367a05c501906e0b5e6f762ae6 18 0.01/1.00 vMB 117
124,306 124,306 0000000000001b587bc979232d05facf79d48c3717fa45e1fd0b8b192418d12b 14 0.01/1.00 vMB 990
124,305 124,305 00000000000015f73964141b3d0372f09c12ce74fce1f3761e4125a25987533c 16 0.01/1.00 vMB 662
124,304 124,304 00000000000040f4f74821a774176ca78b2d6bcf98f9ff59e29fd907c71eeec5 6 0.00/1.00 vMB 1,002
124,303 124,303 0000000000006a2c6918274b9b2269e8e727e0694e7db989aa5330a483e86d7f 19 0.01/1.00 vMB 375
124,302 124,302 0000000000000a201ad5dabe4a2016bfe791c00e5a5f40f67313d86dce9aa02b 18 0.01/1.00 vMB 270
124,301 124,301 0000000000006810fc135066c6162b18c9ca02605bfcb2a1a85e90c3476c1000 9 0.00/1.00 vMB 0
124,300 124,300 0000000000002f6d2adfdc94dc3bd8cbb3a8baf67f35e9bd16b9c95fea7410e9 1 0.00/1.00 vMB 0
124,299 124,299 00000000000015e1d9717956702d5326dc9fa40e0124696f9cec8bbe06766f96 6 0.00/1.00 vMB 205
124,298 124,298 0000000000005a08dde1c47326d72aee92888e972e0f5e261a9c0b73f4b92bb8 3 0.00/1.00 vMB 939
124,297 124,297 0000000000001b0eaa6cf6c607b39d39bb6e5935c0454b3eb0495d8eef885b30 12 0.01/1.00 vMB 334
124,296 124,296 00000000000043e46b4e86a673389506fb85db0631b9cb07d0c2905e815dbf4e 22 0.01/1.00 vMB 202
124,295 124,295 0000000000002cda09318c1043271a1666d260f3f09ad7ec9ec32b304c721b39 15 0.02/1.00 vMB 419
124,294 124,294 0000000000001c6824547a4f8b5079031b19c7319a8d4b60ab48e01053fc8a32 10 0.00/1.00 vMB 835
124,293 124,293 0000000000001f33c462df55ed3ed539198b35d045f7d93e998586f0fe96bf11 1 0.00/1.00 vMB 0
124,292 124,292 0000000000004ff457efa1d9beca58114bffdfa73f60342c00da07a5b225decb 12 0.00/1.00 vMB 0
124,291 124,291 0000000000004fc141ef6b90a0d3a2943d22e4958de49b2304e03aa5873be276 22 0.02/1.00 vMB 585
124,290 124,290 00000000000043b62efabda937b0b42b8c0dd655e17ee14401bd5a88144007a1 46 0.01/1.00 vMB 2,770
124,289 124,289 0000000000001b5b2a1283d206586b4d134bde199fc90d9fb2db1e0aecf8fb28 11 0.00/1.00 vMB 962
124,288 124,288 00000000000011f3c1d98a5705e3692a314dee92ec630a335140dd55b741f168 9 0.01/1.00 vMB 519
124,287 124,287 0000000000001971f29d2269758310c08d29d2a2a557bf8d0845523bc845b3b2 15 0.01/1.00 vMB 1,346
Previous 10 blocks ↓
Total Size: 783.92 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: 797.36 GB
    • Received: 22.30 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.