Loading Tool

Explorer IconExplorer

Memory Pool

88,179 transactions
33.40 vMB
0.25313025 BTC
Random Selection Loading Transactions
Max Size: 191.10/200 MB

Candidate Block

Mining Attempt 9d1d2884a134efc4fdc361f064c3fa0b0f8f6d958ee788350502551d1e04d7c9
Version 20000000
Previous Block 00000000000000000001f3f62cf8ea709b7bc0c5d6908e583181766e18cbe489
Merkle Root e3bc9818e9eaf262decd45723abaea5adca8afe9068413067a489d6bc6894967
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,648
Size: 1.00 vMB
Total Fees: 0.04900651 BTC
Feerates: 150.76 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,643 (827,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,966 87,966 000000000013df3d2a77ddd4d11387c225db7bedff4539f37b18ce281650e4e9 2 0.00/1.00 vMB 0
87,965 87,965 00000000000d6dc857226c3ce228a778b59f9c0c2b3f8dcc278daa32f6c88a0c 3 0.00/1.00 vMB 0
87,964 87,964 00000000000a55929fd27baf1931ec3b3b1eefa7c50a27f835558638b0fd3279 8 0.00/1.00 vMB 0
87,963 87,963 000000000012351378ed7e737470de46f7d7fbd36306df49c5eb0b9bbf37bb01 1 0.00/1.00 vMB 0
87,962 87,962 00000000001c7b4ae80f5b0f19bc1f65e420fd19a9f0339de7b0305df1c4d297 1 0.00/1.00 vMB 0
87,961 87,961 000000000000e03252b0cf4e20d1e2ab487ee4b85cc3e2ec8110afd94e8a716c 1 0.00/1.00 vMB 0
87,960 87,960 00000000000c99f814ed44b949bcba2e7d0ca05a0feec22f4b9bc6fafb559045 3 0.00/1.00 vMB 0
87,959 87,959 00000000000b594816723ea336f7602a2c2aa1b11ffbde9eb30cfdd3540f4544 1 0.00/1.00 vMB 0
87,958 87,958 00000000000dbfb0117a11f64c21b026eaf65d67f1b01097991fb995296f4129 8 0.00/1.00 vMB 0
87,957 87,957 0000000000030f95848b30434a88a0e1ad9905e26c15a4a06860852f72992aa1 5 0.00/1.00 vMB 0
87,956 87,956 0000000000006c1e77cf1def3efb58072fbc923566a3d350cf1fbf6f11c16123 3 0.00/1.00 vMB 0
87,955 87,955 00000000001979c9f8b4e0824fb34f304bda05114dbf8093918a59e0d5e336df 3 0.00/1.00 vMB 0
87,954 87,954 000000000018b8c3e030c5c4c5bab5359dea30b94f346d4a3d7dbd93dd2899fc 2 0.00/1.00 vMB 0
87,953 87,953 000000000001387d83eb548f9cf1d15877d8635cdc52b361b5d643ca351e5c21 1 0.00/1.00 vMB 0
87,952 87,952 0000000000005d89d81937922caea31277549978e04d06e4afc78ed27036b8c9 1 0.00/1.00 vMB 0
87,951 87,951 00000000000070d5b57ae5ee9e121fca841d527dc2daf614bddf878bba892328 1 0.00/1.00 vMB 0
87,950 87,950 0000000000049ab4454d5bfca02c8512dadb1fe70345988c89d7a09837028c11 4 0.00/1.00 vMB 0
87,949 87,949 000000000004fcf6d8da3f2bf85d88f7c69dd9b6272e5834cc7f72315b01b381 2 0.00/1.00 vMB 0
87,948 87,948 0000000000089e0e9f8947a77d968a734f8d1c00356ba9ccb6b6a8ccba51ab18 4 0.00/1.00 vMB 0
87,947 87,947 00000000001405b9924c2bb2799e0a1666ad8347d3802db29bb170a268da3311 1 0.00/1.00 vMB 0
87,946 87,946 00000000000fe6c8e0cfe2022672f62b1eb534681c7811fa288a561848d82394 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.50 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: 773.13 GB
    • Received: 20.44 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.