Loading Tool

Explorer IconExplorer

Memory Pool

47,250 transactions
29.95 vMB
0.07355126 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt 02cd2708cbe7daa21e37f2d35dd28202d0b97736000b34bf049f13945b2e11d4
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root 1922005632ed95981696fe0faaa703f69a084b9f732053a93b4851e7d5dd7cc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01538852 BTC
Feerates: 100.24 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (601,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,181 313,181 00000000000000000f270d65cca19d9484be56b180bb7b79af16c8fd1512199c 532 0.34/1.00 vMB 29
313,180 313,180 00000000000000002f620ff7bcf229a82264d6041c794d2a1637e2273ebe8589 428 0.29/1.00 vMB 26
313,179 313,179 00000000000000002b2522d39f517946f571d42aede8738cf661fba06734138e 332 0.20/1.00 vMB 20
313,178 313,178 00000000000000002523ca7dafcd32008b7fe51dea132a1b80fb990b3e8bce74 766 0.43/1.00 vMB 29
313,177 313,177 000000000000000006f21c53667ae6ddb441c3af5b0dfa47756021428b95c507 128 0.09/1.00 vMB 17
313,176 313,176 00000000000000001e8bf5e05731500b71108fcd749b5e65295137418dc4b3af 678 0.40/1.00 vMB 27
313,175 313,175 0000000000000000222bd39bb474827297c42447cf26cea57598b4c5726ddd94 318 0.24/1.00 vMB 20
313,174 313,174 0000000000000000224ced52bfbe3cfbf27ddf4804c16f13f19356725523e08e 989 0.50/1.00 vMB 32
313,173 313,173 00000000000000001c165720753f52bd322117e7e12985d2465d22765a8af21b 75 0.10/1.00 vMB 10
313,172 313,172 00000000000000002769e1aa034bbe59490b34055c655f0d3b907aad539ee70f 289 0.29/1.00 vMB 18
313,171 313,171 000000000000000014490ec6e27690e3c6316a1bbef6904848ef91c2b8c2b043 256 0.09/1.00 vMB 37
313,170 313,170 000000000000000016f56dec5b2b96baa26279b6025e7970c39739936ac4c8b8 726 0.42/1.00 vMB 29
313,169 313,169 00000000000000002d80d444a356fcc5bbfbf0f8a876a217b4621338c78625fa 189 0.15/1.00 vMB 20
313,168 313,168 00000000000000000f6e0a1c39f2ac7feeb1eeb859037ef6d21fd1cefc8679fa 349 0.19/1.00 vMB 28
313,167 313,167 000000000000000034bc825959393831d28ea0c26fab544dd3943bd71ec799fd 312 0.18/1.00 vMB 28
313,166 313,166 000000000000000015dc0e84015b0dde2258696644c90f3337b7ce349a850bb0 117 0.09/1.00 vMB 19
313,165 313,165 000000000000000023c2bae942c4bf4f32c3ba7353ccdf090e006709efc749e8 59 0.02/1.00 vMB 31
313,164 313,164 00000000000000000b4477dddd70e53495be54ba92b1503d238b4bd70d23dbf6 294 0.33/1.00 vMB 15
313,163 313,163 000000000000000001a8609d323c7ef697b3b2aa74c4be320fd38c7efd570b01 256 0.09/1.00 vMB 34
313,162 313,162 00000000000000002fdae42732a39c103d10241a07882d1c2b2450028b1fb584 256 0.08/1.00 vMB 42
313,161 313,161 0000000000000000216d53901bc967e805686036869c14be66fce9ae1db151b1 640 0.33/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.