Loading Tool

Explorer IconExplorer

Memory Pool

76,258 transactions
28.11 vMB
0.08325804 BTC
Random Selection Loading Transactions
Max Size: 171.23/200 MB

Candidate Block

Mining Attempt 6e8579a56e7a56da1160af09e8c150d53d9828bae450a11da8c721d39e19b0e3
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root fbc4131ff40eb7c0f196da04d0954da4f46383365a05203a28cd15a02055ae1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02274894 BTC
Feerates: 150.93 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (35,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,140 880,140 00000000000000000000dd4226cbd13e7c7c5f0142d105b5c2e2b3ed7eeb8d11 1,170 1.00/1.00 vMB 9
880,139 880,139 00000000000000000000304d550b935882ac82fe565abbc5f7d6b0d93faac9f1 1,096 1.00/1.00 vMB 9
880,138 880,138 000000000000000000018d3b416806e8c816ca2952ca5e1702c7c773f6bc4c74 1,240 1.00/1.00 vMB 9
880,137 880,137 000000000000000000023620749af73e6d61c8be1c9d519555b8d0ef97c48a7f 2,825 1.00/1.00 vMB 11
880,136 880,136 00000000000000000000fa113d7bccb644da21caceb6b3724a4d0446f0994c63 1,512 1.00/1.00 vMB 7
880,135 880,135 00000000000000000000ed26bea17aadad96a8ea941eb221714a6eb979186bde 3,373 1.00/1.00 vMB 11
880,134 880,134 0000000000000000000083f0bac53766e5709acc4ad43a8f77831db0e0ec98d3 759 1.00/1.00 vMB 9
880,133 880,133 00000000000000000002537d429fe6e1619eb726ecd09dcac57e6189b3a53b75 1,166 1.00/1.00 vMB 7
880,132 880,132 00000000000000000001dc5ee305d3eed011c9d4cbc8007dcba4d0b8cc6aa05b 3,054 1.00/1.00 vMB 11
880,131 880,131 000000000000000000000c11eebf4a45d010525977f7975830c22c35cae39954 710 1.00/1.00 vMB 9
880,130 880,130 00000000000000000000855e1f629c16cbb530aad1732e2c44cdf369fdf1dbb6 1,517 1.00/1.00 vMB 9
880,129 880,129 0000000000000000000115d4f104d909bf03e25ae0d3f2c143a70be93cbc2dae 1,876 1.00/1.00 vMB 8
880,128 880,128 0000000000000000000101fd7f8734f55b3046666d3d7bac61183d00adafe6ae 2,112 1.00/1.00 vMB 10
880,127 880,127 000000000000000000007b97e8930b7221bf02798498095d5989574fea06d1af 898 1.00/1.00 vMB 9
880,126 880,126 0000000000000000000020c532958508c22f5070134e2439836733a58e0adbf5 2,441 1.00/1.00 vMB 10
880,125 880,125 000000000000000000019c074e68ad8e70a914ad46986f80c15464494452086b 2,319 1.00/1.00 vMB 10
880,124 880,124 0000000000000000000216d0394469f9f9af607b5dd7fc380e481564512c1b67 2,699 1.00/1.00 vMB 10
880,123 880,123 000000000000000000015bfa9069b085ba99d0ddd16b1ab4e4c060eb480c7ffd 1,924 1.00/1.00 vMB 10
880,122 880,122 0000000000000000000283d9ba32efd4c1a02a6dfd1290cb2b9704bda197311e 3,939 1.00/1.00 vMB 12
880,121 880,121 0000000000000000000085f5f7a9004bf9b77262c23f8f61f7c685b35dc68b73 1,040 1.00/1.00 vMB 9
880,120 880,120 000000000000000000025ff17bea4cf3d688524fcfd1e7373f2128e39470d8b5 925 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.