Loading Tool

Explorer IconExplorer

Memory Pool

44,061 transactions
26.55 vMB
0.06128235 BTC
Random Selection Loading Transactions
Max Size: 139.96/200 MB

Candidate Block

Mining Attempt 2bdbf1830e5095284cc9c6e35c0a5c9657fcaae41ca271de436b579c0de33749
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 663855803d6b09c9385b2ccf801a53178156aab74552abaa36cb157001890191
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.01253931 BTC
Feerates: 83.62 > 1.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (351,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,246 563,246 0000000000000000000eb775bd0edf429ee384453e2e276692544b0b057c96ed 2,737 1.00/1.00 vMB 14
563,245 563,245 0000000000000000002440bda2df905c7740c9d8e0e45c607b613869fb6b225d 2,782 1.00/1.00 vMB 18
563,244 563,244 0000000000000000000d4a9d82205fcdb794e01cc241e060cdcb35364b775410 2,286 1.00/1.00 vMB 42
563,243 563,243 00000000000000000005c18d8064d75509babe5ea9e046e381dad0d3e7ebc7ed 2,128 0.71/1.00 vMB 16
563,242 563,242 00000000000000000029ccf22d9ec557d8d817e9d849f0943a9e03d18c9c8b32 1,232 0.40/1.00 vMB 11
563,241 563,241 0000000000000000000cab30c4aa99ebb034656130ddbbb3396461172dec1559 3,122 1.00/1.00 vMB 7
563,240 563,240 00000000000000000015bfa4dced109a625473cae4fe165ff0fdad0baf02f056 2,982 1.00/1.00 vMB 28
563,239 563,239 00000000000000000017fe3d3dd39b680ce0e3cdcdc3bd63be9965002dc19cea 1,700 0.94/1.00 vMB 6
563,238 563,238 0000000000000000002586ee09aa005a5d6417e56340c358f7b4af9f51ed902c 554 1.00/1.00 vMB 4
563,237 563,237 0000000000000000000b06e160782c79c8b1db482daeac55e1ec8669c805f73d 2,590 1.00/1.00 vMB 16
563,236 563,236 00000000000000000024e95d41f6584066f96c3282aa8d6efa7c48a0183dff30 1,335 1.00/1.00 vMB 9
563,235 563,235 000000000000000000183278db2b68654d706ccbdc34b719b81a21e29bca443f 1,976 1.00/1.00 vMB 2
563,234 563,234 000000000000000000073736a20aeef1c6f73e613873b35dfd64b2f204bd64ca 2,929 1.00/1.00 vMB 20
563,233 563,233 000000000000000000265d8504bc771cac3cb8de0f7a56c53876a42ee3fb3520 2,728 1.00/1.00 vMB 7
563,232 563,232 0000000000000000000c4f7102d674ca9c7d81e958590b8939409fd0e40f6bbc 2,596 1.00/1.00 vMB 36
563,231 563,231 000000000000000000251bb11090d6434d0f390c381a491faccf5f106064bc98 2,238 1.00/1.00 vMB 18
563,230 563,230 0000000000000000000367c2bc857d84d99bf1b4a6c38178c5fdcc20d59aa0a0 2,686 1.00/1.00 vMB 12
563,229 563,229 0000000000000000000ca25a0bd88bfd47058a267ea4035f986e2086d951dca1 1,867 1.00/1.00 vMB 7
563,228 563,228 00000000000000000004649f3b91e7c55f06d32a01cb948b617a37a23ead17ae 2,103 1.00/1.00 vMB 2
563,227 563,227 00000000000000000006aeee92edea5a497e9a418ac0673eb72ad8542c88cf45 3,054 1.00/1.00 vMB 28
563,226 563,226 0000000000000000001e0f3ccaa4b1cf87d9e655c89da0ed9f66946753f9b1ca 3,433 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.