Loading Tool

Explorer IconExplorer

Memory Pool

86,474 transactions
31.76 vMB
0.10727545 BTC
Random Selection Loading Transactions
Max Size: 194.58/200 MB

Candidate Block

Mining Attempt 0bf33f9ae93dbb3c380792a46a24b2b2e26b87813432726fe4cf3db8950c2b29
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1f907614d4f67e77a0b23d800553c967ec8f78f8dfebf57af6ed127e79ab9441
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02719858 BTC
Feerates: 1,236.26 > 2.73 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (113,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,498 801,498 00000000000000000003c695c1acc1deba8499af1d024eff3baf390f0e55d729 3,202 1.00/1.00 vMB 32
801,497 801,497 000000000000000000051c9111feacdad4f598a0ddcb33c0c2a5ddfab8eec453 3,136 1.00/1.00 vMB 21
801,496 801,496 0000000000000000000123d66c8bcfd14b73c0416f502a07f60c513729e8728d 4,408 1.00/1.00 vMB 22
801,495 801,495 0000000000000000000486a811d07530374b3de5088271b17a83d8e821d5ceee 4,470 1.00/1.00 vMB 27
801,494 801,494 00000000000000000002112e0ecff5c906d65d82cd10d2c683a80799b23e094d 3,391 1.00/1.00 vMB 29
801,493 801,493 0000000000000000000542d196c12347b72c90d553baee4a4ab223e452e475d3 4,782 1.00/1.00 vMB 14
801,492 801,492 00000000000000000002c1ee69f8a44ee250faa9c3a58fe65ecc618d482ae0df 2,363 1.00/1.00 vMB 13
801,491 801,491 00000000000000000004bebde7234701356f7e129d82129bbfb4e7c0f02af8bc 2,960 1.00/1.00 vMB 21
801,490 801,490 00000000000000000002af4b54ba91e6f6f113a0d1dd6daacde643f8a6b574f2 2,672 1.00/1.00 vMB 7
801,489 801,489 0000000000000000000151ce131ab1ce61b303c65ce93d20ec333b65d811bb90 1,275 1.00/1.00 vMB 10
801,488 801,488 00000000000000000000b735bef34e72aad0b335f888a4c171f932973395b0e7 2,926 1.00/1.00 vMB 13
801,487 801,487 000000000000000000006e9aafeefcecfaf8a269a0898fd77193705e5dff39ac 3,634 1.00/1.00 vMB 6
801,486 801,486 000000000000000000033751984bda13e793180dd854dc0da60ded8228c0216b 1,042 1.00/1.00 vMB 7
801,485 801,485 000000000000000000026950ff1f52a7e24afee3b536c6a511e1766c58f872f8 2,892 1.00/1.00 vMB 15
801,484 801,484 000000000000000000009158a0c0e8b710b59acc2797c181c32baaa56f8a274b 3,121 1.00/1.00 vMB 8
801,483 801,483 00000000000000000002212c409e28178ea90ff99165f2ca95a40ce4430a2624 1,341 1.00/1.00 vMB 10
801,482 801,482 00000000000000000000c7b6c8691e54742a9b9abd030c1959686ca2f3f89e16 3,364 1.00/1.00 vMB 14
801,481 801,481 0000000000000000000300dd6fb05d4e72e4c66d540aac2f9686bc8f7dd968bd 1,352 1.00/1.00 vMB 5
801,480 801,480 00000000000000000001d0e67dee91dd1e2d77ba2bf2903d6d4e0145be033a7a 4,471 1.00/1.00 vMB 5
801,479 801,479 000000000000000000020be06c993b668143ec5845c5ea5450128f9131def69f 2,553 1.00/1.00 vMB 12
801,478 801,478 000000000000000000012ca1cd8e9a93408146d0006293329c425b1c93194ab3 6,108 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.04 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.