Loading Tool

Explorer IconExplorer

Memory Pool

80,486 transactions
29.80 vMB
0.07492377 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 55ec9a7e368870c82cb2cd5779ab2d4b14bad1c0a84738ba9895a9f1e03cda93
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root e18f2e7a74a8f0d7590c986f42a3804f5c40812eec205955e77c45f5d1e8c9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.01421292 BTC
Feerates: 147.04 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (284,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,672 630,672 0000000000000000000ef69834d0815a133874b44d550206a0e33d168496e953 2,100 1.00/1.00 vMB 62
630,671 630,671 0000000000000000001115d792b6361bf553002eb7624b05ab0dd4afe79a5e2c 3,029 1.00/1.00 vMB 107
630,670 630,670 0000000000000000000444fdf8e01e61cbcd8a587535eb33ddeb17ab29f30f4d 2,090 1.00/1.00 vMB 47
630,669 630,669 0000000000000000001000689fbcf28d1a8b0d9cdaa8dd64e3c536c9dfc1fcd2 2,345 1.00/1.00 vMB 79
630,668 630,668 0000000000000000000b6ad759d51da881418534e93b966be21b8dc2fc7f75dd 2,158 1.00/1.00 vMB 19
630,667 630,667 00000000000000000008572339297337c8d0250b69076fc4618d0ce31e813c73 2,334 1.00/1.00 vMB 71
630,666 630,666 000000000000000000076737e320637926f1067450c5eccd105adf4135d91673 2,410 1.00/1.00 vMB 57
630,665 630,665 0000000000000000000a2b240e7468d4904aba37db866d2fbbe003c1f76e27be 2,492 1.00/1.00 vMB 96
630,664 630,664 0000000000000000000e73f48a3fad159f56805034339b7ce4f4ae4d759e8142 1,906 1.00/1.00 vMB 159
630,663 630,663 00000000000000000010db32284b89337fc62f6264b275dfd0519c397efcff20 2,518 1.00/1.00 vMB 112
630,662 630,662 0000000000000000000f13316c36e1b5eeda68c7741890ae36ab087ba5ac0ac3 2,575 1.00/1.00 vMB 78
630,661 630,661 000000000000000000034d535d811a75b9eb2fa438191c2026bf8700bdfa802b 2,399 1.00/1.00 vMB 131
630,660 630,660 0000000000000000000fe47eb5a6e8686483c96beefb24fc23c50082c7906f41 1,944 1.00/1.00 vMB 12
630,659 630,659 000000000000000000047967b227cbaf2aeed9cc5d00a53818446772af5f50a7 2,155 1.00/1.00 vMB 76
630,658 630,658 00000000000000000005ee7ad568b943348963b19a1852d98acfdbaf690f677f 2,966 1.00/1.00 vMB 176
630,657 630,657 00000000000000000010838054814cb784d379c297265f67ff0701551c623c86 2,070 1.00/1.00 vMB 25
630,656 630,656 000000000000000000044d7ee617c572a5891acfb4b2e59a7ffb61599503fabd 1,863 1.00/1.00 vMB 18
630,655 630,655 0000000000000000000707581dbbcfc54e20151a4371e7fcf034bfcb6294af60 2,816 1.00/1.00 vMB 128
630,654 630,654 00000000000000000002c7ff7edd335e4ee2905a384bfd05cc3c7f427b70171e 2,574 1.00/1.00 vMB 130
630,653 630,653 0000000000000000000750d6c60ab6f0e3aea0285093df09db15d2de93b321f9 2,093 1.00/1.00 vMB 75
630,652 630,652 0000000000000000000b8e187589a996bf1f4343d7bf107af031176b8d7c80a5 1,529 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.