Loading Tool

Explorer IconExplorer

Memory Pool

50,571 transactions
28.90 vMB
0.07704790 BTC
Random Selection Loading Transactions
Max Size: 154.50/200 MB

Candidate Block

Mining Attempt 62f9d9a91719fd599193c169d09dc844e40c0e96e525895b58b1be1046566d1f
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 9d151aed257c35f09e9c767ac900f43ac69f3978fe13a6ad646bb9536938376d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,821
Size: 1.00 vMB
Total Fees: 0.01326244 BTC
Feerates: 40.21 > 1.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (438,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,933 475,933 000000000000000000ed1de287a1d9699bbb17d074d57119d4a780f516c276b2 2,037 0.99/1.00 vMB 110
475,932 475,932 0000000000000000007a687988eda81e49ecad783af420e0988b3a4c8cd47980 1,360 1.00/1.00 vMB 302
475,931 475,931 00000000000000000144e31010c4bbf46b62add8b2df0d9747cee27d07f621f6 1,365 1.00/1.00 vMB 386
475,930 475,930 0000000000000000002a3748fa9e3b771f3561762b3cb82630c6d7213b5748ed 1,319 1.00/1.00 vMB 364
475,929 475,929 0000000000000000014d09dc456b14960ee239fff9e11c2328b3d804d4d57482 1,351 1.00/1.00 vMB 536
475,928 475,928 0000000000000000013d771a91667b3d8bcbdbac8353face79fba61936795f3e 1,929 1.00/1.00 vMB 204
475,927 475,927 00000000000000000143aad578ea87a72ce7d22bed5f6c9afb4eac6a2aa413cd 1,525 1.00/1.00 vMB 533
475,926 475,926 000000000000000000a1c54d3e7c186a11a62b867ee54260d016a251268de847 2,188 1.00/1.00 vMB 549
475,925 475,925 00000000000000000038ae8672254e45ea47ceb0b7b26456e183cb67afc486c2 1,998 1.00/1.00 vMB 145
475,924 475,924 000000000000000000e3ede46bfc34441c385d9981f1e16197282b89b435075d 1,399 1.00/1.00 vMB 131
475,923 475,923 00000000000000000134b41286c57ab63f384466667630b16fc3eede89afc6c7 1,576 1.00/1.00 vMB 389
475,922 475,922 0000000000000000015884cc2703dcf7eaecf60b88f44fb2659c61ce672e3ac3 1,495 1.00/1.00 vMB 198
475,921 475,921 000000000000000000ce3df21003a601a7edd2da1b4d9e5c6a46b86086cad0ae 1,638 1.00/1.00 vMB 524
475,920 475,920 00000000000000000105634aab262ed65fd68ab568014db97568a1508a0a1952 1,638 1.00/1.00 vMB 183
475,919 475,919 00000000000000000143d76217f943f2954f35d0000381ab6d1f2124df5fe250 1,936 1.00/1.00 vMB 426
475,918 475,918 000000000000000001031ec2ce5c46dfe57f55d8b7bf4bac6652ced81080a798 1,965 1.00/1.00 vMB 67
475,917 475,917 0000000000000000012dc9fbdace03b8b6560d0bbad91635b669a9c48f31ce8a 1,812 1.00/1.00 vMB 96
475,916 475,916 0000000000000000006a01f3bec258cbe3fd1e3e2c7f1b33013982c96443e327 1,681 1.00/1.00 vMB 117
475,915 475,915 00000000000000000026fad79b7ca9587f54a087a2da86f3e53a13bfdbfd2d04 1,807 1.00/1.00 vMB 114
475,914 475,914 0000000000000000000ea6a68b809a19263f96fde1d9389005b34474999bd7ad 1,772 1.00/1.00 vMB 150
475,913 475,913 0000000000000000008609babde53a334530eda1008be1667d82be74bc663101 2,197 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.