Loading Tool

Explorer IconExplorer

Memory Pool

80,537 transactions
33.95 vMB
0.12875083 BTC
Random Selection Loading Transactions
Max Size: 192.85/200 MB

Candidate Block

Mining Attempt db4b12d9a77238da57f31f35e3c23d598480a6dceb4782e515575e739776971f
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root eff1ed02f9f6163ee33c6cb6f8e758fe552176c9ba79b8f0f358e9801aa10c6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.02129093 BTC
Feerates: 104.71 > 2.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (764,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,253 151,253 0000000000000397dca5d7445dead702d54e6c67a0dab6837761c98bc9a85949 82 0.03/1.00 vMB 23
151,252 151,252 00000000000006aef2de3a8f5fefbe5192d5ec7a4075462baf54b9ed92c9c219 130 0.06/1.00 vMB 182
151,251 151,251 00000000000002726ffafc8d2f4b9f90a44672bfa1e976b3a3f45be6036e720a 11 0.00/1.00 vMB 52
151,250 151,250 0000000000000b2d777dbbf6dcb30199324c584764252a631ff146b8df23efa9 64 0.02/1.00 vMB 2
151,249 151,249 000000000000057e2ed4eaf5002546e46bae9814bef4f72effac9ac76bad7048 9 0.00/1.00 vMB 164
151,248 151,248 00000000000008be421e16ee7c5d32b6284ca4094b4a526342307e30a6d79577 24 0.01/1.00 vMB 321
151,247 151,247 0000000000000454c31aa47ae92a3479fd30c181acf3d8ae8e8a1e0963017738 9 0.01/1.00 vMB 15
151,246 151,246 00000000000008809c073a103cc1a7149b0a32ecf379c6a6f027614c1720f5ba 40 0.02/1.00 vMB 116
151,245 151,245 0000000000000230ced5484dc6afc5ec0fd6d3eb14a5cb94cdda82f192fd3b08 14 0.00/1.00 vMB 320
151,244 151,244 00000000000005b1f3a5337855cef5ad3f9e9dcc1026a23fcb8cd3420945b1c0 18 0.01/1.00 vMB 47
151,243 151,243 00000000000009697ecad53a5392ded12036ddcd64d75e9154c33403e242c755 38 0.01/1.00 vMB 343
151,242 151,242 00000000000003b395ece926f56381cfea9eb25d4c3a9823f2c509e20ad64bd6 17 0.01/1.00 vMB 96
151,241 151,241 000000000000038c617cf1f640b57ca182653a1323aa0196760796f96906de6e 17 0.01/1.00 vMB 67
151,240 151,240 000000000000008012dfde431330649333312e7c9deb4d65114b4d20508740f2 63 0.02/1.00 vMB 6
151,239 151,239 0000000000000ce780ca7d363a3de7f7806b3d83a4bfb49892491f8b55c5332a 15 0.00/1.00 vMB 267
151,238 151,238 00000000000009d34ec8c5f3b1925a331b380df663485b278a57f4b8fd9cbc4d 21 0.01/1.00 vMB 233
151,237 151,237 0000000000000bace607517cec96b997c7c617e17da8b5ae96b310effce1eff1 37 0.02/1.00 vMB 118
151,236 151,236 0000000000000d41a7424c46574a44a9706953e6472f92aadd76ff3951232767 10 0.01/1.00 vMB 8
151,235 151,235 00000000000007c93bfdfa5fe43ff1efb008d3e0989569444909f1cb12a5b699 10 0.01/1.00 vMB 569
151,234 151,234 0000000000000d43b08e39732ae75083028bc43b4dd1f2701049e011dea516a3 137 0.04/1.00 vMB 84
151,233 151,233 00000000000001eb96acb64a9cdfe4b11fd92ffc807c81cbe6fc3e098d9f3539 32 0.01/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 783.09 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: 725.88 GB
    • Received: 18.44 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.