Loading Tool

Explorer IconExplorer

Memory Pool

28,016 transactions
17.78 vMB
0.04497452 BTC
Random Selection Loading Transactions
Max Size: 93.33/200 MB

Candidate Block

Mining Attempt ecc895bf105b7b060a60f1c896f8844fc99e79896297e5481c81b2047d13b638
Version 20000000
Previous Block 0000000000000000000083e8e00b689da447159e20b8976dccbfc7044b6d9c29
Merkle Root dd22bcd7d5abe779c0f037b259c2868bb5952c604217fc79df19a3c69aee7d52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,830
Size: 1.00 vMB
Total Fees: 0.01176246 BTC
Feerates: 203.60 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,908 (681,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,038 232,038 00000000000000d6e601d3462a63a054bd044012fc8858965c9dd17ad61b5baa 1,390 0.47/1.00 vMB 176
232,037 232,037 00000000000000b92a0ea608fd9a31aa1bd8611bb1ed02fc8e0573784b1b6643 989 0.25/1.00 vMB 273
232,036 232,036 00000000000000a98f3ce8a8ebcabe4214ac8babeae2537adcc307d2b73b9574 514 0.33/1.00 vMB 115
232,035 232,035 00000000000001d7c92a22ba97da740366c346439a98d2b9900ec5e6ed71820e 975 0.25/1.00 vMB 244
232,034 232,034 00000000000001849fbfa1c375ac1310ccd439160718e1386eac2dc8d3a2786a 949 0.25/1.00 vMB 262
232,033 232,033 00000000000000ae8a5f0ab58c53d8d6e46ba969289c82bef4a03bcf864c63b5 732 0.32/1.00 vMB 146
232,032 232,032 00000000000001896f7cac8d187f4f02fda0548cccf2c3921b6c683be6e63d1a 299 0.25/1.00 vMB 92
232,031 232,031 000000000000006f06088b042d877b2c89ef24df27f7d6de37d136d31a8bcdaf 361 0.15/1.00 vMB 176
232,030 232,030 0000000000000045ac60ecd6eef132e10d4b5c7f098b43a2b70077f072dd6421 418 0.25/1.00 vMB 113
232,029 232,029 000000000000014f9d58ae78b91af4ca878bd4e45a70194db851e0378e5c8f5b 406 0.25/1.00 vMB 139
232,028 232,028 000000000000005dc487cf7726b5983815c94f5533a708cb2755e249487dc2ef 1,231 0.47/1.00 vMB 175
232,027 232,027 0000000000000127a3b2fa4d5c0030461ec769c435618316aec074f4cd137633 6 0.00/1.00 vMB 83
232,026 232,026 0000000000000164e964e0abc2526985915b8be1f694d4ffb57229e0b6cee62a 438 0.25/1.00 vMB 133
232,025 232,025 00000000000001069646a316874c60421a2b8f430f7f56f934d3e22c9d52e2a0 19 0.01/1.00 vMB 100
232,024 232,024 00000000000000d9df325a5e3b38290d8fc12e75890b64be9068c852567faea5 610 0.32/1.00 vMB 111
232,023 232,023 000000000000001ec1cb2192991e00619811e8085542402950fda94811d76bf9 789 0.25/1.00 vMB 204
232,022 232,022 000000000000004d2ea5a72f34503db05bef6733db1509e3b125acf99f8f83d2 912 0.39/1.00 vMB 139
232,021 232,021 00000000000001ccdf13fc3248f4e0f18432869e7eba1bdc95b7671c8f1a2380 557 0.25/1.00 vMB 163
232,020 232,020 00000000000001488095a60da2b2fa307874e2750d09fe7fe8bf255d3391b013 862 0.38/1.00 vMB 141
232,019 232,019 000000000000006582eb51d150f41bea3f1821706c7d5e5c404272e7ad019abb 660 0.24/1.00 vMB 213
232,018 232,018 000000000000000b701944e921dda1ca62cba93b236b8f8c6bcf9b17b4287892 651 0.38/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.31 GB
    • Received: 5.45 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.