Loading Tool

Explorer IconExplorer

Memory Pool

76,547 transactions
27.97 vMB
0.07406653 BTC
Random Selection Loading Transactions
Max Size: 170.55/200 MB

Candidate Block

Mining Attempt 84e1dd6552755dcbc1686e0c52016f8368381919f3836ceb605ca1b7449a7fcb
Version 20000000
Previous Block 000000000000000000001bee83e68624596b19eb847a0cb1b253f34f30124d9f
Merkle Root fc2df1a8a5857b8138a888eba7453d2157c8283480986e6d1f957d57894535f5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.01293889 BTC
Feerates: 711.74 > 1.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,549 (682,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,041 233,041 0000000000000189dd06b1f38c33ec28c957e4f5171373f12b7b0d4099afeb40 268 0.11/1.00 vMB 120
233,040 233,040 00000000000001942165c40841a2d5b2fcfba9ae3a83cda66bb861c77b522de1 764 0.36/1.00 vMB 159
233,039 233,039 000000000000014d5c6c4f896eb315907e8878deb078012f6e792e8aaabbbf0d 894 0.43/1.00 vMB 141
233,038 233,038 0000000000000051bab96c9eeccaf4c2c4237d5e9364be91141c54f84c97d618 270 0.12/1.00 vMB 177
233,037 233,037 0000000000000061ee610bc92414dfb5f75daac7369c39dec66b42efaf65e91a 314 0.11/1.00 vMB 246
233,036 233,036 0000000000000078d2de2febd51053d02b9ff38d586a677d403c8975586dd187 342 0.15/1.00 vMB 147
233,035 233,035 0000000000000085345402ea4903d7de3e3aec2fe37dfc1b96e6db822f212601 298 0.12/1.00 vMB 159
233,034 233,034 000000000000001b31f7dc6dd07568db4a26f01664e39bf440cbda0f1d8edbb8 300 0.13/1.00 vMB 169
233,033 233,033 00000000000001be479b8ecd1050e2e34aceda836430da4a66d1ee7cb11c36d9 136 0.07/1.00 vMB 113
233,032 233,032 00000000000000576a92fb3268ba9780afc35130cdc83849430c41c1932fd9da 352 0.16/1.00 vMB 164
233,031 233,031 00000000000000cd5640aa797a385b9987061d69bbf0f243920d0ff30111a3a2 82 0.09/1.00 vMB 96
233,030 233,030 000000000000000a4d304fe55b51db94e8dea845f038c370169907cdc917cc43 495 0.25/1.00 vMB 163
233,029 233,029 00000000000000d7a22daa2b953fa5017b5492cac26b926afa9f33bd67a47aeb 364 0.24/1.00 vMB 98
233,028 233,028 000000000000017108e511af6f1108a162f8b1c37113e3eb2b956782be56e9d7 6 0.00/1.00 vMB 53
233,027 233,027 00000000000001c1b25bcc7e19c04a4c31b2734f8163a6d833551ade2c03d97c 615 0.26/1.00 vMB 154
233,026 233,026 00000000000001ac931cb9c4db35b2090c12d37390673f14c31a1e000bcbc64b 829 0.35/1.00 vMB 155
233,025 233,025 00000000000000523f04bf7bd2f37ae4d8010e0543597b0d35419d3de913a4c1 153 0.08/1.00 vMB 82
233,024 233,024 0000000000000033b6fa70fb10f607abfa54b7c66f7eb952d2f9647e2b99d21d 695 0.36/1.00 vMB 146
233,023 233,023 000000000000012f3d7031b8c6894c74bbe29e50479bd3bff507b9822e79e5ba 1 0.00/1.00 vMB 0
233,022 233,022 00000000000000cc705125c776562021f7f7901ff5ae2146dab8c0e2460f06f1 217 0.16/1.00 vMB 66
233,021 233,021 000000000000016f422fa09a8fcdf517587fac9579876f5f3a6d2a1dba6f4c72 352 0.16/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 783.35 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: 768.15 GB
    • Received: 19.53 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.