Loading Tool

Explorer IconExplorer

Memory Pool

71,727 transactions
27.77 vMB
0.06005412 BTC
Random Selection Loading Transactions
Max Size: 164.65/200 MB

Candidate Block

Mining Attempt b26681b4aaeb8d31fb0237d7113cb6b707c30328df82e3ff643af08c040a269c
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 7754328400c42ede03fc029d5e105dba9d14a2dbe8a476655f19f0d6012d2e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00476930 BTC
Feerates: 21.55 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (165,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,633 749,633 00000000000000000004ebdaad813c4395415152af03bbcbceac90d46ef9628b 555 0.19/1.00 vMB 8
749,632 749,632 00000000000000000000d6445143b43fd51d376f0981eed490d26b137db6e463 1,157 1.00/1.00 vMB 3
749,631 749,631 00000000000000000002d1a2fc6bfcbafa60c3aba0740c39c164e9dcc98c8d6c 1,280 1.00/1.00 vMB 6
749,630 749,630 0000000000000000000917009f076589f1cf5239aad0d0dadf970fce2a274be2 2,386 1.00/1.00 vMB 8
749,629 749,629 000000000000000000020083c735844f0b327ad05d1ac920e005d7c4e2e822d6 2,813 1.00/1.00 vMB 13
749,628 749,628 000000000000000000080efc2f673c0a22ab39f74c3db501bfa4f725bb93cec3 2,044 1.00/1.00 vMB 7
749,627 749,627 00000000000000000005781974817d8ff82b3f35d56949c3f5870a0b0d839ccf 887 1.00/1.00 vMB 2
749,626 749,626 000000000000000000018c70a936dfc062cb40ad2a4e6b51f1488cfeb15c06d1 937 1.00/1.00 vMB 4
749,625 749,625 000000000000000000072d35899fac4e780409948e0fd005c030ea35af57c6c2 1,339 1.00/1.00 vMB 5
749,624 749,624 000000000000000000044dd0c1457e99e07568aebb18e76bc75db2c9b86b249c 537 1.00/1.00 vMB 8
749,623 749,623 00000000000000000006cc9bf2039e02a3994f4fd004d3f7c35cac131020806d 3,586 1.00/1.00 vMB 4
749,622 749,622 00000000000000000005a00b1abd73a10455d9be591d0f76c4ae30bcd2c39833 1,799 1.00/1.00 vMB 4
749,621 749,621 0000000000000000000057541b399ed630b1ac2202e8236b467138b439fbc0ed 2,922 1.00/1.00 vMB 6
749,620 749,620 0000000000000000000119f6e4c8b36d3bc792c5f8888a1c33e93ce7fda2602f 2,342 1.00/1.00 vMB 9
749,619 749,619 00000000000000000006e4ced18baf673eb13b5b6af61d4e3bf35efb0ac0c075 2,915 1.00/1.00 vMB 15
749,618 749,618 00000000000000000005a48714660cc9fa2e78626ce39bc2507be4373fdc863a 2,680 1.00/1.00 vMB 4
749,617 749,617 00000000000000000004381bb1f1f3b077ab09338f8aea60c76b85f6c1f8154f 2,956 1.00/1.00 vMB 15
749,616 749,616 000000000000000000030471f6d7f0f32d93748f52402095b4306f1098120a29 2,644 1.00/1.00 vMB 10
749,615 749,615 00000000000000000001a47da5207a5712aa5a8906a9273e441a900ae7b6b5ca 3,338 1.00/1.00 vMB 4
749,614 749,614 00000000000000000007a67b5174aef341cf5b79e5332720ac5e592b66f83d59 2,464 1.00/1.00 vMB 6
749,613 749,613 0000000000000000000659b0484fefcdfa7806158bb2bec40f2dbc626f29e149 1,394 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.