Loading Tool

Explorer IconExplorer

Memory Pool

72,871 transactions
28.09 vMB
0.06821560 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt f4a35964b6d4790431f02a22b95e21ec0503045c4fbe28c07a6dfdabcab2a6d3
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root fb1e7279e134152986ad03f516a5f04c9e1ab0307bbcc0c4159b6d1885e43a11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01196952 BTC
Feerates: 150.86 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (640,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,453 274,453 0000000000000001c4b3c8bc0d8ada2d134ecf98b33b9eb2cee4c7d7aae5dd56 64 0.03/1.00 vMB 40
274,452 274,452 000000000000000267f0ef1318c67dc76b6a6003930b98c63ea841558ddba6ce 74 0.03/1.00 vMB 47
274,451 274,451 0000000000000001d7c026a223e6de69ca4087dbfc223b0c4565004ff4cbd7ef 198 0.13/1.00 vMB 28
274,450 274,450 0000000000000000a1c82b50bb6fd7d7855b01eba714c6307b474b2e11a7424f 340 0.15/1.00 vMB 57
274,449 274,449 00000000000000033ff69a57312fb1cedacaf03bec45b68c57c5530152bed028 29 0.03/1.00 vMB 27
274,448 274,448 000000000000000180c99d4330fbe8670bd272626ecb963c8e0eaaf64643281a 12 0.00/1.00 vMB 15
274,447 274,447 00000000000000009fdba65f033611f7c59d3a9703ab949797d7fc1c53c7b08e 371 0.18/1.00 vMB 59
274,446 274,446 00000000000000045530d1668fbfb1f12cb8ef683b417cf6347dd104bc346458 36 0.01/1.00 vMB 43
274,445 274,445 0000000000000003fbc682ec9e4be19bdf78538c0dc9016d78d1544f05c225b4 147 0.07/1.00 vMB 40
274,444 274,444 000000000000000208072dcc433acbafb55949a82e0e7ae5f8d9ec2c0e3e3c12 144 0.20/1.00 vMB 14
274,443 274,443 0000000000000002a9220b28742b2b440a6a8a472638da4733fc0968537e8d60 1,100 0.50/1.00 vMB 49
274,442 274,442 000000000000000145575bc9e87964959657230647213d1f64ff664deb6f13ec 711 0.25/1.00 vMB 95
274,441 274,441 0000000000000001f697cc23f7a4398f923b464846bb6545078479c3aabc7f31 138 0.06/1.00 vMB 25
274,440 274,440 000000000000000374b6ecd148693a6b2067d32cc6652abeaca5d2da53c840ee 141 0.07/1.00 vMB 85
274,439 274,439 0000000000000000e4eaef27fdcf9ed3a19eb66bd04e0f5b6cda4ff351bad576 48 0.02/1.00 vMB 47
274,438 274,438 0000000000000002c26f5455c91f2a6b303dc719899f573d360054ef5929b204 370 0.16/1.00 vMB 56
274,437 274,437 0000000000000001616b9ad30b4599d1abab2e3c0a1693d6555c2d791d8ab558 402 0.12/1.00 vMB 45
274,436 274,436 000000000000000397fb45f1ee6fc6b9b1727d463476de3d6cf9b2facaa1c85e 716 0.35/1.00 vMB 48
274,435 274,435 00000000000000043fa4bdb2282d023778d017b6b48ffaa40aacdcc5be9ffab9 225 0.12/1.00 vMB 47
274,434 274,434 000000000000000058c0517af3d4aa9887e92f36b10f3185d10c505d69a84b12 453 0.26/1.00 vMB 55
274,433 274,433 00000000000000040ccccd17a2577eebc67d42a15809a1ab9687b2f54ed7e54c 104 0.05/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.