Loading Tool

Explorer IconExplorer

Memory Pool

80,419 transactions
30.90 vMB
0.09117936 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt b7924e943dd8a7cb2de76d6f325c2a29cc1e2ca2ef7e96325d8703da0e26fc28
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 09a2b2399fbea67a9ac7076750c9262e0021c1adf497a461661bb914f5c8ac0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,057
Size: 1.00 vMB
Total Fees: 0.01771821 BTC
Feerates: 106.51 > 1.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (346,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,733 568,733 0000000000000000001758f986dcaf54125aad28f1ed58b7f9e346b9efe1b69a 749 0.36/1.00 vMB 16
568,732 568,732 00000000000000000023228f8fec82fb8a3662ef2e30a8bb71bc6dbde93ad392 2,331 1.00/1.00 vMB 38
568,731 568,731 00000000000000000013b476cce7e52769b903a5eadd4fff9ef05c45e529082d 545 0.22/1.00 vMB 29
568,730 568,730 000000000000000000094b3d70ac899c8f2ea382e166ac3d2d642acf61a9a5e0 1,501 0.71/1.00 vMB 6
568,729 568,729 0000000000000000000b11839c59256e61b3130672801b85033806b6f191583f 2,151 1.00/1.00 vMB 21
568,728 568,728 000000000000000000002252cae16d080b0eeb9a44437403df76eddbe06a0ba2 1,751 1.00/1.00 vMB 9
568,727 568,727 000000000000000000024811da0125620120d70350d866b77639fd858563981c 1,944 1.00/1.00 vMB 31
568,726 568,726 00000000000000000014211686fd587885582a85a17250137f8a64fdd0dfcaf8 1,352 0.63/1.00 vMB 20
568,725 568,725 0000000000000000001cabe0e6c1e046444e730ca94f40b00cf2ee0af7b4080b 2,507 0.96/1.00 vMB 23
568,724 568,724 00000000000000000012e24ac493b9920daaa5cb4dc11b8b892ef6355165bfd3 761 0.38/1.00 vMB 7
568,723 568,723 00000000000000000019a99c754ee7b338f8c46749151ba00b1b94d3cb450acc 2,694 1.00/1.00 vMB 15
568,722 568,722 00000000000000000004f336f856ea32fd1ed6d8b179af52e3a7970664f09037 2,682 1.00/1.00 vMB 9
568,721 568,721 0000000000000000002830cd5bcdabe5aa89ccb98cd28cd07f3a2f561cedd3ee 2,927 1.00/1.00 vMB 30
568,720 568,720 0000000000000000000152c55fd3b1310a545c135f02dc98a1f6d4b9813d8e17 2,801 1.00/1.00 vMB 11
568,719 568,719 00000000000000000024a7279bf0349886db92fc5f3f00df55d6c58a5449ff8b 2,876 1.00/1.00 vMB 63
568,718 568,718 0000000000000000001291a254445ec0123ae45045799d97571a6eca86ddb718 1,036 0.61/1.00 vMB 8
568,717 568,717 0000000000000000000bbda233c6e1cfa73a5ddbfd92c2d28bcacd59ce8f49bc 2,595 1.00/1.00 vMB 6
568,716 568,716 000000000000000000198cec7ee02db4b9cfca5e03b0f70f78ff02d798b34ccb 2,383 1.00/1.00 vMB 12
568,715 568,715 00000000000000000014cda0d81f4cd92e1d224a391097afb18d1467d8a836ed 2,580 1.00/1.00 vMB 11
568,714 568,714 00000000000000000019c436636be01c85f62af5def32ded7e3651792b8402ab 2,261 1.00/1.00 vMB 20
568,713 568,713 0000000000000000002130cc261e73d1e525eeea1bb5ab956b5fd93a9b50a371 2,787 1.00/1.00 vMB 26
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.81 GB
    • Received: 18.27 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.