Loading Tool

Explorer IconExplorer

Memory Pool

80,106 transactions
29.47 vMB
0.13052089 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt 636d2725d7c8d65b34777226ae1effedff2a7a0e6c0b3186c5c62d453dad043f
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root e0dd11eb998f44d996ae045c04c5953f9232837f268c5c92d46a1d335c642e10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,777
Size: 1.00 vMB
Total Fees: 0.04863380 BTC
Feerates: 301.72 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (167,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,458 747,458 00000000000000000004a05dd72726031e79cfcc2ad6339568d89cad4071057d 723 1.00/1.00 vMB 1
747,457 747,457 00000000000000000003c26f40934d106919b25ac9c26ec641c896d2ae0c43f0 2,632 1.00/1.00 vMB 14
747,456 747,456 000000000000000000078ddb67eacc098be3dc9b74696f76589a6ec0381c1d22 469 1.00/1.00 vMB 2
747,455 747,455 00000000000000000001fe69d34ca0a52d053dbd2c8030d2b0093372f73a307a 1,928 1.00/1.00 vMB 6
747,454 747,454 000000000000000000018e37c90024701afbdefc0e2a21882ed4a1fb1cd16456 1,180 1.00/1.00 vMB 10
747,453 747,453 00000000000000000001c7e266760de72cef114902bc608df5d2197c13ec0642 2,227 1.00/1.00 vMB 19
747,452 747,452 000000000000000000005b1a62af2f5ded2efad195944fcc71f45e80a15589b8 1,609 1.00/1.00 vMB 5
747,451 747,451 000000000000000000062c924afa802532167aa5eefb1469cb23859efee75528 2,738 1.00/1.00 vMB 18
747,450 747,450 00000000000000000001dc8d23c9f6ac26f27f987b22c5ad9a09c72ba9672de3 2,153 1.00/1.00 vMB 12
747,449 747,449 000000000000000000079b3b9d6c82bb69b6c7c5832a588f09a6702fa9455f74 1,967 1.00/1.00 vMB 11
747,448 747,448 00000000000000000009104c48a5f6013e2a2dd22c2e23e35360f6f8eaa9f567 2,132 1.00/1.00 vMB 5
747,447 747,447 000000000000000000073d807d2a7947d49e6842917d2bc8d578c569e2acab8d 1,381 1.00/1.00 vMB 7
747,446 747,446 000000000000000000086c5d4224219f5b4f46d4e885c44d755abfe7d6b33996 2,915 1.00/1.00 vMB 13
747,445 747,445 00000000000000000004ff9bfb04fc5fa7fc1b1e8ea1d768ad1daab6a8403823 2,236 1.00/1.00 vMB 22
747,444 747,444 00000000000000000005ec7acffd99406c96918e4fa6924b1e0240efbbef7455 2,569 1.00/1.00 vMB 18
747,443 747,443 0000000000000000000821ac160f88b20f6d8741f88e92ff34cd8362bce7bf58 2,093 1.00/1.00 vMB 9
747,442 747,442 00000000000000000007283b2cc84c066d7464373283fa0a13f76e8d48f506fd 845 1.00/1.00 vMB 17
747,441 747,441 0000000000000000000935d44c0b96543b2d3946510d87c926ccf18cbb843b41 31 0.01/1.00 vMB 12
747,440 747,440 00000000000000000007f721c9acef6d6a329388fc50d827f3872e1d5c36b99a 133 0.05/1.00 vMB 10
747,439 747,439 00000000000000000000fef3c081bc8cd4ba208672d186c86b36883781c3934e 689 0.29/1.00 vMB 11
747,438 747,438 000000000000000000048827f6f940af1e4d813f7eb37b69a75d529816cd8fa9 1,230 0.50/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.90 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: 713.75 GB
    • Received: 17.46 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.