Loading Tool

Explorer IconExplorer

Memory Pool

38,758 transactions
26.18 vMB
0.05786320 BTC
Random Selection Loading Transactions
Max Size: 135.65/200 MB

Candidate Block

Mining Attempt efc9e53ca4ca4b6df5d91e8d098f5d26d6c8a4553fa60c3e9416fc573336cba6
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 767c08e642c364f4daa989ae66bc4e604802ceb5048867a2b99342d606a9d45c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,473
Size: 1.00 vMB
Total Fees: 0.01000909 BTC
Feerates: 50.62 > 1.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (575,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,953 338,953 000000000000000013a87373bb48a6834f77f83c916b95923bd1d9136184bdd1 674 0.33/1.00 vMB 28
338,952 338,952 0000000000000000140d5438e1e9ab68648b5b8aaa8d81cc351ee17b6cbebd88 773 0.46/1.00 vMB 22
338,951 338,951 0000000000000000043f8eaaf17f04fed1743290378d853e3a7dd7ee59f30021 652 0.32/1.00 vMB 40
338,950 338,950 000000000000000015ce74dc940e93a7dabdbdce94bcf9dc105037d3f02d742f 1,167 0.71/1.00 vMB 22
338,949 338,949 0000000000000000120293cd9df98ce083eda44371baa65df01996d85fb14a95 297 0.19/1.00 vMB 30
338,948 338,948 00000000000000001481ab5d8c4824c74541bdcd5d983366b742cedab2767cf7 707 0.45/1.00 vMB 19
338,947 338,947 0000000000000000113719655a8d0ff099bb16b2ce29b5531e8a6e6e310125a9 1,039 0.50/1.00 vMB 25
338,946 338,946 000000000000000015edf69ca84b2ff0e64972fef79b1fcf0724e36ac46266f7 115 0.10/1.00 vMB 11
338,945 338,945 00000000000000001825169177330cbf3c85e65d9850cf699b1d52ac69194624 507 0.50/1.00 vMB 9
338,944 338,944 000000000000000006a42f49d0e1e9acd3cf97a4a0b0b28c4bb726b353f2702f 1,263 0.75/1.00 vMB 28
338,943 338,943 000000000000000018c8fac5df06ab689fe53266d2b39a25d6e537dd52d314e3 2,391 1.00/1.00 vMB 42
338,942 338,942 000000000000000017d9ba77ede3e9a7ea8b3a72732e7f3f33c7dad4eb2904a4 1,350 0.75/1.00 vMB 18
338,941 338,941 000000000000000009e9bd48eef8271409b7e6efe38ef2af556be0c08c4bff40 460 0.75/1.00 vMB 14
338,940 338,940 000000000000000009b78e7ea5e2b5d06ba20e6de149a1c69a9af522425dd0fd 1,571 0.75/1.00 vMB 26
338,939 338,939 00000000000000000f54e73d7e3a3b8b651208b1ee601669b2de7f27e4ace0ab 2,531 0.75/1.00 vMB 44
338,938 338,938 00000000000000000b6d19bf987f0b8a86a5be11f0b73283ce148034253cc174 737 0.42/1.00 vMB 28
338,937 338,937 000000000000000011aadf15e8004bac258ff5961d348b07e4488174a45ef466 146 0.07/1.00 vMB 25
338,936 338,936 00000000000000000d1d59347069cfe59c15e59b30b0bfe5a9596bbf32615651 371 0.25/1.00 vMB 18
338,935 338,935 00000000000000000cb47fb59a70edb727241c029a4f571311ccc5d71957d229 972 0.55/1.00 vMB 23
338,934 338,934 00000000000000001101d6cab1a03cf965ddb33aff5726f2c31725f85e5fb39d 380 0.23/1.00 vMB 19
338,933 338,933 00000000000000001039297670301909606f2e32d571844ac9b57e641697f9cf 1,001 0.53/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.69 GB
    • Received: 14.16 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.