Loading Tool

Explorer IconExplorer

Memory Pool

82,960 transactions
32.08 vMB
0.08233989 BTC
Random Selection Loading Transactions
Max Size: 194.83/200 MB

Candidate Block

Mining Attempt 3ce6aec63e53fde33bbef0d0b33fdcc6e9a85d241a988b94b618497dbe0d4fc6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root ce4f2261da8c7c883e9b83c4334346622c52badd590927b35d606ebcddae5e02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.01203025 BTC
Feerates: 146.96 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (443,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,342 471,342 000000000000000000b0817f2c9f2d78a7d892fe2737d011f27adbbc4e162f6f 2,125 1.00/1.00 vMB 399
471,341 471,341 000000000000000000b3173428a73eea3c6d0b5c6dc4a1f2e9efcce36f41b068 1,129 1.00/1.00 vMB 200
471,340 471,340 0000000000000000004050737e2df988ce4300747040b04f28886da59553f0c1 983 1.00/1.00 vMB 155
471,339 471,339 000000000000000000d0534ca8a3e9892ca2369a544bbb4334a99e4d92739006 1,314 1.00/1.00 vMB 202
471,338 471,338 00000000000000000196f4fe1867aa66fba1263973dcada4ed0c5ba35fb5fb93 1,155 1.00/1.00 vMB 338
471,337 471,337 0000000000000000012ba06560792b41d3d02c9cf9ac6bfeeefcd69793f13761 192 1.00/1.00 vMB 328
471,336 471,336 00000000000000000154ca6f033724a2c043d14346fe724073f1a20512cbe977 1,517 0.99/1.00 vMB 395
471,335 471,335 00000000000000000158e5047e92c50e793d28b5933084de1147d1109879defe 1,090 1.00/1.00 vMB 223
471,334 471,334 000000000000000000e6e7175a4c3652afaddec589f4a6196deddd48a926b6b6 1,036 1.00/1.00 vMB 152
471,333 471,333 0000000000000000017476a9b43bb28f8e88fef36325d6eb9e3a7d9eb591bedc 961 1.00/1.00 vMB 199
471,332 471,332 000000000000000000bc7dbd93d144f2d51a2a416227841ffda12d57d546abae 1,091 1.00/1.00 vMB 178
471,331 471,331 0000000000000000012905d3083cea8e24e7e76c59b1916c24cd531b88cad87f 1,934 1.00/1.00 vMB 438
471,330 471,330 00000000000000000037b601d0c68be1aec9f520347e878ff847f812c9f73f35 2,092 1.00/1.00 vMB 284
471,329 471,329 0000000000000000001094a0145695e4228c21cbbc6be40507f728c6b7d6f16a 2,263 1.00/1.00 vMB 294
471,328 471,328 000000000000000000b741513a6252866489c2e24527979baeb37a68cce34327 1,367 0.99/1.00 vMB 179
471,327 471,327 0000000000000000010f28658bbe2a9d0df4994b18f35b2fddafd2a009a71e4d 2,560 1.00/1.00 vMB 378
471,326 471,326 00000000000000000195a8fabf13beef59fa10528472335e97f366bb05c415d3 2,029 1.00/1.00 vMB 253
471,325 471,325 0000000000000000016e5875cdc47106584da1fdabf6247d493fc119395d8f65 1,709 1.00/1.00 vMB 186
471,324 471,324 000000000000000000f8470a685cd4d2673b686d501181481638c0de0b7cdd02 2,126 1.00/1.00 vMB 146
471,323 471,323 00000000000000000009b4ae49aee1dd1c4141a70e64d892e3983e3a3beb088c 1,596 1.00/1.00 vMB 175
471,322 471,322 0000000000000000005280f7d5cf0d722a917ad7f461611801dde57a2c91ddcb 2,022 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.