Loading Tool

Explorer IconExplorer

Memory Pool

77,692 transactions
28.86 vMB
0.07022131 BTC
Random Selection Loading Transactions
Max Size: 175.08/200 MB

Candidate Block

Mining Attempt 38e067530dcd004bb9b0822d2de365070758bc77dfdcbffae295e02dbd65b2c1
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 2d4abca53c2ea6496bec1a1d001d0f063c7172099aa05406092e02e70df9e2eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,749
Size: 1.00 vMB
Total Fees: 0.01019206 BTC
Feerates: 73.20 > 1.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (467,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,747 447,747 0000000000000000029405d2a4070aaea552c715f8f3718ce0ca128e1ad05413 2,191 1.00/1.00 vMB 80
447,746 447,746 000000000000000001aa2397d5ca70f65207b542c4238aed62a62064b8108554 887 0.46/1.00 vMB 82
447,745 447,745 0000000000000000030818bf011aae19a3046e213c3a4ec1532eb39f8e8b44b2 1,837 0.89/1.00 vMB 58
447,744 447,744 0000000000000000024c12f24f97c3f927da6b7a38cde48689fb974b931ad973 2,453 1.00/1.00 vMB 95
447,743 447,743 000000000000000002534864174c38557fb5ae0da7eb9adcb6680093fc2c2772 2,460 1.00/1.00 vMB 90
447,742 447,742 000000000000000001e11ad1e722b8d9b650e4ab845db871baf395a88a7bbc0e 1,344 0.61/1.00 vMB 79
447,741 447,741 00000000000000000311205a5bdff0fd137caedfd60dd0dc14f04f662231f0b3 108 0.05/1.00 vMB 79
447,740 447,740 0000000000000000000cdab9c8b5145b6dec0a9b84ba46025957a3958a589ed4 370 0.23/1.00 vMB 84
447,739 447,739 000000000000000000cecc50babcb007bd3e06c891d74b68936a9bc1f64584c3 817 0.33/1.00 vMB 81
447,738 447,738 000000000000000001a117780a9fa5901bf8ea25a8c420f6be128f5c90a257af 981 1.00/1.00 vMB 32
447,737 447,737 000000000000000000ff3d50bdf6268dd3007e768bde56c1437daf59d47b08c0 730 1.00/1.00 vMB 31
447,736 447,736 000000000000000001cb636c01df23a33c6c6cec096086234398f95c57c3aa9d 649 0.32/1.00 vMB 83
447,735 447,735 000000000000000002b0b6f51a1502f6a0330a4a42e2b815d23338c286358754 790 0.46/1.00 vMB 59
447,734 447,734 0000000000000000012ed7ce60784fb6aca4d8a2771c2ea73bcc405660875efe 2,476 1.00/1.00 vMB 96
447,733 447,733 00000000000000000333470753445470fa94f025c9f963e55de390d17e2c3859 418 0.27/1.00 vMB 40
447,732 447,732 000000000000000002969a8d584e92d48658443be7e92d6f4d692f833340a3c7 1,338 1.00/1.00 vMB 44
447,731 447,731 00000000000000000021b86a5a2319a870370dea447bdc88b60c915119d2f2fc 2,375 1.00/1.00 vMB 75
447,730 447,730 000000000000000001e97397a2ac89fc676a24920b4eef16f9ae6e39a6c1e604 2,183 1.00/1.00 vMB 83
447,729 447,729 000000000000000001daf0829de21db7f8ab34a8923d747acccf140115b06e0c 2,583 1.00/1.00 vMB 99
447,728 447,728 00000000000000000126f03faabcccf0c6d9f2c6d2f16ebed06b34c12a6a7fcf 2,493 1.00/1.00 vMB 94
447,727 447,727 000000000000000001af24cb7c6eeebf7500e4d8fb16cf3f7dda40ab0f2130b6 1,579 0.96/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.57 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: 671.01 GB
    • Received: 15.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.