Loading Tool

Explorer IconExplorer

Memory Pool

81,036 transactions
29.54 vMB
0.10410500 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 0702d01267765b9d8a1542ae8de0d8d46f1a5b9a9b751ed4f969f6a26b735d5c
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 3c5d92426ba5117f47b58601c66af064ee354eb40014675822408ad764bd7485
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,183
Size: 1.00 vMB
Total Fees: 0.04193844 BTC
Feerates: 201.05 > 4.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (483,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,497 431,497 000000000000000001b8f0c79b87a2532528b56f5041588483e54123ecbddff7 1,642 0.65/1.00 vMB 57
431,496 431,496 00000000000000000475e147f5ec98857ffd21fa2af3f49be2f24f56b3726066 1,516 0.99/1.00 vMB 37
431,495 431,495 000000000000000002f27460c4fb28e4b00410cac8ab2875e67c527644d7aa9a 1,083 0.99/1.00 vMB 26
431,494 431,494 000000000000000003bcc46badb36b0ddce45ca5eccfd28e05ef315081a9cb95 2,195 1.00/1.00 vMB 45
431,493 431,493 000000000000000003c9418f86bc6d20d3a0568c499a20875e2908c6893824d6 934 0.37/1.00 vMB 59
431,492 431,492 000000000000000004123efad1168c6eb4279972858932724da750d210dd8bf6 1,643 0.66/1.00 vMB 55
431,491 431,491 000000000000000000e912b4c4f8d6416db353b2164a464025d59850ed0e315f 1,341 0.61/1.00 vMB 56
431,490 431,490 000000000000000003317989dc1aea367aff679a129d8b565e4ebe90cbaa8d9a 849 0.32/1.00 vMB 61
431,489 431,489 000000000000000003f296433afc7b9d9fe909cd8f3b0f3cba2a7d2b8fb83864 1,030 0.46/1.00 vMB 56
431,488 431,488 00000000000000000341841c9857511e4447916516a7aff1fa7c3b10f763499b 42 0.01/1.00 vMB 71
431,487 431,487 000000000000000003414fe8d9ee2aa87a1a09529f29853ae7b7523a9ab23397 1,363 0.66/1.00 vMB 39
431,486 431,486 00000000000000000443ff3a1f88254d20e5582bd87600a4349b88d0e6da7072 2,841 1.00/1.00 vMB 69
431,485 431,485 0000000000000000033d8017a80851f5ada85076bae3d138fce1f6aaa17cfd34 786 0.33/1.00 vMB 57
431,484 431,484 000000000000000001c3ee16cf1ef664ef6999bee577f0613ecd2050e016e30f 1,362 0.65/1.00 vMB 53
431,483 431,483 00000000000000000025dd744e2de8c21adbe6b597cf7a698443f64a2140e1f8 1,414 0.61/1.00 vMB 57
431,482 431,482 00000000000000000214bf5fc2f3eee0295f7c7070fa9cceea2c0d24dd5042c4 1,083 0.52/1.00 vMB 62
431,481 431,481 000000000000000002bb7f45631f699ac6d0be01e718d6481f9b0f8a2ac040e6 1,399 0.67/1.00 vMB 51
431,480 431,480 000000000000000001b7e0c0efc49bd1b58e4c0d4484d205bb1782ab01a728c6 221 0.27/1.00 vMB 20
431,479 431,479 000000000000000003d6b4ecb7e506121851392e6885f4d58f545ea93f30f9f7 1,103 0.74/1.00 vMB 30
431,478 431,478 0000000000000000033e004ebb6830f3f06c0021b241d223c45924d2b8d35f49 3,002 1.00/1.00 vMB 75
431,477 431,477 0000000000000000040ebd054f71bdc5e505a5d9fec0020bf08bed37ce9aa551 2,490 0.99/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.