Loading Tool

Explorer IconExplorer

Memory Pool

74,780 transactions
27.62 vMB
0.07599182 BTC
Random Selection Loading Transactions
Max Size: 168.40/200 MB

Candidate Block

Mining Attempt 5d4675ef6081aa576e7881e047dccbc82bf3f2b440bd53583738a72140c71d7e
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 49233fc2a3031345549e1ff27fe830537b89f96728dcef4f3ab5b6020d7a5b71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 1.00 vMB
Total Fees: 0.01693441 BTC
Feerates: 121.74 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (540,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,701 374,701 00000000000000000993e751ee89824c66795b64836f68a9e427b2f3da5733ed 2,538 1.00/1.00 vMB 56
374,700 374,700 00000000000000000d806c6e2c6ee7c445991fb627599ea28f097cda9518b448 1,145 0.95/1.00 vMB 20
374,699 374,699 00000000000000000eb112fc13f744bfa13af8c2bbd94682c8c2dd134f39ce21 871 0.48/1.00 vMB 42
374,698 374,698 000000000000000009b905a66c49d317876ea4a2371f91b50a3f639e0d9493f7 734 0.93/1.00 vMB 10
374,697 374,697 0000000000000000070ae750e0fa4b710032acefe7db8fd5f44d882ce6a7192f 758 0.93/1.00 vMB 10
374,696 374,696 00000000000000000b0d50f5acdc4ef0bb57124e15320d79eae079466326b4cd 1,832 0.95/1.00 vMB 42
374,695 374,695 00000000000000000e0ccfe72acf6ce50dfeeef9edc49d5de96c985facc493c1 971 0.48/1.00 vMB 43
374,694 374,694 000000000000000007381654717fc8e81336c4232191a5c2163727732440f08e 1,285 0.75/1.00 vMB 34
374,693 374,693 000000000000000009f5120222f5f2be84cd6f80e69f9a70a1ea345c833f1196 1,110 0.95/1.00 vMB 20
374,692 374,692 00000000000000000b245b5f41582d786734a8e3e5caf4faf5ec531b83c9d82d 2,474 1.00/1.00 vMB 49
374,691 374,691 00000000000000000346e49534e0cb6d8c45e766ff99e490c78d183b07fb39dc 570 0.93/1.00 vMB 9
374,690 374,690 000000000000000004b270e5a81c21de1d020914ca91dd92e7ef8ae3143e2a53 1,105 1.00/1.00 vMB 13
374,689 374,689 00000000000000000be70fc74ba64ffa66fb13b0b791d9bd4af0cdd5244c0661 318 0.16/1.00 vMB 33
374,688 374,688 0000000000000000055db0e2f684f2d00ec361a90b60277f6be47662c8657637 1,025 1.00/1.00 vMB 18
374,687 374,687 00000000000000000732cab0cad1dd18dc2f4faab3f990d42d5dafbc526e6792 1,094 0.55/1.00 vMB 45
374,686 374,686 0000000000000000017ac20e6be2603eb432d896bcb728f86642d9f6953cd142 827 0.75/1.00 vMB 22
374,685 374,685 0000000000000000003bfbcdb7d2c5dbec5787c81daa198ad8eda6967518bf7d 686 0.93/1.00 vMB 12
374,684 374,684 000000000000000012957aec978281e748a3b0e4dc7a26adcab050c8cb9e3c80 2,257 0.93/1.00 vMB 50
374,683 374,683 0000000000000000116620caec90487439efb60e90ea1a6858cc2faf2be4c129 1,372 1.00/1.00 vMB 25
374,682 374,682 00000000000000000898c7398cb77d2c1fbb27f7d72e45fe8212fc6197b2b652 1,356 0.93/1.00 vMB 26
374,681 374,681 00000000000000000630a82849434b3a5e4b788bcebf20cde00df254bfec8edd 2,533 0.95/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.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: 713.34 GB
    • Received: 17.35 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.