Loading Tool

Explorer IconExplorer

Memory Pool

29,706 transactions
5.68 vMB
0.03631593 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.89/200 MB

Candidate Block

Mining Attempt c04925cc3fec11ccc6e8e529af633ddcb5aa0e6554a8d770149e8049dc47652c
Version 20000000
Previous Block 00000000000000000001aa3f283984e34499e831ccb0e8d02a6b0a7657eb47b6
Merkle Root 035450abad06ef465bb8be158e4ef0d6da677b07b25ef35c3e10f707e2271a60
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,079
Size: 0.66 vMB
Total Fees: 0.02282531 BTC
Avg Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,917 (717,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,971 194,971 0000000000000257b06918ce82bf4f37c14454f0290e2baef92c1fea1dded5e5 0.05 MB 119 153
194,970 194,970 00000000000006646f193391ff837825fb6bdfda70e1189e22e7b160b55e17bb 0.02 MB 46 131
194,969 194,969 000000000000023500fa4a7030ca66465acd55b4650a0874f37bbb50fbee0c34 0.07 MB 181 245
194,968 194,968 0000000000000737184e31b1b3b95b3c9033a51cda396a4f24f25af56eab0de0 0.12 MB 189 132
194,967 194,967 0000000000000772b80e1348984cc90305bc5f95fb654baa41744f4e0790427f 0.05 MB 117 222
194,966 194,966 00000000000001a43dfc9a171608537c1acf1c3204355115e4e1f7952da184c7 0.00 MB 5 38
194,965 194,965 00000000000006a0b3031e1e14fae129dc2c349c95fb6c3d5c6ccc42b46edae8 0.05 MB 117 136
194,964 194,964 00000000000003c8855f68998ed546cf7b0cd2633bed4c86c5ade857ee135e44 0.06 MB 140 244
194,963 194,963 0000000000000239e2e52c44be4a91ce2f01efc431117c33d86273e146ce60a2 0.08 MB 199 222
194,962 194,962 00000000000001ba184c5d8d78f78364219eb8efac3ae8131c8e4904df1b4646 0.15 MB 154 111
194,961 194,961 000000000000000eab2d255f5a274afdb52bf6439560dcffbe515a051b8287dd 0.06 MB 128 63
194,960 194,960 0000000000000304b09ffdce11ecfb5d90112f7cacbc2e61c5a44409a2cf7a82 0.12 MB 317 204
194,959 194,959 0000000000000333f66e007242e0190d4d163532c171f9746fcc8ab96eea95cd 0.22 MB 563 187
194,958 194,958 00000000000003f2cba022e9bf8fb767419f62c315cbb6e111dc8dde338d7bb1 0.20 MB 511 156
194,957 194,957 000000000000005a72248e492413a78bb66ce15473176881e8797e28ec89099f 0.07 MB 128 81
194,956 194,956 00000000000006192a0ecb81e4ff116c087727879ec3796d52b3dfbb4c5701f8 0.04 MB 111 196
194,955 194,955 0000000000000470d71b6c6e0fded196dd3f07ce1c551dfc72a2f0f233bc4e55 0.13 MB 336 184
194,954 194,954 00000000000001bbc1bbc12f4b96153bcf6056624f771df77d95967695732560 0.05 MB 138 419
194,953 194,953 0000000000000788afb18f70554612ccc53493d6e1315ac2a152e4c0f18436b4 0.23 MB 512 115
194,952 194,952 0000000000000432ca4ee80492b4092d02872d841616e9b15af98e3505f5e024 0.09 MB 232 169
194,951 194,951 00000000000002150c243b1e7996c644cd9a6e031bf3c7c6dc5e3de7c1f66e69 0.01 MB 45 24
Previous 10 blocks ↓
Total Size: 778.70 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: 311.24 GB
    • Received: 2.73 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.