Loading Tool

Explorer IconExplorer

Memory Pool

28,265 transactions
27.82 vMB
0.08489546 BTC
Random Selection Loading Transactions
Max Size: 133.69/200 MB

Candidate Block

Mining Attempt b67b16ac214e827a2d321bb6e2e0b469390e80927d1426847b2b1b102c93c3f3
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root c9bcbe3f5c700cb14d571dcef52af6b53fc49b32df7781ac59f798b39f9435f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.03180316 BTC
Feerates: 157.35 > 3.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (150,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,680 763,680 00000000000000000002c1ad58747acf2753215eaf3505aebc9f55a91c5960f4 2,568 1.00/1.00 vMB 23
763,679 763,679 00000000000000000005010baac14746143884967b35c0307fe20bd0ba74a4b3 2,735 1.00/1.00 vMB 35
763,678 763,678 0000000000000000000556d78f96d2d22b9c2d9ee5444bf8908a565fbc2d3483 3,229 1.00/1.00 vMB 40
763,677 763,677 00000000000000000001b336b907d0b3663c41a932eea1735cd28ba127d5ba59 2,776 1.00/1.00 vMB 37
763,676 763,676 00000000000000000004288ee69b1b9b8e10cbfc385e41411e80cf3b3bc795b2 2,218 1.00/1.00 vMB 48
763,675 763,675 00000000000000000004659a9ffb3df1b7f3fb31b6407a6e35bbc03a890097b2 2,549 1.00/1.00 vMB 54
763,674 763,674 00000000000000000001ef04e77b2eb1219887e8cdf1f1ef6fa9a264efbfed2e 3,257 1.00/1.00 vMB 40
763,673 763,673 000000000000000000009f8acfcf9e24bf35f921349a95f6be2cbcd42e214f73 2,946 1.00/1.00 vMB 52
763,672 763,672 00000000000000000002be1ecb5125765125a8d9836a7f2cefbecf646fa2674e 3,056 1.00/1.00 vMB 39
763,671 763,671 000000000000000000011d827b7b29ae0b5fceefeadc4814d506acefd9e88e6f 182 1.00/1.00 vMB 14
763,670 763,670 0000000000000000000372be5298d19a85c3e8f91af2ade27d87e5376d3ecc50 1,185 1.00/1.00 vMB 19
763,669 763,669 00000000000000000004a67af495d8d729c122b5f4b9bb62032188b93054440c 2,858 1.00/1.00 vMB 44
763,668 763,668 0000000000000000000546afb0148e91cb02f14d4bfbe879d6881df2c47e58bc 788 1.00/1.00 vMB 21
763,667 763,667 0000000000000000000734c81f125c3e008a067ec3909cd02a8dd83b552758d6 1,139 1.00/1.00 vMB 15
763,666 763,666 00000000000000000006f93fcc890e8eab799bbfe0ee85ccd7162720951b0b2b 2,738 1.00/1.00 vMB 33
763,665 763,665 000000000000000000026fb4445cb9e9bf94506de16c11b76c52766129571371 1,268 1.00/1.00 vMB 25
763,664 763,664 00000000000000000003b62b764962a7fbc336e41f067714700249e7333951b9 3,091 1.00/1.00 vMB 34
763,663 763,663 000000000000000000031214d6fe892eaab2a5ec263db159d8dad8b14fec37fb 2,636 1.00/1.00 vMB 49
763,662 763,662 00000000000000000004f2716e87d6cfba63b9c429750f1ca7f14b4adef60d80 1,041 1.00/1.00 vMB 38
763,661 763,661 00000000000000000002e7cab50cf7b29563d567a8e6f85a84e069ac51c6320b 2,595 1.00/1.00 vMB 32
763,660 763,660 000000000000000000070b007965cfdb373bb67c2cf9cbe381da1fc55bd5626e 1,437 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.