Loading Tool

Explorer IconExplorer

Memory Pool

19,141 transactions
4.43 vMB
0.01469573 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.89/200 MB

Candidate Block

Mining Attempt 20cabebea6f79e99f984f810f945e00f007a53efdba18e98a53548af84ddf99c
Version 20000000
Previous Block 00000000000000000000fd5d8e3f70af47f3ff76f53e85c6ea5c28cab3519695
Merkle Root cad2dd784c326986405f97d390a0cb31a854ae01bbf7d273bf1137d2eaa3ebf0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 353
Size: 0.13 vMB
Total Fees: 0.00353928 BTC
Median Feerate: 2.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,202 (776,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,857 136,857 000000000000047d14fe706e3c4b728360136d9d25ca4d1a41d927d32cb41dd1 0.03 MB 98 124
136,856 136,856 00000000000009ebdbe42d3094e809a31467572dddd58e99f7ba445e60d4fcb5 0.05 MB 76 338
136,855 136,855 000000000000002b833b0ad8c0ad5e09a117b55046d111d3989dec5762fb89e8 0.00 MB 12 1,311
136,854 136,854 00000000000000e58b03adb4b300f06c978366d04fe46403b7adfe155337308c 0.03 MB 122 86
136,853 136,853 00000000000000fd920ee7c82a198c869342c38377bd9288716091aacb2d83f0 0.00 MB 12 50
136,852 136,852 00000000000007b9c57dce62d80b9e4d4d2c11af90b000feb5450daa53328378 0.05 MB 154 120
136,851 136,851 0000000000000300a790e447bd15f4c53123d1b7d004c7ecd029d7f8a95f0c47 0.05 MB 147 229
136,850 136,850 00000000000006d2003bf4772427103a8222df74a6d3a852c6491ad1cce3fbe0 0.05 MB 103 325
136,849 136,849 0000000000000a634ceff5abdf605e7dda16388e3d4dbaa6a33c6c594bfdfdfb 0.01 MB 26 321
136,848 136,848 0000000000000205f9bac81006ba6f9319e865606749f109f0f8039449099862 0.01 MB 23 238
136,847 136,847 0000000000000969acb714793add9f514c98fd694e5c5c3d033428ce495a3aba 0.05 MB 123 234
136,846 136,846 00000000000005cb0c9e774ca967dd75b52d8f1663c3dabbe3ef4720c4d0a5da 0.03 MB 77 295
136,845 136,845 00000000000006b7eb8590cd6372b74369f9d74f69f0afbba63c2a790460217c 0.01 MB 16 692
136,844 136,844 0000000000000253dc143371c5f054db0c1a6ce22d61fb22b75e54f5ae614ab2 0.03 MB 70 317
136,843 136,843 00000000000001132be7470ab970c0dd23b8bb4a8f4cc163bf29105d45523f56 0.00 MB 12 873
136,842 136,842 0000000000000339dbb5e31fbca361201a0fb437da4591acff733891fbe52ccd 0.01 MB 23 462
136,841 136,841 00000000000009b9fb945e8407eb14009ac9e238c1c585ea31556fd10217bca1 0.02 MB 76 379
136,840 136,840 00000000000006dd1454bfa32f4731fae918c9b7cd6e744b6a6adc12e5aee6d6 0.04 MB 97 384
136,839 136,839 0000000000000380b3a914e2a2f2dc58c58c2dcfcf6b27e793a719400bd42c82 0.01 MB 14 374
136,838 136,838 00000000000006ef271663c4a0892f18943254095dc15cf79bbbe1442f3c5e80 0.03 MB 70 208
136,837 136,837 00000000000007527a390a457bedbe66524339afca838fc35da98c42712adcda 0.01 MB 21 58
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 14.70 GB
    • Received: 0.32 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.