Loading Tool

Explorer IconExplorer

Memory Pool

45,844 transactions
27.72 vMB
0.08020941 BTC
Random Selection Loading Transactions
Max Size: 146.54/200 MB

Candidate Block

Mining Attempt 63cb884222df8da92c4ac72012b43165e66cc7e9e99606295fb25fccc93e19be
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 53fce7fa71aa86f29cb26ea698bfcabb90822e4409d4e50ead7f0bed6601d332
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.02725341 BTC
Feerates: 192.02 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (449,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,567 465,567 000000000000000000c5a1cd903d4385d6c95b97ec51d4167b05c6100f50b934 1,693 1.00/1.00 vMB 172
465,566 465,566 000000000000000001e8950653ebe42187f2ae65348ab0fc05e90d36c0183687 2,201 1.00/1.00 vMB 216
465,565 465,565 0000000000000000018b7c793c552b241cc0f2b20490aec3b445d67a142a853f 2,153 1.00/1.00 vMB 147
465,564 465,564 000000000000000001cc3642f35ac3525d7e3dead581aaebe65e095da486d726 1,571 1.00/1.00 vMB 144
465,563 465,563 0000000000000000006d4aabf28bbfd00652fd13e7553c85077cb7f8a9774785 2,339 1.00/1.00 vMB 132
465,562 465,562 0000000000000000001d528c8269c5d9426dc15c29e724279672a823ba748e2c 1,305 1.00/1.00 vMB 118
465,561 465,561 000000000000000000feae1953ae5f8c8c3bb580a0711134b19c32a845b622e3 1,781 1.00/1.00 vMB 128
465,560 465,560 0000000000000000002a4963c6052b0c2f8efd781586a1177427cd5a618d1c4f 1,777 1.00/1.00 vMB 152
465,559 465,559 000000000000000000fb35f1b8c691936d96fefcf4a730c08ed6993a9bd56801 1,415 1.00/1.00 vMB 200
465,558 465,558 000000000000000001431e2406558583dbfff1e84e7e0f230bf3154cd82103c3 2,025 1.00/1.00 vMB 214
465,557 465,557 000000000000000001eee89826d8dd706b7da452bf9d0cbb6b6638c120c082a0 1,971 1.00/1.00 vMB 148
465,556 465,556 000000000000000000b4b5453bcbdbfe8c2b2ce9c0aa71bbb2e12d3674f27778 1,906 1.00/1.00 vMB 176
465,555 465,555 00000000000000000045167cf87a495400af1762aeb01b5093c615f04aa1aae4 2,148 1.00/1.00 vMB 206
465,554 465,554 000000000000000001356cd96c5599e73825fbaf04369fb663924e594e078f6c 1,126 1.00/1.00 vMB 141
465,553 465,553 000000000000000002027cb52b948ef275e64add280ae6f8aea7b97ea3372487 2,197 1.00/1.00 vMB 141
465,552 465,552 0000000000000000010668ad84b8a4f4cc88be7b71b7a3f68f267b07434452bc 2,255 1.00/1.00 vMB 224
465,551 465,551 000000000000000001a437a9a730f1684b4facffc997171487f6204c1bb424e9 690 1.00/1.00 vMB 121
465,550 465,550 000000000000000000f912a64eef8fc488a27a34ae6ff2c10fd9026ceec201f6 2,420 1.00/1.00 vMB 193
465,549 465,549 000000000000000001a63c67e70e964095bc0d11c9e726b0a409111f96c69ab4 1,612 1.00/1.00 vMB 130
465,548 465,548 000000000000000000e0e7b94c1f8fde866e77e138e6c894dd7b07991a852d25 2,317 1.00/1.00 vMB 216
465,547 465,547 0000000000000000007e46ebbd8b20224c9585cb3e41af80a5bfa22a47928e02 1,882 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.22 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: 654.77 GB
    • Received: 14.19 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.