Loading Tool

Explorer IconExplorer

Memory Pool

76,090 transactions
29.11 vMB
0.10321670 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 806d10a471f64a63e26633b52a91426aeae73c1a8f58c63a1d2dda04d9288a66
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f7161592b94364a70dca4d170b1e6a61c2f201826fa0145c2bd386c3162b5e0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,413
Size: 1.00 vMB
Total Fees: 0.04117317 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (359,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,862 555,862 000000000000000000341c2bcc0e2eadb0a4b1453a44ac31cab893080f967a85 318 0.19/1.00 vMB 6
555,861 555,861 000000000000000000007d1b0c79500b9c1c2f300b4531fdded4c23d20eae4cb 2,287 1.00/1.00 vMB 9
555,860 555,860 00000000000000000013319ad79f2ec2bb0e2626335b45cf72a8e116d0b4454e 556 0.30/1.00 vMB 4
555,859 555,859 00000000000000000025bbf9612354e3b5ebf55f1cb69350fb66f17537ab07f7 1 0.00/1.00 vMB 0
555,858 555,858 000000000000000000087985d39139f81565d74c14360d03f73e07aa96615338 2,926 1.00/1.00 vMB 17
555,857 555,857 0000000000000000002cd7e116b43ae110a58cfbe80bdc99b2876e8be4b59297 1,549 1.00/1.00 vMB 1
555,856 555,856 00000000000000000010a1495ad185f2b91d0c99dee53f31659790641c7f4643 1,901 1.00/1.00 vMB 10
555,855 555,855 0000000000000000001b9396df4625cb7136846ac6c4f737045f5ff4aa517b52 3,315 1.00/1.00 vMB 28
555,854 555,854 000000000000000000149e18da3aebbe10087a34867338ab828d58b68a699a58 2,612 1.00/1.00 vMB 12
555,853 555,853 00000000000000000023fd370ca75e76b803e90776ff87435161960149ce4a0a 2,476 1.00/1.00 vMB 4
555,852 555,852 000000000000000000293eba21be1f4b401938e7785861e1a82707bfa5ec356c 2,559 1.00/1.00 vMB 5
555,851 555,851 0000000000000000001b3ce5eed8cd44c490e733b2e68ba1a18fb9d472c3206d 3,050 1.00/1.00 vMB 11
555,850 555,850 0000000000000000002c308bb4e766c7932892ba784a96cb464b34da29520ede 2,366 1.00/1.00 vMB 31
555,849 555,849 0000000000000000000182856d8f538d6a21a4f4fcc6cca90862f9b56243cab3 3,374 1.00/1.00 vMB 31
555,848 555,848 00000000000000000017eefaba6fefcb50ae4b75a81d84b2434b3da8c913d327 3,276 1.00/1.00 vMB 19
555,847 555,847 0000000000000000002ec62a9f57cd012a88943e434cc767b77fd66c933019d9 3,234 1.00/1.00 vMB 26
555,846 555,846 000000000000000000038f4bf0f06b1f6ee430774607690570d39ca70e7ce50d 26 0.01/1.00 vMB 43
555,845 555,845 0000000000000000001d83e6d6a4aa66d957db5806646143018fed9953f54778 260 0.11/1.00 vMB 14
555,844 555,844 0000000000000000002583e1f91718f662b2bfe9feefc1dc852f3ea1dcd12b93 2,030 0.83/1.00 vMB 14
555,843 555,843 000000000000000000327f6e99b054e6bd5cb4158a8e9190871d947512bcbc89 1,938 1.00/1.00 vMB 2
555,842 555,842 0000000000000000000ede9cce3afec1365be946efae16ad9a2cfcb9c3e46c27 3,165 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.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: 667.91 GB
    • Received: 15.31 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.