Loading Tool

Explorer IconExplorer

Memory Pool

83,359 transactions
31.32 vMB
0.11545689 BTC
Random Selection Loading Transactions
Max Size: 190.22/200 MB

Candidate Block

Mining Attempt 2c6be769567c5e62a8c6ed97cb2c1aec84b4f5df32e30f3cf0bde0919606247f
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root a681be385c3f7071548b764a0407f52470d5e76d0c60dae7412fbbcec42d280b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.03762064 BTC
Feerates: 200.89 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (764,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,259 151,259 0000000000000bfc739009d4c18325defcb26266ad3e7cecf58d9510d70dae55 13 0.01/1.00 vMB 127
151,258 151,258 00000000000004dfba23fcdd13dbbeb31f7a8af8fa509bca3b9c4ee914e38106 116 0.03/1.00 vMB 9
151,257 151,257 0000000000000dea3bd9b5d64e354b8006f48a842f628cd25b88f9f57bcf708c 11 0.00/1.00 vMB 617
151,256 151,256 0000000000000424b577163f31487783436695151679ee66f283815416ff7126 49 0.01/1.00 vMB 383
151,255 151,255 0000000000000c3ce622928c5745c437d56f8080b2ac384b40f128231ef2f893 42 0.02/1.00 vMB 268
151,254 151,254 0000000000000c86c0b3ba4f0356b48f41bfb5be1f8a384bbba5c0771aae2aa3 69 0.03/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.