Loading Tool

Explorer IconExplorer

Memory Pool

73,307 transactions
27.14 vMB
0.06186693 BTC
Random Selection Loading Transactions
Max Size: 165.80/200 MB

Candidate Block

Mining Attempt 72bba84ec47234bf23d11fb4200b12bc5269b78fc9f5b84beee92e34c3ab3e3e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 99fe1229c2d968ec828b2475fdb4da85cc54354ecb38bd3a5445f422b6139b00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.00429241 BTC
Feerates: 84.38 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (287,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,624 627,624 0000000000000000000d18a3cb315d32bd56d93bdcec8242e4e74da8e1511a66 2,635 1.00/1.00 vMB 36
627,623 627,623 00000000000000000008e7b45dcc5b98cb7d3811c787c0ad77410c54a30885b6 2,132 1.00/1.00 vMB 3
627,622 627,622 0000000000000000000863167e3b4992c31967c36d99a39c0e673733b25fa5f1 3,058 1.00/1.00 vMB 32
627,621 627,621 00000000000000000010441440d62f25a01120064b9f5f4d44f0a1b9c3b0c9ad 291 1.00/1.00 vMB 2
627,620 627,620 0000000000000000000edecb3e0dcbfedecd416829664d73b94d6c37a9f2dfed 1,762 1.00/1.00 vMB 11
627,619 627,619 00000000000000000004ce72b7d76aa29660b01df84f7c1b78a60e4cad07a8b8 1,036 1.00/1.00 vMB 7
627,618 627,618 00000000000000000004304adda9542ac35f8b065b3841f85564e012572ee34a 2,217 1.00/1.00 vMB 16
627,617 627,617 00000000000000000006702d9463672352527c6aab59b7194e81838a246f81ec 1,815 1.00/1.00 vMB 21
627,616 627,616 000000000000000000010525f11c34747c1b6419edd21c09d808c9ca85de0d5c 911 1.00/1.00 vMB 7
627,615 627,615 000000000000000000004b5821e2a5ce09df3cc10242d2587742026ba30c1d90 1,144 1.00/1.00 vMB 3
627,614 627,614 0000000000000000000f1de3143d19ed3e4d2b93d07ce0507cddcc8d8d1a5bcc 2,755 1.00/1.00 vMB 28
627,613 627,613 0000000000000000000d01e67532763bfc93fb4c4fb986d5e381d5e2094492a9 1,677 1.00/1.00 vMB 11
627,612 627,612 00000000000000000007271bee99c5ffafbe88948e5d14fc54045cdb65a99d8f 676 1.00/1.00 vMB 6
627,611 627,611 0000000000000000000108542d49703fc17c9284266b57af0857aae28c3e172c 1,478 1.00/1.00 vMB 10
627,610 627,610 0000000000000000000fe0025b53f04d993d60e998055c87b09839c3905f761d 2,987 1.00/1.00 vMB 8
627,609 627,609 00000000000000000005e2eda4f644824aefeb1f27bc7fa478835a0a7b2cb275 2,173 1.00/1.00 vMB 24
627,608 627,608 000000000000000000078a344cc55d6a9630efbcc94ea8089def7b464eba8c5e 2,533 1.00/1.00 vMB 39
627,607 627,607 0000000000000000000da448e91ff469737c8f0e23fac0cf825bba9fefc3fc5f 1,067 1.00/1.00 vMB 6
627,606 627,606 0000000000000000000d535f02f6fda3ddff5d61f9f04a582b6cb66b5fa142ab 2,280 1.00/1.00 vMB 8
627,605 627,605 00000000000000000007d02daa548633d912665089ae51194a0a59f400857c28 2,080 1.00/1.00 vMB 8
627,604 627,604 000000000000000000093dc419fe5a77d50fbd864dd5d892b2c2a092b42090ac 2,544 1.00/1.00 vMB 33
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.36 GB
    • Received: 17.36 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.