Loading Tool

Explorer IconExplorer

Memory Pool

37,878 transactions
26.05 vMB
0.05184165 BTC
Random Selection Loading Transactions
Max Size: 135.04/200 MB

Candidate Block

Mining Attempt 9651809b44faafb78157d069aee123754fe04c4f7c1008737e35883cd1247997
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 692bb75a981d2ec3016c3456cbf9434d193a16903b9176a3664d28091b13391d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,917
Size: 1.00 vMB
Total Fees: 0.00440235 BTC
Feerates: 13.56 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (247,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,676 667,676 00000000000000000003133cc9149d8f1181c8ca0afd308c3b5bc897b68c12e0 2,606 1.00/1.00 vMB 25
667,675 667,675 0000000000000000000c52ee2f5a20de5af6d7a58b2c6e0a4f39c3edeb0bcdaf 614 1.00/1.00 vMB 20
667,674 667,674 0000000000000000000403a65160b298c476f14ada224ab267f4f1414ed9e859 897 1.00/1.00 vMB 28
667,673 667,673 0000000000000000000493309ed73c4071158ae70e38b461632a0fe949491146 2,330 1.00/1.00 vMB 104
667,672 667,672 0000000000000000000d58a67833c99571ae59098f81e63cb83c2f919538b8a8 2,512 1.00/1.00 vMB 38
667,671 667,671 0000000000000000000ab9870403e6b6b412209716cacaa0543cfdcfff94063d 2,436 1.00/1.00 vMB 39
667,670 667,670 0000000000000000000d4de657a8d490827cba819da81f8e5a5b189d155505f6 2,766 1.00/1.00 vMB 89
667,669 667,669 000000000000000000022da7ae9eba637582a92e1fe84dcec64bc31bdeceb2d6 2,337 1.00/1.00 vMB 60
667,668 667,668 000000000000000000040a2575cdf134a1ed0aee27c3978e428cb13b9bb96316 2,262 1.00/1.00 vMB 95
667,667 667,667 0000000000000000000581156c59afe446406d5beb425a57efbf0dcef8c6f9e1 2,407 1.00/1.00 vMB 23
667,666 667,666 00000000000000000004a2049df7e1ebc9d840c52fa0f0c8d700224774730fec 2,603 1.00/1.00 vMB 40
667,665 667,665 0000000000000000000b8dee9e6b51e469643da3da326f34288971d906c40c6c 2,265 1.00/1.00 vMB 100
667,664 667,664 00000000000000000005ccae1e7ad294306a90486ae5df0d801af3f86e22ce4c 2,097 1.00/1.00 vMB 89
667,663 667,663 00000000000000000007921f5cd04c24f89de48d8d5e4104902c4e90f107b43f 1,823 1.00/1.00 vMB 39
667,662 667,662 0000000000000000000172e547681c29603c2c3be2ba36737401f2dad0144dea 1,710 1.00/1.00 vMB 61
667,661 667,661 0000000000000000000b64e6124c75432db2102523ebc9f7e58962d39b2c4a8e 2,394 1.00/1.00 vMB 66
667,660 667,660 0000000000000000000cd7318b5e3f61d5fe59c246981d21ceafde6884b2e357 3,333 1.00/1.00 vMB 65
667,659 667,659 000000000000000000042d3db045dbb6b31dcb6ca881f5f8b273ece9885ffd63 1,092 1.00/1.00 vMB 83
667,658 667,658 000000000000000000063382b2d7e3c4c09389e159a4cb8eb96f0eb63ff769ae 2,683 1.00/1.00 vMB 100
667,657 667,657 000000000000000000013c03549bf693339e100e0169b7a442681c0c698ec555 2,690 1.00/1.00 vMB 98
667,656 667,656 00000000000000000003c8eb35d01d9e10858bb139835a1f3950074bb5e9adc6 1,890 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.