Loading Tool

Explorer IconExplorer

Memory Pool

81,398 transactions
30.77 vMB
0.09013362 BTC
Random Selection Loading Transactions
Max Size: 187.64/200 MB

Candidate Block

Mining Attempt fbd70d9f582e6dd8981e4b6bad536564b83b643db0af584fcdd8498c651d6fd9
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 4a5eed75ab4d433b7b3bb06940889bf0ef400527db9793d59222c50d36d24f54
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,606
Size: 1.00 vMB
Total Fees: 0.01926371 BTC
Feerates: 301.57 > 1.93 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (476,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,002 439,002 00000000000000000440f5248e949d316146b0af9c5855fb0bf18a938eed7311 2,601 1.00/1.00 vMB 64
439,001 439,001 000000000000000000225905e0fc7510f9da2fa8c56618fc27c0ae8d8105791f 2,104 1.00/1.00 vMB 62
439,000 439,000 00000000000000000350bf9e19bcc1a27a05b4d61bd0044d85e154e3b9cf08a6 2,606 1.00/1.00 vMB 93
438,999 438,999 00000000000000000133ec9705feeafaf176a19ba8d954d09539a985f5a3079d 2,162 0.92/1.00 vMB 71
438,998 438,998 00000000000000000187168f5d77c9c8dc6aa2512128795305f10c66ace43872 1,577 1.00/1.00 vMB 43
438,997 438,997 000000000000000002b7085f325f5041e92d23ec08b6336cb8675aa3c3892b60 2,099 1.00/1.00 vMB 63
438,996 438,996 00000000000000000257616ab8ed39e0e7bca056d13faf1652075a34e335e7ed 2,134 1.00/1.00 vMB 54
438,995 438,995 00000000000000000042b6b0a7bfa7f43b648167a5c0547d6b3a676e23d4c226 1,527 0.75/1.00 vMB 55
438,994 438,994 0000000000000000023522e6372109dd28f97a86eef46a54cf15199c005e6a85 2,360 1.00/1.00 vMB 57
438,993 438,993 000000000000000002d56be58d27555fe2278489974db4c2a81098b597e974e6 2,417 1.00/1.00 vMB 80
438,992 438,992 0000000000000000031b425ce3eb37f16012b41e7303d1a979d3ecd829876599 2,072 1.00/1.00 vMB 68
438,991 438,991 00000000000000000263a5bb45a26f1b6df7da39f81968f2fa183bd0a3d09ffb 1,802 1.00/1.00 vMB 49
438,990 438,990 00000000000000000273d64f96a5215e574311bad2525b95372e8606292a345c 2,315 1.00/1.00 vMB 64
438,989 438,989 000000000000000004087c6302140bbbc69f092fdc78231613d6258998864206 1,989 1.00/1.00 vMB 73
438,988 438,988 0000000000000000037f516cf60aa66bd91d4e1f35e8615481b00eb9d00e568b 1,437 1.00/1.00 vMB 72
438,987 438,987 000000000000000001e9dd386fedd15b4eab0cd69db37dea9e13dc36543527f2 2,629 1.00/1.00 vMB 83
438,986 438,986 000000000000000000e9ad1d0f0d7245d9b3bd7399cf39519fb7afd26d0e664a 1,738 1.00/1.00 vMB 45
438,985 438,985 000000000000000001ed334faeb52a6b6450b2f5f9c95ec24a0b972e64235d61 776 1.00/1.00 vMB 45
438,984 438,984 00000000000000000094dd4b4b56effc08b810d564b292eaae8085353771ae67 1,839 1.00/1.00 vMB 59
438,983 438,983 000000000000000003a6c03ccf863c8ffc8064267a9bc0a355baea7ad079422c 1,957 0.99/1.00 vMB 55
438,982 438,982 0000000000000000017e2df3ab677857bb7d9efa54ce7a54c8f341a5cfa62062 2,468 0.99/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.