Loading Tool

Explorer IconExplorer

Memory Pool

88,360 transactions
32.33 vMB
0.17320807 BTC
Random Selection Loading Transactions
Max Size: 195.76/200 MB

Candidate Block

Mining Attempt c655180571a688d2b7e4ecbd6b2f97362541c4545475f4d21ff1d37a87e512f2
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3f5b0de2d40fc4a1e365d7f86a300e9f5d55e0cd2ab1df49d071eadb338deeaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 1.00 vMB
Total Fees: 0.08422146 BTC
Feerates: 216.64 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (277,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,968 637,968 000000000000000000104b2e242500632645cdc43500f829bb4793b9483cfe7e 3,026 1.00/1.00 vMB 31
637,967 637,967 000000000000000000053fe1913c178207c99b0c39f5538b23d8ab0c8d96b337 1,948 1.00/1.00 vMB 11
637,966 637,966 0000000000000000000924c5134970fef006886dbb2c3c7ce409b79bd88618b6 1,992 1.00/1.00 vMB 37
637,965 637,965 00000000000000000003530443b8f10b68c869e4660d19cf30633c3b4ca75e1d 2,076 1.00/1.00 vMB 9
637,964 637,964 000000000000000000104d78eccc90efe917c9c33b39596efb607e7daf0df5fd 2,625 1.00/1.00 vMB 11
637,963 637,963 00000000000000000006072a97877dd25f6aeb3d0c4020e100d11245a64c8ea2 2,138 1.00/1.00 vMB 21
637,962 637,962 00000000000000000002c95b91673ebc1b6874330f5e9630d34739cb1bfe7c6a 2,467 1.00/1.00 vMB 31
637,961 637,961 00000000000000000001020d4ea0f9c289805f217fd6782478ff60be20b8159e 2,646 1.00/1.00 vMB 44
637,960 637,960 0000000000000000000d23708b38e75d624e96026ea805b35cc14c2020d7fd65 2,496 1.00/1.00 vMB 15
637,959 637,959 0000000000000000000e3d6b7f85c7e66efa53e77d7b08700f43a0d481dc50a4 2,993 1.00/1.00 vMB 36
637,958 637,958 0000000000000000000ed2aef90f6c557ccf84032c896dba849d2195644d03ab 2,640 1.00/1.00 vMB 29
637,957 637,957 00000000000000000010a32dc32fa41fdc202462d289ece7105559b8510a662b 2,354 1.00/1.00 vMB 3
637,956 637,956 0000000000000000000b5c2276f96959fa648d7403153ef9e8e01ff363dd576a 2,368 1.00/1.00 vMB 16
637,955 637,955 00000000000000000006c0a2673044733e26d72f67b50c0acc7ec6483d40cf44 2,626 1.00/1.00 vMB 39
637,954 637,954 0000000000000000000ebbf22cd731294bb8e5a2e08b7bf24225a1d63fe4bfb8 2,227 1.00/1.00 vMB 17
637,953 637,953 0000000000000000000708801f0ccd2454f487c319dba60f15290aab5d25ad0c 2,029 1.00/1.00 vMB 26
637,952 637,952 0000000000000000000504ec9a38dc3aee61ddbf3cea1100a851a960846139da 2,446 1.00/1.00 vMB 10
637,951 637,951 0000000000000000001023339e585ecb2b74554e703b34064eb7bc11dcee4b70 2,804 1.00/1.00 vMB 32
637,950 637,950 000000000000000000032b8a6a2dcaaf7314ce564ef134f6b7fefed159877c53 2,500 1.00/1.00 vMB 17
637,949 637,949 0000000000000000000972fa6c6ce3d18a19490e0821de4ece8c30911e8ceadb 2,158 1.00/1.00 vMB 21
637,948 637,948 0000000000000000000df06192104d96a84458a1be0f3987b7cbc5fefa5ebc2f 2,283 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.