Loading Tool

Explorer IconExplorer

Memory Pool

87,816 transactions
32.56 vMB
0.24756153 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt e9afde2d89766bd719f19c97d2f47c80f1bbe4c285c6233896adadd85da5f639
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (503,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,255 411,255 000000000000000002b3866091a6f89068cc4870ab2959640cceb574ced690aa 378 0.24/1.00 vMB 35
411,254 411,254 0000000000000000024e0f7d8b413eef718a238f4577e8fea1a1ca1dde35ee72 991 0.47/1.00 vMB 39
411,253 411,253 00000000000000000286a92e568f8e98dd7458eb27995d6dd512a153ac2047f8 1,434 0.75/1.00 vMB 29
411,252 411,252 000000000000000003e87f9985a10b7e2335150db38d1d3ae7ca6af4789982bd 2,592 1.00/1.00 vMB 43
411,251 411,251 000000000000000005e79e1652d51d1dd648d9711cbd8a4982b8f55015a0d686 1,193 0.99/1.00 vMB 18
411,250 411,250 0000000000000000055039b47cc0b70a0d8fa8eb49be7690f32a899f91d4552f 1,764 1.00/1.00 vMB 33
411,249 411,249 00000000000000000548332d61fe6cc54a863b9a2da68e2620a222461ef5998e 2,512 1.00/1.00 vMB 46
411,248 411,248 00000000000000000208ee4b31f629937a884b397ed8560703bf087ae0c1cc14 268 0.12/1.00 vMB 33
411,247 411,247 000000000000000002a5dbfe299a98cdb74074c0f1ea0bc16dbb2f7493682e23 18 0.00/1.00 vMB 80
411,246 411,246 0000000000000000001cc35c6b61a01d9eb3d27539a32b0af069225cbc8ff906 1,166 0.99/1.00 vMB 21
411,245 411,245 000000000000000005d8fa30e5124aa03518ef30390cc69867d906b6aba7d213 367 0.20/1.00 vMB 26
411,244 411,244 00000000000000000026f06bf6a3146b63982446ba505606df0c1966d3b6ff23 285 0.15/1.00 vMB 31
411,243 411,243 00000000000000000115d07d397c5bec58efd5763c24d61256c1c34078e8979b 1,166 0.53/1.00 vMB 37
411,242 411,242 00000000000000000261f69491ee7f4d925dd6b30d2b04ca169e8858b5bc8265 2,618 1.00/1.00 vMB 43
411,241 411,241 000000000000000003ad404586e4df5b00b6fef2e54e6d0381bdfe8c57b44db6 2,219 0.93/1.00 vMB 35
411,240 411,240 0000000000000000051b6f81d1badb5f0108dcbeb026d22088fdf9cdfdab90f7 921 0.41/1.00 vMB 34
411,239 411,239 00000000000000000526d6717893ea95cf929110e2ef7046d42a196ebe40a293 2,715 0.99/1.00 vMB 41
411,238 411,238 0000000000000000044705fd120c50348a8bbb5ce35569610ccaed5c02bcde5b 381 0.14/1.00 vMB 37
411,237 411,237 00000000000000000169e2e7c3579dddd87449e094dc4d1901be5d2f839c47d2 1,048 0.50/1.00 vMB 38
411,236 411,236 0000000000000000007736147c1bab643a61f93daa55b9a9674a9a4ec7284cbe 1,478 1.00/1.00 vMB 23
411,235 411,235 0000000000000000024b7c492fab13aa6be8b1f481da161a9ad0b2f163a2e4fe 1,050 0.54/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.