Loading Tool

Explorer IconExplorer

Memory Pool

48,243 transactions
28.17 vMB
0.07166233 BTC
Random Selection Loading Transactions
Max Size: 150.31/200 MB

Candidate Block

Mining Attempt 6673f2c03ca85b50ea2ee4c4f6175d408220ed3f6649e2f14cdbbffe312f7c48
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 0061834dbb07c01d543f65ce0fd291f1e2f1a7ee567076af2e0111f77e72c4ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.01743806 BTC
Feerates: 301.05 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (445,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,493 469,493 000000000000000000823ec462f8d347ee4c15cae1d2ac3dc9d6bc45d30e89e7 976 1.00/1.00 vMB 128
469,492 469,492 000000000000000000523e81acd8d429dc591b8a26f9aecedefd77c5d26f3e27 1,776 1.00/1.00 vMB 175
469,491 469,491 0000000000000000009446e88788ccf370619b43e657c086a7eb2f5f4263b0fc 1,059 1.00/1.00 vMB 85
469,490 469,490 000000000000000001b66d12e19b029452eb82d0b66140abeefb7e5700c378e5 1,597 0.99/1.00 vMB 164
469,489 469,489 0000000000000000008ae22c8578dbe4986d2184b19f0337c487593a003895c6 1,256 1.00/1.00 vMB 305
469,488 469,488 00000000000000000095a943b2d2efb8a5f819196c4de47b126bfdb3746c6a64 1,627 1.00/1.00 vMB 236
469,487 469,487 000000000000000001a34daadc4b14c0339adc4c4c87001d23b383760e0edb1d 1,281 1.00/1.00 vMB 99
469,486 469,486 000000000000000000e0cc8f67268b624a91b79d34344e80fe6e9ada44865f1a 1,086 1.00/1.00 vMB 143
469,485 469,485 00000000000000000164a19fec3ca2ea7b344cb3114e619ecf67d2a3d9680616 1,799 1.00/1.00 vMB 125
469,484 469,484 0000000000000000014286a47a6e4f0400bc94718b34c42afcad0ada05655fb6 1,148 1.00/1.00 vMB 99
469,483 469,483 0000000000000000018475b88ebb0abac347673ad6128b799ffb68a7f542f2d8 1,959 1.00/1.00 vMB 356
469,482 469,482 0000000000000000004b0ae1dad098873538f4ecb19ccd3f39592fd446b192e8 968 1.00/1.00 vMB 103
469,481 469,481 000000000000000000a068eddb27811738d2094fc6dc8cffc89539d9bb703501 1,012 1.00/1.00 vMB 121
469,480 469,480 000000000000000000f549fc9ae9ef650d96760d9dbb4c3fc49a2d330b6c365d 1,715 1.00/1.00 vMB 274
469,479 469,479 0000000000000000014183aed5ca08603b336dbfa209c3df81c9be94a428abfb 2,057 0.99/1.00 vMB 389
469,478 469,478 0000000000000000014a04b084d14bf6ce6fa86a61cc06f040281eeec6dd1ef7 795 1.00/1.00 vMB 134
469,477 469,477 00000000000000000005606d0417e52540b51ba5fece18f298638cac5b4f7c1c 1,965 1.00/1.00 vMB 352
469,476 469,476 000000000000000001a2373f1afe65a56526a22bcb6e7187afd9257405b832d2 1,420 1.00/1.00 vMB 233
469,475 469,475 0000000000000000000c611445323e8f2ba971839acbf639eab1ece40dc65e9b 1,242 1.00/1.00 vMB 178
469,474 469,474 0000000000000000008b7cd9c68781dcb982431fc9816ec6ab419025d6abcc9f 1,282 1.00/1.00 vMB 147
469,473 469,473 000000000000000000a45a7f54e804b2eced6f32f4e67dce515d1bdb0f36fa43 1,773 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.