Loading Tool

Explorer IconExplorer

Memory Pool

82,815 transactions
30.67 vMB
0.13824108 BTC
Random Selection Loading Transactions
Max Size: 184.84/200 MB

Candidate Block

Mining Attempt f6d80e4282909616e121b29fe8b442525ddedcfcb8ef2219d34d4b6200b45d14
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 8b5ceb496222c8ebd68a0733f68882fa446d9efc6c087745d78838f8bd1f174f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.07354821 BTC
Feerates: 203.60 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (259,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,187 655,187 0000000000000000000a54362b84239b3516638a0389af60d6fc1971952e4d68 2,646 1.00/1.00 vMB 106
655,186 655,186 0000000000000000000791385b4b4864330aab53f4a7b3739f0bf5bfc6469f3d 2,567 1.00/1.00 vMB 96
655,185 655,185 0000000000000000000bc02052641d54534a46ba908a6df4398c8c195f5ca0d7 2,926 1.00/1.00 vMB 203
655,184 655,184 000000000000000000066d3d994d044a65d5c4b67664a2a4a9128a9159d6be1c 2,273 1.00/1.00 vMB 130
655,183 655,183 0000000000000000000b7d3d083b5aa7edcacb39b0a8c68139b85a7d2277d71f 2,494 1.00/1.00 vMB 215
655,182 655,182 00000000000000000009e1c58091550616f548bea6993da5b4c1c09bc71e6a39 1,955 1.00/1.00 vMB 275
655,181 655,181 000000000000000000031cf2b575f7315cf60b1622214a96fd62e2453f3398e1 2,355 1.00/1.00 vMB 208
655,180 655,180 00000000000000000006ab737e027e80703206814e6350cfef083d7fe7f9d736 2,667 1.00/1.00 vMB 198
655,179 655,179 0000000000000000000db4b84747d5cc0163554a01684fd585c162f25183e5f6 2,432 1.00/1.00 vMB 161
655,178 655,178 00000000000000000005bf8b065b63c85fc9d3096888ef66cc10d825381cedcf 2,396 1.00/1.00 vMB 179
655,177 655,177 0000000000000000000bd6b40cc4d3a94a22f2d1ac5dc5cd8256643f476ac68b 2,365 1.00/1.00 vMB 223
655,176 655,176 0000000000000000000cb4f2e554737dab425febae49e96f69fa5998bc0c9fcf 1 0.00/1.00 vMB 0
655,175 655,175 00000000000000000008afce70069c1944b62e1c6d97fe59ad6b509ca6b58c5a 1,947 1.00/1.00 vMB 156
655,174 655,174 00000000000000000008f01d78ff15e21a00f6a2e85265101323022abb1e6ebe 1,793 1.00/1.00 vMB 166
655,173 655,173 0000000000000000000223d8bf32d76ac88f727f7a4ace92f780bc981669bbe7 2,609 1.00/1.00 vMB 253
655,172 655,172 0000000000000000000db7c529a1af45f8b4134589f6627ab45f6b4ba5236115 1,280 1.00/1.00 vMB 198
655,171 655,171 0000000000000000000073280c6c10e891cff6ac303d1b0d1a13bf661e01ca88 1,387 1.00/1.00 vMB 215
655,170 655,170 0000000000000000000281494a259de6969d13fef1b44078d2421b623ecf00e4 2,165 1.00/1.00 vMB 168
655,169 655,169 000000000000000000006788f0e644befe84523d9e0f60cede9d74fa36aa399a 1,807 1.00/1.00 vMB 186
655,168 655,168 0000000000000000000a6253590702073c502506c7c76fbcbafe30115b445d69 2,244 1.00/1.00 vMB 248
655,167 655,167 00000000000000000005946df4e4f116633e925489c30280f76718a2f75d943f 2,767 1.00/1.00 vMB 283
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.