Loading Tool

Explorer IconExplorer

Memory Pool

28,612 transactions
9.51 vMB
0.09969139 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.13/200 MB

Candidate Block

Mining Attempt 70b2f61112e5ccc0bbb544ed8384cf66243081bd258281925bf5a4837250f5b2
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root f8a84df56853002d970f5378409d999898cd2b72c9926b245babf79d919756e0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,476
Size: 1.00 vMB
Total Fees: 0.02833866 BTC
Median Feerate: 3.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (704,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,875 208,875 000000000000036feeee33202d1893c686e40fd070579920d6848782aa3ad6fb 97 0.21 vMB 68
208,874 208,874 0000000000000141e6e89ea0dacef5eed6eb4f427a291487151d021c06392ee7 5 0.00 vMB 0
208,873 208,873 00000000000004782ade0f1afcf821585e8ac117cd26c3b946200c57abd475bb 294 0.23 vMB 107
208,872 208,872 00000000000004a851a0a61a6571b479a2a76d1d6d194f07d5658c95a6d4600a 128 0.06 vMB 78
208,871 208,871 000000000000039c49f9b4ae8abd1b9da65c86b11164876ec64fb641410ea1bb 243 0.14 vMB 133
208,870 208,870 00000000000004bb7fa3210759a130c4abcf33151f8c6b409f9fc155fc8738ac 230 0.25 vMB 81
208,869 208,869 000000000000036ef8a01279b85a2a1b7cc9d62d9ac8c86b1579c1e61affa5bc 775 0.25 vMB 260
208,868 208,868 00000000000000722cbcf9694170abac87ec8dc55555d2bcb3093285a6aa0c03 12 0.00 vMB 447
208,867 208,867 00000000000004ddfd9e752cda30c93870f83c93d1471f3be568592cb06bd801 8 0.00 vMB 0
208,866 208,866 0000000000000300b78a5a6fa81f8e5b1a057ba9eeb7923f472fe31c74a82f3e 226 0.08 vMB 197
208,865 208,865 000000000000017157f0a08411d5f95f7379a541050eca096bd7558f5141acb6 625 0.25 vMB 207
208,864 208,864 000000000000011efd544c4c673039d83dae5a204bd77c636bb986c2a22c712e 910 0.39 vMB 187
208,863 208,863 000000000000046ea68032be65611f26c61f2522351ae857265fcb05f3b8798a 209 0.11 vMB 145
208,862 208,862 000000000000013558e9bab757a859fd03146bd69e5ad8b1f4280ac3910704fa 64 0.02 vMB 78
208,861 208,861 000000000000019e457c580a59953facc86b480adf4c709bb014caddca84309a 501 0.23 vMB 156
208,860 208,860 00000000000002f3ef08036ea625040504d4f78281a5d56ebda1d5f754ed4598 108 0.05 vMB 116
208,859 208,859 000000000000036ef5b285bbcee629d0321904103f1b47ed90fb51cbd0de44b3 92 0.04 vMB 154
208,858 208,858 000000000000005e6a1e7b84b42b17490f00cfc563f5dc029d61c212370e6173 112 0.07 vMB 116
208,857 208,857 00000000000002c9b2a94e67c8abe5785764d56df0ec8ad4a11c508be50dbd2f 46 0.01 vMB 214
208,856 208,856 000000000000005626f67875f5736691bd3465398837c14bf7712d64e9ddec8a 435 0.19 vMB 280
208,855 208,855 000000000000030e268dd234909125298c75171ef3201f49f50e715b6b825b2e 80 0.03 vMB 147
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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