Loading Tool

Explorer IconExplorer

Memory Pool

23,174 transactions
26.46 vMB
0.03934075 BTC
Random Selection Loading Transactions
Max Size: 141.60/200 MB

Candidate Block

Mining Attempt 5532650c507b6e0274c3a219f90098aa74783ae7ae3f380ede4987b31fc3dc32
Version 20000000
Previous Block 00000000000000000000226bc76e7760cc8a251bc1e586ec591b9d5954c865a1
Merkle Root 0021af1ccb93558d68269936c8db1d771252c96ada39cde7fcf16dff7a2a719f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,348
Size: 1.00 vMB
Total Fees: 0.00988970 BTC
Feerates: 60.16 > 0.99 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,235 (711,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,658 228,658 000000000000021e776bb8cd905e6fb91e7dee429ae1ae22be7caa80fe89dbf8 176 0.15/1.00 vMB 69
228,657 228,657 00000000000000168e1e2c01612f5191d13430c09ec1eea55334bbf748ab15ea 521 0.25/1.00 vMB 185
228,656 228,656 00000000000001abdd03eea6e5cba1c9120173e29016496e93e8afc7f4a99c60 481 0.26/1.00 vMB 151
228,655 228,655 00000000000000b31ba66869d10b44897e98d6dcf27897bd17c9377964418e58 5 0.00/1.00 vMB 0
228,654 228,654 00000000000001692437fb85d9e266102e89ec9a84cb34d6355efaf7cd128f09 659 0.31/1.00 vMB 170
228,653 228,653 0000000000000174e10f61f78808045baf30f3c60a1a5265f93519b0dc591bcc 219 0.08/1.00 vMB 134
228,652 228,652 0000000000000086f5d2d922903c19d12c913c8721da5314bcba6cc34136c28f 535 0.26/1.00 vMB 168
228,651 228,651 000000000000020bac9b33f20f3f3bd3f0ffe4d30ec7a3fa0214a6f25d1137ae 328 0.25/1.00 vMB 99
228,650 228,650 00000000000001b4d3ce3bf850c8fd08115589cc1f0d354738ebee0cdf4d6dea 750 0.25/1.00 vMB 285
228,649 228,649 00000000000002050e7fe957ce1a56901dcb02a63074181d9f45f9db4a7d3b5d 170 0.15/1.00 vMB 49
228,648 228,648 00000000000000ab9242dad62ed38b713eb3ad95b628de92865dd7328b2f1a36 230 0.10/1.00 vMB 137
228,647 228,647 000000000000011fa1c4a6f68bc5115687c84bf18774522eb5c2421b90fe43a4 226 0.16/1.00 vMB 107
228,646 228,646 000000000000007845c8a4b2919e5208d56e60545785592d29e0ef7bc743f31d 655 0.25/1.00 vMB 225
228,645 228,645 0000000000000078f4851089724d8c065992769d79a1d01d8ea99747ce9b8a45 475 0.21/1.00 vMB 170
228,644 228,644 000000000000009797906347e9cacd75d51f02c00306392be3393803bb0cca1a 157 0.10/1.00 vMB 58
228,643 228,643 00000000000000c6d39f0b7e7be10d1bccbb2051160ae08810ca3474fac7a334 638 0.48/1.00 vMB 137
228,642 228,642 000000000000022f51d8a8d2b0a0b4e2d5f892f3b65c7d049f3a82d21ac0c773 681 0.25/1.00 vMB 235
228,641 228,641 00000000000000c32ca98906f8982d7807257ebc046ecde334dd8b31ae7e6d37 546 0.35/1.00 vMB 135
228,640 228,640 000000000000015491e950b71e40932a4dbc3a17c37d97b49c7d3a2315cd58a3 1,285 0.47/1.00 vMB 219
228,639 228,639 00000000000001651e7ba8cfd8384770afde25d278988d4f20fdec79b6534ca8 6 0.00/1.00 vMB 5,882
228,638 228,638 000000000000000a69c68e7faf74c9ae22f9ae7b5e78cd90ebacff45387380cd 213 0.25/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 827.16 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: 4,443.58 GB
    • Received: 241.29 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.