Loading Tool

Explorer IconExplorer

Memory Pool

82,267 transactions
30.96 vMB
0.08043433 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 9a5c222394ac1659934dec6424804136362686cd6cd3941a9cb84f20a88ac079
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 593ee9f0f54b022e7c96a30aac7432402409f161bd9fe0656ec7881dd3dbdf1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01071233 BTC
Feerates: 301.05 > 1.07 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (449,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,838 465,838 000000000000000000a323dbd1d07dcf2b97c20e24ff758b802de94afe9e4ef0 2,084 1.00/1.00 vMB 244
465,837 465,837 0000000000000000018b4152f02227035223d27c1fd69ac75265849a27ce1e80 2,454 1.00/1.00 vMB 196
465,836 465,836 000000000000000001042dadc7a00e78e5d7d90457516b5bdaaecf99c1a18a52 2,054 1.00/1.00 vMB 168
465,835 465,835 00000000000000000112d25f31ee5dcb8d2a7627f244c0475c3383a936f2f47a 2,374 0.99/1.00 vMB 201
465,834 465,834 000000000000000000d002f789a7b77ae0b28fb9b0e0ee44a63114e83be8af54 1,694 1.00/1.00 vMB 145
465,833 465,833 000000000000000001ef340ed9969afe1fa60b4a5d7c409a7357b62b3cd74a6b 1,516 1.00/1.00 vMB 155
465,832 465,832 0000000000000000012f38582869a5984a8e11b043eb4142301102ed45da2a51 2,447 1.00/1.00 vMB 140
465,831 465,831 000000000000000000336b1b911a8365721ff2370efabe8a05a7f89cea5c93e1 2,621 1.00/1.00 vMB 216
465,830 465,830 0000000000000000011dd49ad5a69bbaba086626f3f84b9701543c0c2b12f6fa 2,159 1.00/1.00 vMB 164
465,829 465,829 000000000000000001564d896da5c4478a52a00075c09772f6c33a255137bef8 1,600 1.00/1.00 vMB 142
465,828 465,828 000000000000000001298d1f75a45b415b86fe306f6958496ad132e97c2a44d4 1,947 1.00/1.00 vMB 137
465,827 465,827 0000000000000000015bf001a435dca300818aa2ed92ba7364951f88458deffb 2,287 1.00/1.00 vMB 212
465,826 465,826 000000000000000000b18b8e5dcd6b7c16b8656b571deeed3c02591ff14247fa 2,487 1.00/1.00 vMB 236
465,825 465,825 000000000000000000aaddd2d0593ddd8e3f777ce969522b06bc02ea751628f4 2,688 1.00/1.00 vMB 237
465,824 465,824 000000000000000000a83afb2a5e4c7932185bb30021f6a1cf67158291a4744c 2,392 1.00/1.00 vMB 200
465,823 465,823 000000000000000001ce46fc1b9658002faea778cb9b665f2b3c5ec2ff23fe9c 2,544 1.00/1.00 vMB 201
465,822 465,822 00000000000000000036dee0899bffc1d8f172a3114477e1b7920c4a38aa0120 2,313 1.00/1.00 vMB 203
465,821 465,821 00000000000000000066621938a83fcbb06663f337ca859d72721125ff16ee92 2,608 1.00/1.00 vMB 227
465,820 465,820 000000000000000000c8a33de4f5ffdc7d60eaa993334efe3acf0060a2aa2484 3,520 1.00/1.00 vMB 139
465,819 465,819 000000000000000000d7f5472b00ac62a7af1fc7b80fbfd5360e9dab073660fd 2,109 1.00/1.00 vMB 173
465,818 465,818 00000000000000000149931eba71f275f45aa074f2c1f09d3a1058b53b9f7c80 2,839 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.