Loading Tool

Explorer IconExplorer

Memory Pool

79,323 transactions
29.40 vMB
0.12620242 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 6be169c67497877cff1f7ac57d56b50c00ce8a63bceb81b0b7feafd8bd64b1b1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 84abca2a2c70aa2caf50ebe43aded9f19406efbc96c001d1a160a6861c3cfe30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04594750 BTC
Feerates: 150.80 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (112,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,590 802,590 0000000000000000000366257cf17e11bc60b21a52a8762c0e681db4345695e2 6,352 1.00/1.00 vMB 9
802,589 802,589 0000000000000000000449d1390f07b3af25dc1cb471a76e4a3cf8a319fd603a 5,165 1.00/1.00 vMB 9
802,588 802,588 00000000000000000001aa18a056a97dc2176336280184aa0055d372b998ab7a 3,835 1.00/1.00 vMB 22
802,587 802,587 000000000000000000036ade5294a21c058c1a00f5cd50bbf1a7c4fb69d5b8bd 2,060 1.00/1.00 vMB 21
802,586 802,586 00000000000000000001409b6bb48d3208638811e32b750f8c6fc096e8a9b8ca 2,171 1.00/1.00 vMB 16
802,585 802,585 000000000000000000010dd3e1a57dcec78232a76e61ff98eb4c53ef7978dd13 3,429 1.00/1.00 vMB 6
802,584 802,584 000000000000000000050647e14c553f19af99742a5bd3434cc31ef9c40e13e5 1,596 1.00/1.00 vMB 13
802,583 802,583 000000000000000000029f1e1c592c66885a4a3d22fa0491c69b6ac7490a2575 2,832 1.00/1.00 vMB 22
802,582 802,582 00000000000000000001acc090ed3b7d04f1b562a293db21e0d6d0213accc754 3,017 1.00/1.00 vMB 17
802,581 802,581 00000000000000000000fa4883df879f0fea35a2d1c94b74f1bb854739ee5d64 825 1.00/1.00 vMB 8
802,580 802,580 00000000000000000004eb2db315369513bd435f2e68f8ca3c3c398d935f9c8c 2,474 1.00/1.00 vMB 14
802,579 802,579 0000000000000000000032cc05a1f53b5083ba9da39d189ec64255c1be3aa6f6 641 1.00/1.00 vMB 9
802,578 802,578 000000000000000000005f6ba2265db3adce761d52bf10b98c25d0bf344b3dad 2,317 1.00/1.00 vMB 15
802,577 802,577 000000000000000000004b5aa2fcf9ca9a32960d7ac3957a3a5f10669c9b1dda 1,851 1.00/1.00 vMB 17
802,576 802,576 000000000000000000041e5a929cb52bddae51daeee12fb6e00dd86e84c65aaa 3,016 1.00/1.00 vMB 37
802,575 802,575 0000000000000000000196477b28b8bcd99cfb9657cf90ae4929e018290451d8 2,412 1.00/1.00 vMB 12
802,574 802,574 00000000000000000004e37c7199cc9be6193f459e244d66b25283122f1df403 1,845 1.00/1.00 vMB 21
802,573 802,573 00000000000000000003512ac04d9824718509210495028a2c45b4a744b7ffce 2,644 1.00/1.00 vMB 21
802,572 802,572 000000000000000000043a45f723dc9d9a40df85876301fa647591e59579465c 3,513 1.00/1.00 vMB 26
802,571 802,571 0000000000000000000416e47b66a7310ed67b8292754eb9e18f54a39be16a51 3,489 1.00/1.00 vMB 34
802,570 802,570 00000000000000000003736ebf284ca62ef5126bc6a62a23cc7806a22d7c6a0d 2,870 1.00/1.00 vMB 45
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.79 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.