Loading Tool

Explorer IconExplorer

Memory Pool

27,386 transactions
12.28 vMB
0.04558448 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.85/200 MB

Candidate Block

Mining Attempt 89349836ddc8304cebbb6fb304db08cdfd8831a36d2c5207204ef09ebefd762f
Version 20000000
Previous Block 0000000000000000000171fc68c11b773c05d40d10f677dabe3013578fd69117
Merkle Root ee95b3255554c35dac115f779d7589395a1047107b4421ec196b63ca2892f63b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 0.99798675 1.00 vMB
Total Fees: 0.02465076 BTC
Feerates: 301.60 > 2.47 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,772 (652,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,821 260,821 000000000000001cd1e34281f1b305c205ce33e6479f37b2fc185feb1e50f6ab 169 0.07/1.00 vMB 101
260,820 260,820 00000000000000078e20e768fc39c316a0b111bdab3709fe72592e96c28ff1c0 179 0.08/1.00 vMB 104
260,819 260,819 000000000000000a39d8c7f39696caa3570c18aae3a47e663f4570f1bad03543 165 0.15/1.00 vMB 39
260,818 260,818 000000000000000aab96934472476e612b00ec1e5af227d9e533212262c9682a 64 0.03/1.00 vMB 58
260,817 260,817 0000000000000006290ab8dad5fde2ecaf6e75da6d42cbdf09b9495fe6e9a590 321 0.15/1.00 vMB 100
260,816 260,816 000000000000000f9bc478deae6a3d56a0e88fdcc3fe0ec09761c29429597b2c 380 0.16/1.00 vMB 104
260,815 260,815 000000000000000d3508b9a5dccf75502c970d1112dd5b6f7349625e36bd885b 781 0.32/1.00 vMB 87
260,814 260,814 0000000000000007e4fe2459231621bcd6dc26f207e0f6915c685396251c17ab 273 0.13/1.00 vMB 98
260,813 260,813 00000000000000192f05e5305384325b418c5455631027e8c627f2a885c6c341 289 0.14/1.00 vMB 82
260,812 260,812 00000000000000168b48e1c951171bb8a111fefa6d3150d102e9749e0af0be73 636 0.28/1.00 vMB 110
260,811 260,811 000000000000000860e7c5d618f3d9eef131acfd60e8b1e024bcf05501f7c775 282 0.24/1.00 vMB 77
260,810 260,810 0000000000000019b701cbc5b319ade4819974e52970d20cddc237201302e3dd 29 0.01/1.00 vMB 102
260,809 260,809 00000000000000032d1cea8ef3e8875fb8d095e56189d7c5325684d1b390c4af 128 0.15/1.00 vMB 31
260,808 260,808 000000000000000497e3e6256ac763af86d73376bd8fdd275df4394cea2b94c1 345 0.15/1.00 vMB 106
260,807 260,807 000000000000001cc0b20c4f52c99723f8cf3eef0f866f84a9b2d6cb5abe14de 318 0.14/1.00 vMB 128
260,806 260,806 000000000000001770db8a208a473f23021abc8db4360ca1688084b192c2e434 258 0.10/1.00 vMB 141
260,805 260,805 0000000000000013303dc82d191f0a24ad0e9c0d4ce5cb9d0820dfdd6d9909fb 553 0.25/1.00 vMB 2,805
260,804 260,804 0000000000000013bdffcb4a6d7c31d3cf02f0c2f98e59aecebcc50f19a8340c 73 0.03/1.00 vMB 128
260,803 260,803 00000000000000006f61b55901faa54489ddb209cf674a4d50066ce19bab7e50 147 0.08/1.00 vMB 26
260,802 260,802 0000000000000016a7cf11627d1a9b4be973c543d2814d9d72bae3ecc1da71d8 765 0.35/1.00 vMB 112
260,801 260,801 00000000000000057df55508ed884df487f546fd113862c2dcdcc2435cce6be5 296 0.16/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 780.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 506.92 GB
    • Received: 4.13 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.