Loading Tool

Explorer IconExplorer

Memory Pool

35,045 transactions
27.24 vMB
0.05682772 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt 8fb710535b7897d211033f668e334e6c0181bff713edb6d92cfa435111533714
Version 20000000
Previous Block 00000000000000000001cabb4e7f62bd7290563fae05cec6bc36b800b52776e6
Merkle Root eb65c446060c640399931790c0ed049500bb0716542b494969256d44b0c23693
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,045
Size: 1.00 vMB
Total Fees: 0.00538446 BTC
Feerates: 60.13 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,635 (86,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,267 828,267 00000000000000000000e9c9c3a88b37754d49b0dcc32a0b91c2b867f05d6587 2,401 1.00/1.00 vMB 41
828,266 828,266 000000000000000000012b34bb2f3a09679a79fa8818bc099f616093896732b9 2,064 1.00/1.00 vMB 30
828,265 828,265 000000000000000000034aad5f1e35fc6963e712b73a526b1647f29edd89600d 3,308 1.00/1.00 vMB 35
828,264 828,264 000000000000000000007fc9cc960d47db4f82fc36d28b73fbda4cb4f014d200 3,424 1.00/1.00 vMB 48
828,263 828,263 0000000000000000000359ce92d2600c435d235e59a2c9d16306df4b41b141c2 2,957 1.00/1.00 vMB 53
828,262 828,262 000000000000000000023188ba4108c9595216433b12802dc242ee452fb1a3bc 800 1.00/1.00 vMB 54
828,261 828,261 00000000000000000000cde2ccbbc337b4b0f02cce48e27212885ecfecedc6ca 2,697 1.00/1.00 vMB 40
828,260 828,260 0000000000000000000011df117400b83068202d0e9bdd79060266eec075c0b8 2,760 1.00/1.00 vMB 36
828,259 828,259 000000000000000000016b6ed9a20ff8b91d245e3809d74f94bc4a4bc3896fb9 2,854 1.00/1.00 vMB 41
828,258 828,258 000000000000000000037bbc7fae1cd2c91dba8312b65f71352630e938cc4dda 3,320 1.00/1.00 vMB 45
828,257 828,257 0000000000000000000171af9291d93b09d8bca62f0fc6e5d0742213c52dbce5 3,592 1.00/1.00 vMB 37
828,256 828,256 00000000000000000003fe8f836ccb13ee8f88f3b5fb5976025110bc46f9485f 3,215 1.00/1.00 vMB 45
828,255 828,255 000000000000000000009aa9dc4a32301cf92dcc8ddc5f0ce6ba82dda1e3d5fa 3,778 1.00/1.00 vMB 42
828,254 828,254 00000000000000000001200c25fdd0f80fb83fa69380cb3c8348761cf3cef980 3,645 1.00/1.00 vMB 55
828,253 828,253 00000000000000000000ba5ae364f34119e63aa29c6d45c6b6d37d93f49e79f7 3,035 1.00/1.00 vMB 57
828,252 828,252 00000000000000000003d38b3059df5766cd2cad26cf6ded1657f9cf1ed0d9b9 3,240 1.00/1.00 vMB 65
828,251 828,251 00000000000000000000e48fd4902a063cffb549e69c0c4011e0eb2e5229f432 2,537 1.00/1.00 vMB 39
828,250 828,250 00000000000000000003bdb2d67caa12f99cbb30fdcd703a3cef780b8e2560df 2,901 1.00/1.00 vMB 34
828,249 828,249 000000000000000000003c51ebe87e76c66b2d766489c839da5d21eeac2129b6 3,270 1.00/1.00 vMB 41
828,248 828,248 000000000000000000002825f9617b83d0dac48050b4bc44757685244c5b0298 3,631 1.00/1.00 vMB 47
828,247 828,247 00000000000000000002128a7a41f1db7f6807b19c7427b63e4c84c80648a769 2,434 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.74 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: 630.60 GB
    • Received: 12.04 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.