Loading Tool

Explorer IconExplorer

Memory Pool

75,727 transactions
30.60 vMB
0.09530172 BTC
Random Selection Loading Transactions
Max Size: 181.23/200 MB

Candidate Block

Mining Attempt 1f85a3788905d2f2687aadf4711e634ddad021737e11935d894d48d168e0ee81
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 0afb5f88793ebc89518f3edca462c73eaf1476940fe34e30ea32c7619340965f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,475
Size: 1.00 vMB
Total Fees: 0.01910559 BTC
Feerates: 73.20 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (793,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,930 121,930 0000000000006f191b5b19dbfce0b2b6c8024007e30d353d4bbde231fb6671b7 1 0.00/1.00 vMB 0
121,929 121,929 0000000000005f04f4c95b0ed263cb31926db5b6c7a5e5118df2bc79fdad30c4 54 0.01/1.00 vMB 2,110
121,928 121,928 0000000000009300dad4d0897ac0a64a3b47669f2a2fc899166b82a9d864d86e 35 0.01/1.00 vMB 1,028
121,927 121,927 0000000000008c1225d092765f27e26801cdcf0e1fe30f308be9757cec269eca 25 0.01/1.00 vMB 0
121,926 121,926 00000000000098d6e5c128d6d2fc197751ab3e81dcb926345dab0b8df87293e1 10 0.00/1.00 vMB 0
121,925 121,925 000000000000753fcdd9f8a215346864026a102db3de8d7d683b015aa583dbab 11 0.00/1.00 vMB 0
121,924 121,924 0000000000008e11ea258c8d0522ac18313a460928f530c037254f83c5d3a50d 5 0.00/1.00 vMB 0
121,923 121,923 00000000000062fc2ef91544604a9d6d7afa3fe8101420e82d8f173c303c7ac1 7 0.00/1.00 vMB 670
121,922 121,922 00000000000076011a95b6ad631dc9ace823ee68755e89939ca68c9725acd00a 10 0.00/1.00 vMB 0
121,921 121,921 000000000000152d26431011f9b56925b90a7e6532de3c6d48afaadb7f92d1f7 17 0.01/1.00 vMB 394
121,920 121,920 00000000000003e0353eb04cbe6d5e6c0a87e3d4e398f297c2d93168c4500e95 11 0.00/1.00 vMB 586
121,919 121,919 00000000000008fd9892d9b607af5fd2f7e3fbd57a7163f1369ef004b7e04208 11 0.00/1.00 vMB 574
121,918 121,918 00000000000009161db31aa6632c42c9c61125eb9ba3e43900ba43ee70b5a52c 12 0.00/1.00 vMB 872
121,917 121,917 0000000000005eb2ba5c9dcbdda348477c61b8730db08a3f371bd2c76d08e3ec 8 0.00/1.00 vMB 0
121,916 121,916 0000000000007d2a8fbac35458206787d39c58b75e1d0422b06777e00f43ee4d 10 0.00/1.00 vMB 0
121,915 121,915 0000000000001c9a4e4ff9861b9d1b55bff34f10aaef17a5945ec330ae185ae2 17 0.01/1.00 vMB 333
121,914 121,914 0000000000007983505069ef7b489501689eb14e7360c3e8da7349115dbf395b 5 0.00/1.00 vMB 333
121,913 121,913 00000000000061a360df4021eb59e0052eeb275e8d0186448a103e70a955f2ac 47 0.01/1.00 vMB 492
121,912 121,912 00000000000053fff430d147a5212ef6e41f301322bd2fc5f56abf761f3d6b71 9 0.00/1.00 vMB 0
121,911 121,911 0000000000004e76bb2f9d84bca5b32f61be1ceefe59ec2958b7d83c8a4e69d8 9 0.00/1.00 vMB 613
121,910 121,910 000000000000584fd84b970bc8c65e55bacdcda48259924da5c6fc02bec2082e 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.13 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: 740.89 GB
    • Received: 18.62 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.