Loading Tool

Explorer IconExplorer

Memory Pool

75,413 transactions
28.90 vMB
0.09628856 BTC
Random Selection Loading Transactions
Max Size: 170.88/200 MB

Candidate Block

Mining Attempt be384695febbb1ab3451acac3af73c3adc84820a20b94d89a6d88a86654cdfdb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2749b2ee4a0a268ea08176e84ad3f6e5949e22b4ff3db1e6ccd6e542f070f13d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.03631116 BTC
Feerates: 201.37 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (135,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,665 779,665 000000000000000000051063b4a13acc801cb1ea5506e2979b953e8936d6fa72 1,409 1.00/1.00 vMB 4
779,664 779,664 00000000000000000002e6074e0d97484db37daddf51a98a4d26dffbacd06bc2 1,566 1.00/1.00 vMB 15
779,663 779,663 0000000000000000000302ebf4a62577c8d5386d13015c5150174ed98d72406b 652 1.00/1.00 vMB 5
779,662 779,662 000000000000000000013df26ad9bb178f870d9b77ec3a3568a07c3eeb7b22fc 1,549 1.00/1.00 vMB 6
779,661 779,661 0000000000000000000176fb7dadc64c2bd41b1d96830645f35faf6168c252da 1,045 1.00/1.00 vMB 14
779,660 779,660 0000000000000000000368de3b8a2f9ff1c26f1f7101a2b9af7c77a340760f2c 2,647 1.00/1.00 vMB 20
779,659 779,659 000000000000000000025e71f425a9c4a4c6efbed72251beff2d0b32f0809853 2,106 1.00/1.00 vMB 41
779,658 779,658 0000000000000000000492d9ccf379254dc6f95f2ec9bc47b3495b1a824d763b 1,600 1.00/1.00 vMB 37
779,657 779,657 000000000000000000052139060ceb86b1a261bc6c166e6b8a1fef32a9a7944e 1,443 1.00/1.00 vMB 12
779,656 779,656 000000000000000000048b5381d904c3d6f707138e105e42487e0578a3ef5070 2,489 1.00/1.00 vMB 13
779,655 779,655 00000000000000000003b91a9f3ad59113ea5078855fd6f8e0cc9c42a1694055 1,027 1.00/1.00 vMB 5
779,654 779,654 00000000000000000002556663060b21ea0994bc281ea90d1214205966cfeaf3 1,985 1.00/1.00 vMB 4
779,653 779,653 0000000000000000000486556cbeece2a029bfb3d123e3e7584b91ffc2774866 2,615 1.00/1.00 vMB 22
779,652 779,652 00000000000000000002ea8eb5df114c3f198c7ef5851435e8a4d8e7bd33121c 2,235 1.00/1.00 vMB 11
779,651 779,651 00000000000000000002124201cb18fe9fcbeb071115ac863f3d194469081376 2,671 1.00/1.00 vMB 7
779,650 779,650 000000000000000000058ea4f7bf747a78475f137fd8ff5f22b8db1f6dc1a8c2 2,422 1.00/1.00 vMB 14
779,649 779,649 000000000000000000053ffa1bce6994c09cb7dd8c02687223472898670736f1 1,429 1.00/1.00 vMB 11
779,648 779,648 00000000000000000002594aeb0a55b800c9047128c2a91ab28d83467199c3b9 1,505 1.00/1.00 vMB 10
779,647 779,647 00000000000000000001b68ee6d404d0e0f7a6287049d7445173570f5eceeb3d 3,214 1.00/1.00 vMB 18
779,646 779,646 000000000000000000032181ea023506b05b508f466ff529b0ce52a3132c02d6 2,767 1.00/1.00 vMB 24
779,645 779,645 00000000000000000006582bb51d98347fc0b53364cda180f569785e5d3966c1 2,647 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.