Loading Tool

Explorer IconExplorer

Memory Pool

82,889 transactions
31.50 vMB
0.11420145 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt c8f8c6c7232392949f9472e1d821e180ed3a73e7e43c4e53194c5debd3536002
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ad64306956ecf823af9a48f4eb5942e8b1e897d15a6c4db7588f22c8fecbd252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.03529854 BTC
Feerates: 318.30 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (513,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,921 401,921 000000000000000005e8dd039ce5a9dfab3ee6365ef8ea1c9ab68c82eb3dc45c 162 0.18/1.00 vMB 28
401,920 401,920 000000000000000002f0f1eb07e6a0b57444fd19a0caea3a468bb92a10433378 458 0.21/1.00 vMB 47
401,919 401,919 000000000000000001198c2f355dd5a94783d7df40fa8b8002fbc8ecbd71fb98 993 0.77/1.00 vMB 28
401,918 401,918 00000000000000000021b5e68049ea7e140f9c5606a4df9dd628c0c0b8c6b277 1,843 1.00/1.00 vMB 42
401,917 401,917 000000000000000006606be58158d8cc11f71a4705875d78ca61401c69ca33c8 1,218 0.93/1.00 vMB 34
401,916 401,916 000000000000000004e737b09a14d77f1c0a4081306f7a9e1aefa400891845ee 2,040 0.99/1.00 vMB 50
401,915 401,915 000000000000000000394442c25d3740b75c4ddb8d6993162cb9f323151d52ca 1 0.00/1.00 vMB 0
401,914 401,914 000000000000000001ee70973c7c5b35df51dc941a697177be4f713a48912cee 1,888 0.99/1.00 vMB 43
401,913 401,913 0000000000000000046223af488f71772a981f9028e9c1cd4d0b788f8c136730 1,291 1.00/1.00 vMB 25
401,912 401,912 000000000000000000280cfcfaab72568569ccfddcb12e0ab8518d78463cac05 1,587 1.00/1.00 vMB 29
401,911 401,911 000000000000000005e07b5e37db6bf0cad72715a5840f4737897eaf7a2d5ef6 506 0.30/1.00 vMB 34
401,910 401,910 0000000000000000045ab4ab8228997baac30d3028fb5a64f0560b7fafe5b9ee 1,267 0.93/1.00 vMB 27
401,909 401,909 0000000000000000028d6ff2f90ad10821de5edc2da43b330b2906fc026cd2fd 1,679 0.92/1.00 vMB 46
401,908 401,908 000000000000000002b1be31b2dcc4c937eef7a7cbaf20041e84c2d5ba2e9b55 1,324 0.88/1.00 vMB 34
401,907 401,907 000000000000000002535b3f8d03dd2cdca74d0bacf34a8dc70e5190f695d3dd 1,483 1.00/1.00 vMB 33
401,906 401,906 000000000000000003d52021c52151547e889b9505a80b6fc784e02a35fecc1a 2,138 1.00/1.00 vMB 36
401,905 401,905 000000000000000001a209db543c641d2d8a4ae92734285ee2f8e53ece0c2b7c 1,716 0.99/1.00 vMB 49
401,904 401,904 0000000000000000068296711fc72591b620d68d49775225b774807cc763c9f8 1,627 1.00/1.00 vMB 71
401,903 401,903 00000000000000000613d950f0b7666d165da05732ce8b8a3b6e4a77e37b0db6 1,788 1.00/1.00 vMB 56
401,902 401,902 00000000000000000681fbed23767ade40c3e17302f27d8690e6a64761c64703 1,283 0.99/1.00 vMB 38
401,901 401,901 000000000000000001653a1ce236a5fcbe72ab167276086e83ce62e00acefe85 922 0.93/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.00 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: 718.47 GB
    • Received: 17.90 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.