Loading Tool

Explorer IconExplorer

Memory Pool

77,932 transactions
30.10 vMB
0.07209417 BTC
Random Selection Loading Transactions
Max Size: 182.58/200 MB

Candidate Block

Mining Attempt 35651d62cac3dc802c836c1b74e35080fa1da1b3fa466d24754ce12cb60ebbab
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 45c7bc4507b9a507da22d02c3642f32be7fea841ec9d44d73a588af853a9d84f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.00817229 BTC
Feerates: 45.66 > 0.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (401,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,729 513,729 0000000000000000004560becbee48c476502e293c3d77b13aaa18390ee706b9 620 0.23/1.00 vMB 41
513,728 513,728 000000000000000000237e32797627d0b43fd4ea992adbaa9790ff3665fd3cc1 497 0.22/1.00 vMB 33
513,727 513,727 000000000000000000293ddeac639cc9309e8b0f38823999704d8e8eb7f76c5a 736 0.69/1.00 vMB 11
513,726 513,726 0000000000000000000aea6be0d61c4d4cd4b38b5555346e5a28aaab49fbef3b 1,924 1.00/1.00 vMB 22
513,725 513,725 00000000000000000020e5f73233e7ccd89f6a19bdd58a19cc01d1f32de25eff 2,354 1.00/1.00 vMB 67
513,724 513,724 000000000000000000356ec8c9d7471b7b072bd5d8a03acf0274d7e574f8d299 1,245 0.79/1.00 vMB 6
513,723 513,723 000000000000000000116d792d02c02fe4ac6fe8382da73a2f3d58f39e3bb6a2 1,767 1.00/1.00 vMB 12
513,722 513,722 0000000000000000000797ed02efa0647821c38ae5237c2722227705a1ad2a40 3,630 1.00/1.00 vMB 33
513,721 513,721 000000000000000000406f133922a983c04dd81a2757bd0833e41a522b8a0d1b 2,433 1.00/1.00 vMB 76
513,720 513,720 00000000000000000011e5cb71fb8e19b3f57fc06e099e8b134aff4a8a694b9c 505 0.20/1.00 vMB 33
513,719 513,719 0000000000000000000a59e5d6a4e967d43400eac28119407a31e2a72b86fcbe 375 0.25/1.00 vMB 19
513,718 513,718 00000000000000000023f4134f24101c17ea429c5ccb03309f997d278d9d6a0e 590 0.29/1.00 vMB 26
513,717 513,717 0000000000000000002fdea4550d2fbedad1d03f4c2357b518b34115d12e7858 20 0.01/1.00 vMB 53
513,716 513,716 000000000000000000286accf33d9f7ccb944363d40c335d075b7eac40dd65f7 59 0.02/1.00 vMB 43
513,715 513,715 0000000000000000004c312282d3ac94a5b402bf12e01a4200f250546a2072bd 1,361 0.85/1.00 vMB 40
513,714 513,714 000000000000000000269af7f074c3f841b5e40c1f9568e26244883c99a2f7cc 2,955 1.00/1.00 vMB 10
513,713 513,713 00000000000000000033a03c9f5106cfa09982e0d9f517fafb2ff9cdd69f12f5 2,385 1.00/1.00 vMB 55
513,712 513,712 000000000000000000475e325cd2c1ac694ff53aa8aa278e5801a2c9bf4df0c7 203 0.42/1.00 vMB 17
513,711 513,711 000000000000000000408839c0f4e7db14278b9035d336e369f131e8f1298ac1 2,097 1.00/1.00 vMB 47
513,710 513,710 00000000000000000041b2d7fd9c5e2114e86d947f0f2f50ac1bb1e20ddc708b 79 0.03/1.00 vMB 21
513,709 513,709 000000000000000000435ac262c79820959cd9c9315192e82c31e9e99a50f2e6 884 0.50/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.73 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: 707.32 GB
    • Received: 16.67 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.