Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.29 vMB
0.09645413 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 9b6e94c073d41b9845018ecfbd7bc601889c56d615af51bb1226eee14e0f360c
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (265,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,843 649,843 0000000000000000000357adc61805b93204285c9d7a30c82cabc7bcd240c3a5 2,310 1.00/1.00 vMB 68
649,842 649,842 00000000000000000009c0ff20a5f7d96632b8ea97bc03a09a0f9c12b51747fb 1,781 1.00/1.00 vMB 28
649,841 649,841 000000000000000000063ef8327765b155af7f6db99ad6ee94b225f99462c773 2,570 1.00/1.00 vMB 58
649,840 649,840 0000000000000000000cb14310844e7708835d7565a06b0251d78ddd575270c0 2,887 1.00/1.00 vMB 54
649,839 649,839 0000000000000000000703cfda1e56c82263739593b31033957a0ab48d315cb8 2,270 1.00/1.00 vMB 43
649,838 649,838 0000000000000000000aa55de2b7c00bae713faab9276919ea9b5f124b191a74 2,819 1.00/1.00 vMB 60
649,837 649,837 0000000000000000000c98647f5d1988354706e8d81eeb3fd332bb92710cde13 2,890 1.00/1.00 vMB 37
649,836 649,836 0000000000000000000567823d64355ef518cc5bd2a782df81d586fd0fd39ce0 2,054 1.00/1.00 vMB 56
649,835 649,835 000000000000000000072cc7425889bd49f562941dc1aab7a3cc1c24ee00f6f9 2,615 1.00/1.00 vMB 82
649,834 649,834 000000000000000000077569fadd230c1d589d6f7c2a1996fc1e46cfb95d0b7c 2,554 1.00/1.00 vMB 89
649,833 649,833 00000000000000000009ff4d95b7c11e070225213dedda3c913ee3159f8b8cc6 2,532 1.00/1.00 vMB 63
649,832 649,832 0000000000000000000bf4398b348da9d43705bc8a275af8220e1de4d0216243 2,853 1.00/1.00 vMB 40
649,831 649,831 0000000000000000000b7f5e159add62c3fc6be7bbfe720d3a80922db8398c90 2,998 1.00/1.00 vMB 45
649,830 649,830 0000000000000000000982d5a725305a498eb079fcd8ce41b1ea56c90b02c826 2,712 1.00/1.00 vMB 58
649,829 649,829 0000000000000000000b3d0b4f19c3f46cf003c7bb4fb5d108cf3b46d64b517a 2,949 1.00/1.00 vMB 85
649,828 649,828 0000000000000000000cc214757b81ad8813a7f5331f39f62c0c44be134d6558 2,306 1.00/1.00 vMB 77
649,827 649,827 00000000000000000001421b0d440a0ca511a56f8615220222900605e45399ae 1,632 1.00/1.00 vMB 76
649,826 649,826 0000000000000000000df73f4e4d262af9799c53cd788c08593e97f3eb438783 3,014 1.00/1.00 vMB 50
649,825 649,825 00000000000000000009b24541882d8afeb7ed76052f73e69a9ce47a635c77a5 2,771 1.00/1.00 vMB 63
649,824 649,824 00000000000000000002bc617afdc940acaa38c94b5c004c35b604d1193fa231 2,528 1.00/1.00 vMB 86
649,823 649,823 00000000000000000009523e3ee68e018d5d1adbcd7de898719098cb81c1d60f 3,031 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.