Loading Tool

Explorer IconExplorer

Memory Pool

78,807 transactions
29.21 vMB
0.08475150 BTC
Random Selection Loading Transactions
Max Size: 176.84/200 MB

Candidate Block

Mining Attempt 15a823b3d26ca3c5f53162aa6828a4eb035abcf7cf1cf4e7e31e7d5c9180297e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 025396c0b2c3b78f43cc094e1a808b784feb36d0fb23d7087610aa068b7fbf93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.02352942 BTC
Feerates: 178.73 > 2.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (264,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,476 650,476 0000000000000000000badb16b23408f2c953efe4e87ae71c5ace8e93a8e87d8 2,639 1.00/1.00 vMB 55
650,475 650,475 0000000000000000000e89cd0a8be642f4c1622506a7eabb33e2c237356659fc 2,341 1.00/1.00 vMB 30
650,474 650,474 0000000000000000000444409e06c1602d928969ee6732b37e2a030c0e4f4946 2,120 1.00/1.00 vMB 39
650,473 650,473 00000000000000000005ee10eff75a0db9620516e399db5767b084877473c5e0 2,308 1.00/1.00 vMB 62
650,472 650,472 000000000000000000048bf011e85350b684ff57c7761727541bb88b8423652a 2,769 1.00/1.00 vMB 67
650,471 650,471 000000000000000000000ace796ba8d39092986d19f6b4e4655117a877d20a4a 2,560 1.00/1.00 vMB 27
650,470 650,470 000000000000000000073aaac659cd7917d327e39aa59083f08a2b6721df38fc 2,566 1.00/1.00 vMB 32
650,469 650,469 000000000000000000070757bfa80e1b14f81b4788c711005b8580730cac3c23 2,497 1.00/1.00 vMB 44
650,468 650,468 0000000000000000000431929dba2d18d789a16ce9107a862c9781331dcd6dcb 3,046 1.00/1.00 vMB 76
650,467 650,467 0000000000000000000cb168917be4e784f6395639cdfdfd26e477a45146324d 1,679 1.00/1.00 vMB 61
650,466 650,466 0000000000000000000e7c9dad82aeaeeea0913fb0655f988127cdf86b5f6e48 1,927 1.00/1.00 vMB 31
650,465 650,465 0000000000000000000ba497b100cde9fb532a46ed743c4c7b441e9b630cc52a 1,917 1.00/1.00 vMB 38
650,464 650,464 000000000000000000073f1e2aa6ae60b1b6b5feddf222c5f3ac8bce8f1c6aa3 2,658 1.00/1.00 vMB 11
650,463 650,463 0000000000000000000ae6a3606a483e0cdb964c9faeb9a485619ce4a6fd07dc 2,439 1.00/1.00 vMB 49
650,462 650,462 0000000000000000000504159f59c7b217f95f8772ce7e0d9674b575e4a86005 1,765 1.00/1.00 vMB 27
650,461 650,461 0000000000000000000b0623dcbcd611b9952835299389d6065547a3b1fc63d1 2,166 1.00/1.00 vMB 70
650,460 650,460 0000000000000000000165788da40efe13bde207a60f0c5ac7324ccf9bc4ce27 2,398 1.00/1.00 vMB 28
650,459 650,459 0000000000000000000271ba3cf3e927c20222835cc486d7ff21cb204e934aac 2,659 1.00/1.00 vMB 20
650,458 650,458 0000000000000000000da536c2ecb31bd2ec2b3af4640b6996575a6ae6f2a89d 2,438 1.00/1.00 vMB 28
650,457 650,457 0000000000000000000ab72ca86f44f4aa7b5d520d70f2d67d50ad778f238043 2,205 1.00/1.00 vMB 44
650,456 650,456 0000000000000000000729877cc769b5ac0adb39a4482f20ce70c7b8b18948c4 1,954 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.68 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: 678.84 GB
    • Received: 16.44 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.