Loading Tool

Explorer IconExplorer

Memory Pool

49,430 transactions
29.84 vMB
0.07588234 BTC
Random Selection Loading Transactions
Max Size: 159.69/200 MB

Candidate Block

Mining Attempt b43a6e09eeee8bf221d1314b1fc9764ee1f77a85fb46ba4cd41b6f8b0e073495
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 7ba32e828e64a4b6075f80388227213ccdb6c9a304cab8bc3414f86c8368e44b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,141
Size: 1.00 vMB
Total Fees: 0.01404747 BTC
Feerates: 117.91 > 1.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (113,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,603 801,603 00000000000000000003e4c0f4e7cde409e180d9ff5b3dbb5344f036e47cf8c4 295 1.00/1.00 vMB 8
801,602 801,602 000000000000000000051a3f744f1dad355a885ebdf0507a5103b89da126efd9 833 1.00/1.00 vMB 12
801,601 801,601 000000000000000000012a5896c9dbcd0de7a43a5b6c985f175b5787f2a214f8 617 1.00/1.00 vMB 8
801,600 801,600 00000000000000000005116758c76839b81d8f88dae9c1881979aeccc525e52c 2,005 1.00/1.00 vMB 8
801,599 801,599 0000000000000000000205a0af0207bc2b85a08ee3ebec7075f9b81dbef72d82 2,571 1.00/1.00 vMB 19
801,598 801,598 000000000000000000016b3130ab0d428cb494a231dba75b82f6dc826fcab8d0 1,537 1.00/1.00 vMB 14
801,597 801,597 0000000000000000000287e20c250b057bc30eb4e9b98805bf5b5f2544568533 2,333 1.00/1.00 vMB 22
801,596 801,596 00000000000000000000af77d3d58e496e2ba5fb550c11a00d9ba392ffecdebf 1,765 1.00/1.00 vMB 11
801,595 801,595 00000000000000000002b8a8d30e025cfc7698418035a1be6d84febcd3a9547b 1,080 1.00/1.00 vMB 12
801,594 801,594 00000000000000000002977807ac659530a832ed30fedb733739fcb3b6a08d12 2,851 1.00/1.00 vMB 17
801,593 801,593 00000000000000000002d31c733ded29f270bf8a2c6c0860e7d952be2fb28aeb 436 1.00/1.00 vMB 10
801,592 801,592 00000000000000000002164b0e6a5f258568a848743369384319f8bec76e34b8 3,642 1.00/1.00 vMB 16
801,591 801,591 0000000000000000000372d55b66b9eabeb2fb5b0bc56b6447c1b10803bb0281 4,227 1.00/1.00 vMB 13
801,590 801,590 000000000000000000022d3b4bcab849e556873b1c971ebee64dfe62c77790cb 3,976 1.00/1.00 vMB 17
801,589 801,589 000000000000000000044857ca6e5eb4694bfc3eb49f10fc1a0de03df8cfbc48 4,173 1.00/1.00 vMB 21
801,588 801,588 000000000000000000025e747716fa73f4f31818c9c4b9e4bd2dff56260765dc 4,227 1.00/1.00 vMB 18
801,587 801,587 0000000000000000000410b951790b93c89f9d96944c1753234b906e4bd431f2 3,515 1.00/1.00 vMB 19
801,586 801,586 0000000000000000000348b76d4c9148d61afd26301a282b0efada62127b30de 2,893 1.00/1.00 vMB 25
801,585 801,585 00000000000000000002d161a3ccacc8d7a6d2663c9a356a9500f938fa6157dd 1,771 1.00/1.00 vMB 14
801,584 801,584 00000000000000000003d1aaab2fded32d0aef7c2d2f74cc41e2ffad0e72b2d5 1,856 1.00/1.00 vMB 15
801,583 801,583 000000000000000000051bb731dabd95e6e60467f9a0f4950245a842d0326668 478 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.