Loading Tool

Explorer IconExplorer

Memory Pool

43,443 transactions
27.18 vMB
0.05497132 BTC
Random Selection Loading Transactions
Max Size: 143.46/200 MB

Candidate Block

Mining Attempt 68891bf89759d9ffb9d51bee16c1f35480c7c60f5978e168b277094718c1acc1
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root b25517f6d98faaed790072a737c6814c006ecbf9c7e8acb8d922416a91131185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.00403266 BTC
Feerates: 10.05 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (491,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,284 423,284 000000000000000004dfdb5873ca4230e3a4b5d01a0bfc4dcff4cf1f85327beb 2,281 1.00/1.00 vMB 58
423,283 423,283 000000000000000002b32d1b7c9d446134d675fdce7a6bfc63d0f9c600a03fc6 2,660 1.00/1.00 vMB 107
423,282 423,282 00000000000000000066dfce0ddfa6770096fa707f1fa0e44d20150ec3a86566 1,539 0.99/1.00 vMB 46
423,281 423,281 00000000000000000470c3499bd9c1d304e81d5d781bdb6c7869d8eb9f67236c 2,451 1.00/1.00 vMB 70
423,280 423,280 00000000000000000263e850b0b0a471ca62828883d21ea57b2fc340abee0d0d 2,280 1.00/1.00 vMB 58
423,279 423,279 0000000000000000008b5d5d100d0c6004b4a28a747f5939ac4a068ed46d3fa6 2,009 1.00/1.00 vMB 58
423,278 423,278 00000000000000000244fd1b0954450ac39fb5c3b1c3155bc1cb9e6b2e5fee36 2,108 1.00/1.00 vMB 63
423,277 423,277 00000000000000000373249b9a3f10f34ee300b51277e9866d1947bd9f00a1c3 431 0.21/1.00 vMB 62
423,276 423,276 000000000000000004929179def70160b655ed01ecf1caed5adc566ec6b33c79 369 0.78/1.00 vMB 20
423,275 423,275 0000000000000000006b078a3cbd9d1b93459f150ca89a3309cec9de076141c6 1 0.00/1.00 vMB 0
423,274 423,274 0000000000000000026657e5bac6c8703313c9402f4db3df3e71d96e6ea364c8 2,134 0.98/1.00 vMB 62
423,273 423,273 0000000000000000027e0264ce813be68d1e7733bfd3f0fdcdc0fbf6195fe4e8 1,411 1.00/1.00 vMB 31
423,272 423,272 000000000000000001d81b1753fc71196b0e954ee45f51a2f300a271668efedc 1 0.00/1.00 vMB 0
423,271 423,271 000000000000000004e9ee8e6c609fd0c6001bb09139ccea842b4b91f5c2b4df 1,694 1.00/1.00 vMB 92
423,270 423,270 000000000000000000a4f1d2014cd3ea2ca1b3dd8f29cf0014437766b8631ce0 1,655 1.00/1.00 vMB 109
423,269 423,269 0000000000000000040e427914f861cf6fa2597878c3344ff67cd04a95cfba98 1,643 1.00/1.00 vMB 39
423,268 423,268 00000000000000000174b24a00c038cc221830b0523200f0409d2a7a60f67cbc 16 0.00/1.00 vMB 112
423,267 423,267 000000000000000001d1571f7d492eac14424b3979c4bc7faab817561a688c46 518 0.21/1.00 vMB 60
423,266 423,266 0000000000000000020ff89eae398d53eceaa75057fdb5cb86c27fa871f2a40d 1,230 0.99/1.00 vMB 35
423,265 423,265 000000000000000004e59d3ba0adc3c54dd2ff090fb6a38be329dfc1732a4023 1,443 1.00/1.00 vMB 34
423,264 423,264 000000000000000000bfd434a21c17b561221d22d1bf8632b6a0df7d2c47e8dd 1,923 0.93/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.28 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: 656.78 GB
    • Received: 14.43 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.