Loading Tool

Explorer IconExplorer

Memory Pool

81,066 transactions
31.29 vMB
0.09644042 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 99144317c4b0176cce7310e6e4b1d8af3adbf1adfa3a2f6a3a6bc01ff8504440
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 2da389fbb4f2a8052c0b831e3b23f9b7e733ea9508d0005d2f0886350a1d6575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,764
Size: 1.00 vMB
Total Fees: 0.02775443 BTC
Feerates: 265.25 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (671,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,619 243,619 00000000000000bbf586613ecb40ddcde7100bf9c7f0ee50b662d58a04bdc21a 154 0.10/1.00 vMB 56
243,618 243,618 0000000000000098178f6f01fe3b363e7a43f947ca9c638dfd0b47878b53ccef 688 0.25/1.00 vMB 188
243,617 243,617 00000000000000ac2326e0df2fa8f0f429b879b44c94c4356b014b6ee4989196 51 0.02/1.00 vMB 117
243,616 243,616 00000000000000aad93f6010408704d2d0d5f233c011ee4b1ac0bd01175bc8a1 195 0.08/1.00 vMB 140
243,615 243,615 00000000000000de0fc4446700840d44bd04693039315222db1a6306a55fa138 134 0.06/1.00 vMB 157
243,614 243,614 000000000000009637954b81f875f1c31c8372a356349b05e2b78045e56fa72d 140 0.05/1.00 vMB 197
243,613 243,613 00000000000000d26b5f024ae7483b901628a8ccce7ad3ac78baeff26f98bcf6 351 0.15/1.00 vMB 137
243,612 243,612 00000000000000b8b69ed4e8dfb4a9cdbfc121d310a295337ff7bff9d3aa8138 4 0.01/1.00 vMB 26
243,611 243,611 00000000000000dc7a190c9842329ba3778b5937e0e2168c0a7a7f44f9b57eb7 113 0.06/1.00 vMB 139
243,610 243,610 00000000000000bf46e70d1e8d5a1228e72ef827830e3f5896186bd00a8384cf 191 0.10/1.00 vMB 155
243,609 243,609 000000000000006414dfe1f8959462737447014056832d6615fc5b7ac305823a 183 0.09/1.00 vMB 84
243,608 243,608 00000000000000adccbc300cbdba9141cfeb682b306861b2ad356516421fcdfe 606 0.25/1.00 vMB 180
243,607 243,607 00000000000000ca7f913c1caa7f96c2f52fb757605c1f193425738d8c4d1671 24 0.01/1.00 vMB 148
243,606 243,606 000000000000005b09b23a78c257c7a22327eafc4da8d7c65e81ba845c1d53d4 18 0.01/1.00 vMB 59
243,605 243,605 00000000000000d33eebd4199be8d2c3d523c0003709a78cb1ad4f63b2b6198b 191 0.09/1.00 vMB 147
243,604 243,604 00000000000000293ba8317bf8780919096965b3b412d80f75028807cbadc6fd 56 0.03/1.00 vMB 116
243,603 243,603 00000000000000a3d599df98bbf966d7d78ba84d6305b56d38d9942d1cfc567b 23 0.01/1.00 vMB 58
243,602 243,602 000000000000004753f0c831142b53b1822c3b9f327d60c55612c7fb561324d3 334 0.14/1.00 vMB 161
243,601 243,601 000000000000005443f06fcba5a4d842fb0f09cb3f6a8f061f5a2f58cf5caeb7 461 0.17/1.00 vMB 152
243,600 243,600 0000000000000071d73cb5a538553753b57db4f4f667de599811eb9df9bc0da5 96 0.04/1.00 vMB 172
243,599 243,599 0000000000000024cffbd1667fd3e869aec15252f457d36efed95e4d6a3370e8 162 0.08/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.73 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: 707.54 GB
    • Received: 16.69 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.