Loading Tool

Explorer IconExplorer

Memory Pool

13,878 transactions
5.69 vMB
0.01827035 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.01/200 MB

Candidate Block

Mining Attempt 7be1ae910b95d5b9ec2f64c934371e9e74459989e3797c97202a9994a29db1df
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root ae3a238be8a57abbe2092dc80d8f9cd16581aab7d541e6fac9f27693ca4b8606
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.00865905 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (719,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,905 193,905 0000000000000090e54f7fd5d41ff711e5014892bc74bbd3ee41cf4fb4d11c73 92 0.05 vMB 68
193,904 193,904 0000000000000230042f4540a9a53f5513147b3c113f091ba9a176511b15e20c 130 0.07 vMB 132
193,903 193,903 000000000000027dac9f8dd47f6996be1dc5ea3e4027f6dcd77fd1f52dca545b 327 0.12 vMB 157
193,902 193,902 000000000000066476ac30aede3828015e1fe66de2cf1c5df12ef54872100128 226 0.07 vMB 18
193,901 193,901 0000000000000498b29dfb7c89da263c4bc1c3e16748f5580e122530f39a2488 232 0.11 vMB 123
193,900 193,900 000000000000001c4d1e4324fa14028dcfa8f0b8605c738216702851b49b29a6 63 0.03 vMB 114
193,899 193,899 00000000000000f97e15319642a3d0b8e5ae4f0a42233e48ac51ec62b901d6ed 91 0.03 vMB 166
193,898 193,898 00000000000004e03ca61442efc0773a41e4d830dda849bc6ffcef52441bcb1e 130 0.06 vMB 125
193,897 193,897 00000000000006e7e2cdb17bc7f2c9d620bfc54b40ee602ebdff00cbea8d8039 164 0.07 vMB 226
193,896 193,896 00000000000002f358d7eb9ca69f7a29b2040a1870bea6c9bd4543294ed5a305 96 0.04 vMB 209
193,895 193,895 000000000000012d7c9cb44303a81d820abeb88eedfb18a04f9802ad7e63a661 15 0.00 vMB 109
193,894 193,894 0000000000000740d09cd7d1c710e6813ddc0745e36f0430d9e2d6069a41afc2 70 0.03 vMB 93
193,893 193,893 000000000000064d630499993e1b0117ecf2d8e025dfd50e61affe0fce0ff0de 210 0.10 vMB 263
193,892 193,892 00000000000004db0af133376c85d9373242204e6c548c45857dc11c433cc05d 11 0.00 vMB 0
193,891 193,891 00000000000002d8e5d5a72bbd51fc3fbfbfd507d20bedced3479a254f2b7791 222 0.15 vMB 109
193,890 193,890 0000000000000173a7982d19ee367de85f9b11a7219cb9c9ef919f939d07cabd 132 0.05 vMB 85
193,889 193,889 00000000000000090203b9ecadec625d170521a97adaf6f2d0505c811d3b6205 12 0.00 vMB 0
193,888 193,888 00000000000004d2c3138a05d80be5aa001fa4bf2ae5e74874783c79413d4e9d 500 0.19 vMB 195
193,887 193,887 000000000000038acefeabb937ec6019f8026d354506bbfd0b2a2fee4e5d6fb1 75 0.06 vMB 55
193,886 193,886 000000000000066997c928e415b6bcef0cc23e5f4a09d5bf7a7c56162d381027 403 0.17 vMB 215
193,885 193,885 0000000000000581892b050f5788cf62bb66a285227972affb21055b83bc7d88 217 0.10 vMB 151
Previous 10 blocks ↓
Total Size: 779.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: 310.42 GB
    • Received: 1.47 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.