Loading Tool

Explorer IconExplorer

Memory Pool

79,078 transactions
29.27 vMB
0.12250577 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 94792888959169e5362dd97a2a3e134eede185492d03f21afa477cab860a3df3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (349,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,618 565,618 0000000000000000000818d28f728ae3dca7fc6c0794acdb44a568da36d856ef 2,860 1.00/1.00 vMB 28
565,617 565,617 0000000000000000000a81c0534f4926bac2491ddb953d03e6743cfccf08a49c 2,592 1.00/1.00 vMB 39
565,616 565,616 0000000000000000000d984d8662ee8543ed3b858d1da71310aa119645b47c7a 2,654 1.00/1.00 vMB 25
565,615 565,615 0000000000000000001f6c9e7e67b9fc41c606ddd70388cbbb0cffadb261f618 2,208 1.00/1.00 vMB 18
565,614 565,614 000000000000000000263fb4960ef095b6b83c98e1e05c7427b0d92cf934a008 2,276 1.00/1.00 vMB 27
565,613 565,613 00000000000000000006594685cf09d37a423bfdfd9fd60eef4b0fcfc4b29d83 2,396 1.00/1.00 vMB 30
565,612 565,612 0000000000000000001f317766df744f5ecfc2a4cf18651b2f3a1c73f9c790dd 3,114 1.00/1.00 vMB 30
565,611 565,611 0000000000000000002ca95ca49e0bcd41f8aefdb5cabfbaf2fce980baddc782 2,095 1.00/1.00 vMB 44
565,610 565,610 0000000000000000001bce41e12527cea67f109567e71fbb65ccd72822462f40 626 0.36/1.00 vMB 17
565,609 565,609 0000000000000000001411d075d7d2eec6d0103554c85fa2bce408ba21cf32c1 1,781 0.95/1.00 vMB 13
565,608 565,608 00000000000000000013091404b3e41f3b549bbb5dbdcae24bb19ceb6543c6ed 2,098 1.00/1.00 vMB 33
565,607 565,607 0000000000000000002555479c9c1f808f5dd23bbbe7db0587d649730817586f 1,818 0.68/1.00 vMB 14
565,606 565,606 00000000000000000013896cb79635e4b33806c7e03a2b8ce130f2f4a04ade78 942 0.89/1.00 vMB 6
565,605 565,605 0000000000000000002a2ca391513943f8d47c9c80a6cc52e66900966fad8c49 2,206 1.00/1.00 vMB 12
565,604 565,604 0000000000000000001fba50101fa2f2cd886d55b26b3069b3236516b02c4be9 2,032 1.00/1.00 vMB 5
565,603 565,603 000000000000000000241b56b3be046b8a1606a56292418d9222eb7b0ccfefa2 2,711 1.00/1.00 vMB 11
565,602 565,602 000000000000000000241c5dd2231a9e834bf90f7d3d0b943c0382d23f3ff733 2,713 1.00/1.00 vMB 18
565,601 565,601 00000000000000000014c74ba38550c9eae90304acb938f0b0c7f1fcb3843554 2,381 1.00/1.00 vMB 14
565,600 565,600 000000000000000000207636e4f9e856e94e6ca3478ede8dcd00679ac05ef14c 2,318 1.00/1.00 vMB 8
565,599 565,599 00000000000000000000c262125a97fca0e0b83a28d5f2ffbfdb765ca54b3b32 2,666 1.00/1.00 vMB 24
565,598 565,598 00000000000000000028e0704416d98cdd6f5096d3e3e5050d27d571cc9ce79f 2,577 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.