Loading Tool

Explorer IconExplorer

Memory Pool

10,830 transactions
3.67 vMB
0.01284142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.44/200 MB

Candidate Block

Mining Attempt 00a925eaf40917846c7b75e4a8028044b44880f90c75501247515bcd11a82633
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 1102941d76c4d5b0218a992090fdc2cc2b18fc9b64b3c1f9d7ea9bad356e29c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,746
Size: 1.00 vMB
Total Fees: 0.00890690 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (692,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,683 220,683 00000000000002292e28bc8dd8e19f1b4189c8448d1404783e88da47e71edf30 533 0.25 vMB 178
220,682 220,682 000000000000042ec1e7c6411269213888f701f1b0e82c2a2f361a2b416e0251 622 0.28 vMB 187
220,681 220,681 0000000000000256e62f1e55dccaca46ed2fe103e41adb1294812cfa0583f014 299 0.13 vMB 183
220,680 220,680 0000000000000077b11564752851491b7eca317fbd2a6433ec3049b2dee2a473 54 0.03 vMB 84
220,679 220,679 0000000000000494f7a5785c15f90e8f0cccc9b9fda5d86a7aa274b5712b10cc 607 0.25 vMB 198
220,678 220,678 00000000000002d26c249b2b7b9734755965f068d48fc0351aa7ce963284cb45 356 0.24 vMB 220
220,677 220,677 00000000000003b63245bdae3bfe090a8db7bf2e1b1d400d43ac0c259b60fcd7 320 0.24 vMB 163
220,676 220,676 0000000000000449baaa50b3fceee0b333cf6b9b40ae4ec224e39cc2d4016397 168 0.08 vMB 172
220,675 220,675 0000000000000514ee459d6c1f8e64433ca08d53fe4494384ca01ff5cafaff56 89 0.03 vMB 206
220,674 220,674 00000000000002222440cadda8eb948bb1d28d16cee15de1f7fab5986b9735f5 407 0.20 vMB 156
220,673 220,673 00000000000002a46cc508b1d31d147c1422b202ca6e92b13efaa9e4abe6be05 11 0.00 vMB 200
220,672 220,672 00000000000000be48dd0043fd0a460fe8b242c1508660a479ce60ffcdab8509 563 0.24 vMB 189
220,671 220,671 00000000000001f1bccda8fe90a7afe445afe55e00d2f73391d6723a29545a6d 591 0.25 vMB 181
220,670 220,670 000000000000025bd82d634a6919f19d63e7b561e206d036401a6b7eb10e5a16 146 0.10 vMB 77
220,669 220,669 000000000000036d13418899af22fe48a8a21130e0d150632d382b115385a664 126 0.05 vMB 186
220,668 220,668 000000000000043ca85f95508f820cf3e9e21b69fcfd00d99e636cc631da2851 130 0.10 vMB 91
220,667 220,667 000000000000012314c967d8e3ac1224b977985e1eec1e1939e28879310d039e 298 0.13 vMB 164
220,666 220,666 0000000000000350f4c85c9e3799cf669940051d0743ed663ccf8c693d9a8c5c 10 0.00 vMB 3
220,665 220,665 00000000000001dd38b0b257c5394c027083508547270a70f69700c8a98bcdee 470 0.22 vMB 172
220,664 220,664 000000000000022a7296b4de96aa48f7afec0dbc5d19f072355fb668bed78254 517 0.24 vMB 177
220,663 220,663 00000000000002dbbcbdbf38731087cb8799b8f5f606479754b996f29bf61282 229 0.18 vMB 67
Previous 10 blocks ↓
Total Size: 779.73 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: 367.48 GB
    • Received: 1.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.