Loading Tool

Explorer IconExplorer

Memory Pool

24,291 transactions
5.77 vMB
0.05317960 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.27/200 MB

Candidate Block

Mining Attempt 9d9eaa4937968e8b86294ee2515622d8ee96c058da19264395b686874cad1278
Version 20000000
Previous Block 00000000000000000000bbe84ed2e48d0f0e036b5aa2a8a6bcf374622beefc1a
Merkle Root a369db9076b1dad3c5f05736fedad858e6c0023ec8c5264d77d24a3710876dcd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,228
Size: 1.00 vMB
Total Fees: 0.03950954 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,176 (760,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,885 152,885 000000000000012b55dd7da06b5a8f62971013906c03ec5c7b5694fc11efd94c 0.05 MB 117 101
152,884 152,884 00000000000002700552991c64e11c108bbb4e927b7caab7192f5065ff7975e6 0.05 MB 142 40
152,883 152,883 0000000000000d02b28a455c46695c790d4bb981a5e00a524872a0c04846491d 0.01 MB 45 13
152,882 152,882 00000000000003e5269f35152f904a6ed8275dda9917d35fa571aa9512289fee 0.01 MB 17 71
152,881 152,881 00000000000006d3a2a2405d8161bd6000faf5f3d635d9537c035510111616ad 0.05 MB 106 52
152,880 152,880 0000000000000208c8bf687effe0bc348b10d4346f073754e08835c3e4d53c51 0.05 MB 101 1
152,879 152,879 00000000000002f7e38e37aa28de0a0dfd3720bc8b493cfec22ad80da80eaf6e 0.04 MB 91 47
152,878 152,878 00000000000008b85e83cab5f87ecd4b26f75917836c357c284e24a15c28a08d 0.00 MB 15 381
152,877 152,877 000000000000025b163f46712faf7be0bb42b7606003585656e0a65d88af4ddc 0.05 MB 35 73
152,876 152,876 000000000000024f36248a153e30afe53aac3288b2aac429170d1a3bc354745f 0.03 MB 47 138
152,875 152,875 00000000000004d2fd0d19c77f780cfd51cb0309b582b2ccc5c3989f6c27232b 0.01 MB 35 127
152,874 152,874 0000000000000990f0f0164539010fcbfe1b1b1e47ad7993bcbd761093d58cfc 0.05 MB 124 94
152,873 152,873 0000000000000ce8117c96c042741dd3bfa8dbdbfcba0d7c76df3dc9d0dc28d7 0.01 MB 26 155
152,872 152,872 000000000000010095a4d80fe5dda5c52fd0e1267e8927bf0ce059fbd1e066dc 0.00 MB 1 0
152,871 152,871 0000000000000367fd52d30094dbb7cd94cef84841a09b5e45e6783521b382b1 0.01 MB 27 284
152,870 152,870 000000000000090b0e9c52d6610c65fa7ef44c392c18dd2f8559e136f1959c7b 0.03 MB 46 44
152,869 152,869 00000000000002cfcc1203284dd8ce49ab5a840be3f80c68e1f3423fae4288ba 0.02 MB 31 174
152,868 152,868 0000000000000d2f0762beb994a1cff1c44d3d101f99dd6350c7089b57a58361 0.01 MB 29 73
152,867 152,867 00000000000009f82d0c8822bebefea1b91110c820e1ae7fea3849ae4332b946 0.05 MB 57 38
152,866 152,866 000000000000022a8b3624913150b360c4e5ea692b305e98ba2c25ef4b8cab77 0.01 MB 17 273
152,865 152,865 000000000000062d1394ced533f38d406e5b5e9536382cffb543425d5ed29b29 0.03 MB 89 88
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

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