Loading Tool

Explorer IconExplorer

Memory Pool

20,315 transactions
8.90 vMB
0.03556290 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.47/200 MB

Candidate Block

Mining Attempt d9821958785d5cce0c997a9dea6a40d824f9eebc54518abd56aa7f1eca3e4462
Version 20000000
Previous Block 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700
Merkle Root d2d799c03cb577e031d94fd080c4136bf76ad061abb4f27c6661e9659d0cf76c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01604219 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,393 (657,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,049 256,049 0000000000000019a29ebf81c135b1d2479930537d23cd572a6447f854d05874 131 0.07 vMB 71
256,048 256,048 000000000000000b8789921d2ddedea706a3766793f771b5509096388ca5d0dd 139 0.07 vMB 76
256,047 256,047 00000000000000010662383e2ea826ef41a7cad849ff5a6ef8be4937feea3999 948 0.49 vMB 101
256,046 256,046 0000000000000006e8424dfaff4ea5f3774110353008c6a0ef1e50b8b11c2bd9 13 0.01 vMB 15
256,045 256,045 0000000000000027088907979f937e8d86a3907e4927f256e6181c96d44636d9 444 0.22 vMB 105
256,044 256,044 00000000000000163872338bebc7f6d5a3f5a8a5e2665dcd9cf2ac0f237f5a08 221 0.10 vMB 117
256,043 256,043 000000000000002b251b5bf3fc0200b1ff6dd1adbd2d27632a6f624cdf19d415 449 0.19 vMB 103
256,042 256,042 0000000000000008cbea2724710dd79674e08868a722020bf85161df375a732c 97 0.04 vMB 130
256,041 256,041 0000000000000017fa7e3766fbdb8cf2c3beffcc4955463ccbb828afe88c223b 93 0.05 vMB 86
256,040 256,040 000000000000001437b939ff47deeb8507418ffd9e3d354f4896ff091b68ac26 259 0.11 vMB 84
256,039 256,039 000000000000000a6b0f2241a000cbc541a1d35ef5ab28d84fb44312d56f40ec 530 0.21 vMB 119
256,038 256,038 000000000000000716c9ad8c9cdfa1e856247f3f25917f3d226ecad4c3fd0052 289 0.12 vMB 134
256,037 256,037 000000000000001fabd2476b1b971888ed107b29ca8ac5abc40477ff95baf34a 324 0.13 vMB 110
256,036 256,036 0000000000000014d26c045674fd4e784eb0257ab6088e9dfed00e2eca320eed 227 0.11 vMB 85
256,035 256,035 000000000000002a84f3ee4b5d2b4e136135f6aec6b64bfef9860e8253a47ebb 640 0.25 vMB 122
256,034 256,034 00000000000000048892cc190a861cd1f9ec33b8d1daaac644a4df34a623483c 308 0.12 vMB 112
256,033 256,033 000000000000000cf1d846f95914f274e4247501182f8e97a0fded4fc331350a 178 0.07 vMB 125
256,032 256,032 000000000000001a7551c8d0d76d1095287a7fbae6a8aa8976d12d51b540147a 191 0.10 vMB 91
256,031 256,031 0000000000000002e2a62b8705564c38d6a746fc8e971a450a69989152b5ee97 17 0.01 vMB 14
256,030 256,030 000000000000000adf414032bd1b00886cc52543807812ed4906084152aafe99 216 0.10 vMB 83
256,029 256,029 00000000000000097dc82139eb0706adbd295f162dcc2c2688246d350b164b37 90 0.06 vMB 59
Previous 10 blocks ↓
Total Size: 779.55 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: 254.79 GB
    • Received: 0.97 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.