Loading Tool

Explorer IconExplorer

Memory Pool

84,759 transactions
31.71 vMB
0.10865473 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt f32f347311f861cbb4f2ed91e83d4788dfe79c10827a9e7195b540274e860d6f
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root f1ce2f76161e8360ab465f7a1920801db46e16cbfb8a1b6189d00a48302c20b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.03402058 BTC
Feerates: 299.70 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (227,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,824 687,824 000000000000000000046ef5c738d913cdbe2f09f51098b1f552fa765e69b1d1 2,538 1.00/1.00 vMB 36
687,823 687,823 0000000000000000000d3eb5e5050373377568afa86a295f41f7f968b01893c5 2,172 1.00/1.00 vMB 59
687,822 687,822 000000000000000000039e91f53f8c3ae52acc8ee5332acd331b4312e01f6f2b 1,715 1.00/1.00 vMB 31
687,821 687,821 00000000000000000008431c037fb60eadc66c2108d727b1ff27270b0698cdb1 2,179 1.00/1.00 vMB 39
687,820 687,820 00000000000000000001141791371c5a93359b97ec495c87d3b7369d637ff21c 1,980 1.00/1.00 vMB 36
687,819 687,819 0000000000000000000c3e0f160c05a2335e0c41c9fe7e7534354c6fac451192 2,626 1.00/1.00 vMB 55
687,818 687,818 00000000000000000004d453a069b2944b0fcc7dd9ee891947a2edf2b80a92e0 2,503 1.00/1.00 vMB 39
687,817 687,817 000000000000000000040ed81eb85ba6a202c7bdd0c34cded12d883ef9e59c1a 2,827 1.00/1.00 vMB 46
687,816 687,816 0000000000000000000256bac70a75aabdea41c41aae2b0892a8aa926d36afda 2,761 1.00/1.00 vMB 35
687,815 687,815 00000000000000000008e1a819dba452cbf4ad1625dd55a57531bafbd5eb996d 3,011 1.00/1.00 vMB 59
687,814 687,814 0000000000000000000524790e67e74c20b01b75ea4eaa80343f95ff73de8e0d 2,512 1.00/1.00 vMB 57
687,813 687,813 0000000000000000000a669df05be89c7c02c85a348baa2873320aee1f06ad61 2,829 1.00/1.00 vMB 63
687,812 687,812 00000000000000000004bd803d1489f7df4d139987ed2ee761d0eb0726d2c088 2,697 1.00/1.00 vMB 25
687,811 687,811 000000000000000000065d7e28e020390c18934cf7381a8b4a0bdb741a6fe6db 941 1.00/1.00 vMB 25
687,810 687,810 0000000000000000000bad85dce1f717e6058098dcb96f40bbbdf2e51120029a 2,118 1.00/1.00 vMB 34
687,809 687,809 0000000000000000000b68d632ad9502365b3a3beed8e5a6c913512a031bd071 2,593 1.00/1.00 vMB 80
687,808 687,808 0000000000000000000c76da091c37595506bad1fa95bcb011c1aadf66040cb3 2,649 1.00/1.00 vMB 45
687,807 687,807 00000000000000000008996a6160fb52d80e8f676a3c6f0dbc8d3e751459803d 3,760 1.00/1.00 vMB 9
687,806 687,806 0000000000000000000489d050be1cb87b11ff2e77c9c6768b44f47f6eae6136 2,625 1.00/1.00 vMB 3
687,805 687,805 000000000000000000039b84224636405a2c007cd46c0be523bb114abbd62edc 2,323 1.00/1.00 vMB 38
687,804 687,804 000000000000000000098ea6d8f6df3bbb52718b4ec2833ce0abc34461d7a11e 2,246 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.78 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: 709.62 GB
    • Received: 16.94 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.