Loading Tool

Explorer IconExplorer

Memory Pool

30,424 transactions
23.19 vMB
0.05936346 BTC
Random Selection Loading Transactions
Max Size: 122.97/200 MB

Candidate Block

Mining Attempt 40f2396c5d99a2d6a6bf1f93da6614221784c1f9df55194e4277d1b96689a32a
Version 20000000
Previous Block 0000000000000000000060fd7cef8808c2070f64718d137349c8f337cd3fcdb8
Merkle Root 74d85dc41afdfce5d7cdf9622ca1fc06ecd0ab6c4466edfe10ff7e56427c3160
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.02290971 BTC
Feerates: 81.71 > 2.30 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,496 (297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,199 941,199 00000000000000000000d0b68051b9a98b0192b3bb68f6ce31d412b4d7be283e 4,026 1.00/1.00 vMB 5
941,198 941,198 00000000000000000000228bc0efc0a07809b604e5062b253d925dfdc65ee4c1 3,864 1.00/1.00 vMB 6
941,197 941,197 00000000000000000001d1df835e2192e9e3bb841fb1aefbd037e7dbe0dface9 3,345 1.00/1.00 vMB 3
941,196 941,196 000000000000000000005f6090b84a99ad2c4be5c819c5fffbc86899df543467 2,220 1.00/1.00 vMB 2
941,195 941,195 00000000000000000001e1c35223068f43ab81295733740fd9077a986b286d84 2,703 1.00/1.00 vMB 1
941,194 941,194 000000000000000000002c6963821a6f43d7e645af4d7d2d3ad7740f34b293fd 3,714 1.00/1.00 vMB 4
941,193 941,193 00000000000000000000be1a0f4b5f673207ff8a432e4630ec5e47d5e00b5abe 4,161 1.00/1.00 vMB 3
941,192 941,192 000000000000000000010b2795c664bb5ad88acf063687ff117dc641be9c85fa 2,987 1.00/1.00 vMB 2
941,191 941,191 00000000000000000001aa14a528935450d363650aba644c17f6e743250b858a 3,358 1.00/1.00 vMB 4
941,190 941,190 00000000000000000000f6aac82c794e449a22336b7fbaa18b14278e2049a32d 4,337 1.00/1.00 vMB 4
941,189 941,189 000000000000000000006da1c8d40abd2e46eea578f8901535aea7119e60b46c 3,816 1.00/1.00 vMB 9
941,188 941,188 00000000000000000000dc1c770c260e6ba5ab88cbdb958a810832227aef332e 3,571 1.00/1.00 vMB 7
941,187 941,187 000000000000000000004bfa92ecb651f3fab4e57c5ea57e46c8f49a3dfaea25 3,773 1.00/1.00 vMB 3
941,186 941,186 00000000000000000001d6f717b9eb060a4dbd8de5a58c97e0d181159cb7246d 3,237 1.00/1.00 vMB 2
941,185 941,185 0000000000000000000159ef98d130eba5cbeb2611b5a57525422aaff84e3229 4,333 1.00/1.00 vMB 0
941,184 941,184 00000000000000000000a4912daedde308a5f4cb054ef12d9a1ec7ad0a3b33e6 3,403 1.00/1.00 vMB 3
941,183 941,183 00000000000000000000764a65e54c368f3bebf907f2500ba9dc8632ce68b705 4,884 1.00/1.00 vMB 0
941,182 941,182 0000000000000000000085d658f3ec1fcf1785c881d5b4feab1639995f550c55 1,445 0.83/1.00 vMB 2
941,181 941,181 0000000000000000000020eceb0622de739a56d395e5c264cfca2cdac99531f8 3,669 1.00/1.00 vMB 1
941,180 941,180 00000000000000000001a310b7cdfed92eaaed68c26c97e864528c8de78e96d9 4,430 1.00/1.00 vMB 0
941,179 941,179 000000000000000000003a0ac29dc00293263a08d3957210261fd53719c1f0b8 4,244 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.44 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: 4,660.57 GB
    • Received: 252.03 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.