Loading Tool

Explorer IconExplorer

Memory Pool

80,118 transactions
29.69 vMB
0.07214541 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt a9e78a99c9dcc5869c16ed13fac0f55c7dd231e7a6a33733c76a1f94f445bd40
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 0c522cdf3ed7260cb7f9b7a72aad46753e251e7705a2e2a8c412bd3b925faa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,772
Size: 1.00 vMB
Total Fees: 0.01161933 BTC
Feerates: 147.04 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (523,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,691 391,691 00000000000000000923a0d9109b1d8ed6e54a72ab888f016ffb180c450a23b4 936 0.51/1.00 vMB 33
391,690 391,690 000000000000000006212148346352538394a34d47f58aaa53da0f1f88865f36 1,557 0.70/1.00 vMB 36
391,689 391,689 0000000000000000024de31dbe9aa4e6e92becf6c8cfada727ac25083ca0e386 771 0.33/1.00 vMB 33
391,688 391,688 000000000000000004317f8f8345922c3db912e4720024855de56b81f14a303c 533 0.35/1.00 vMB 22
391,687 391,687 000000000000000003487c0e0dbe7d14d5009b8dc8c28dc8d99b8fd37a1ccb33 1,124 0.62/1.00 vMB 29
391,686 391,686 000000000000000006765800f3918adfd7e3259799fa762e27affaff9a37a605 2,383 0.95/1.00 vMB 37
391,685 391,685 00000000000000000a8f4ff5e628549bf05880fd2602bdf5d9529ba7d0c1748e 610 0.33/1.00 vMB 33
391,684 391,684 0000000000000000081390cbec1a4d1bff73f0a2ebef9511f865c338b7932e56 912 0.66/1.00 vMB 23
391,683 391,683 0000000000000000079600ef19c1073f7c33698ae2d4b1352ad35b6f487f2e8a 1,031 0.76/1.00 vMB 34
391,682 391,682 00000000000000000a8fa56eb1ce05141dd79240293aa97913e9d48aa5af5b77 429 0.34/1.00 vMB 20
391,681 391,681 0000000000000000095cd9367c3eef953f7726ae29f301821416fc5e7d6f660f 1,376 0.75/1.00 vMB 29
391,680 391,680 0000000000000000064ffa76f970d3448356030a540f613134c21a18f5f20b17 1,542 0.93/1.00 vMB 39
391,679 391,679 0000000000000000030f75fda45d811ab17ca12d7b7611a423f50b3a69c84ce7 861 0.46/1.00 vMB 31
391,678 391,678 00000000000000000402c19e06523c5ba411fa867963a8232e29a51b7b27be0d 364 0.26/1.00 vMB 25
391,677 391,677 000000000000000006fabacc45e8dd35730c72d7c022049e4836836dde4baa2b 1,031 0.71/1.00 vMB 26
391,676 391,676 00000000000000000791eb3266bd014ecbd7baa50b77e4116ce330b9f77d4f1f 355 0.25/1.00 vMB 24
391,675 391,675 000000000000000006846bf384d6b04778c284a4a2a11f777b964d8b31058745 578 0.38/1.00 vMB 25
391,674 391,674 00000000000000000a4453ba7c6a20cfeec9abf4331afd0959704c666aafd01d 627 0.39/1.00 vMB 26
391,673 391,673 000000000000000001bb81e800d1ff1b8597cf1c6f9a74492f22f99e2d84d74a 1,286 0.95/1.00 vMB 29
391,672 391,672 000000000000000006b438dcd26bb0ba80321366e178e14119fbcf58beae33b5 256 0.18/1.00 vMB 21
391,671 391,671 000000000000000001a68e39354559df95eac3c7f20203304e20425a98f556db 1,080 0.53/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.