Loading Tool

Explorer IconExplorer

Memory Pool

81,450 transactions
30.86 vMB
0.11312656 BTC
Random Selection Loading Transactions
Max Size: 187.42/200 MB

Candidate Block

Mining Attempt 6801ad136006f003ef273d38c26f30eb9fcdd10ea71c7243ffa1ab5fb6a19827
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6ed2070b104c5deb7fc9993dfabe736fc3e9b6fa96e1233a8ba3fa54dcf11af0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.03787221 BTC
Feerates: 318.30 > 3.79 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (516,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,517 398,517 0000000000000000008f05f41b6a8b902bca49bf138c79d822064f66c04c5dce 1,902 1.00/1.00 vMB 34
398,516 398,516 0000000000000000029c40dc8dea63d50747479211241b02ba733c456c95782c 2,095 1.00/1.00 vMB 45
398,515 398,515 00000000000000000435d12fd9b1d02e503fd3093b5f996631fb88adc98c1da6 2,919 1.00/1.00 vMB 55
398,514 398,514 00000000000000000179ee4bbc44313b2fcb498b0d6cdde33114a729f1e52a68 875 0.45/1.00 vMB 34
398,513 398,513 0000000000000000011109461d5197452e26847737fea792a73673dd88284509 1,635 0.81/1.00 vMB 35
398,512 398,512 000000000000000005661b6e7bdfe1457f01e11f95cf5d522c9916a30ec51d92 121 0.08/1.00 vMB 15
398,511 398,511 0000000000000000078933b88a87d34de5b69d00a47bfe2f380f703e167beb40 1,134 0.95/1.00 vMB 15
398,510 398,510 0000000000000000035e35e093d2789abe606c91341aca1a931566bff9be5bcf 550 0.38/1.00 vMB 22
398,509 398,509 0000000000000000054789c846ce0d10ae2c719d0ae44068e9b7f2c011aedf54 893 1.00/1.00 vMB 16
398,508 398,508 00000000000000000288c9be8bf0dcc0b14158caa8c45bfe98cd52494eab2c5c 1,240 1.00/1.00 vMB 24
398,507 398,507 000000000000000006ef949d3984788235ab3ef1d342e59adaac1909e84df092 2,872 0.99/1.00 vMB 54
398,506 398,506 00000000000000000634cd5eca7c5f55ee320f5b9b7ff6327a8a660af045751d 1,897 0.93/1.00 vMB 30
398,505 398,505 0000000000000000000dc2a2512ed26a94c145727ca1fb6b207feb077ca749c0 2,712 0.93/1.00 vMB 49
398,504 398,504 0000000000000000023e9c192cc0ca41d7c1f06d16677340f3a34221d3afe26b 2,625 0.99/1.00 vMB 50
398,503 398,503 0000000000000000015dd2147852b39a4db630684edd91cfef0f1def6144604e 1,969 0.92/1.00 vMB 39
398,502 398,502 000000000000000005edfe4fb9e23392f2559d5c7df9305e3e94372575c7002c 742 0.59/1.00 vMB 17
398,501 398,501 00000000000000000758ee4405c4951416a8aa94b764f9b39af4a5a7a8fa9f5d 1,430 0.97/1.00 vMB 23
398,500 398,500 000000000000000003028f7d471cc67439cb50c9bfccc36cfed3d3d2bc2f0c53 2,639 0.99/1.00 vMB 46
398,499 398,499 000000000000000004280ea4797b466ece20d431c396e9f1438d4de98002c2b7 2,097 1.00/1.00 vMB 37
398,498 398,498 0000000000000000001182e8dced646da20aca07930fbd4db7789693a6adab9e 1,176 0.58/1.00 vMB 33
398,497 398,497 00000000000000000615bd42d74a48304f7cec786637c0eb5f2510f7ca36cf12 1,161 0.76/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.08 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: 721.72 GB
    • Received: 18.39 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.