Loading Tool

Explorer IconExplorer

Memory Pool

80,308 transactions
30.23 vMB
0.08097380 BTC
Random Selection Loading Transactions
Max Size: 184.79/200 MB

Candidate Block

Mining Attempt dd65a9e996bc98440aa750423e04918c92c9b8717cc278cb661f84a593af5b6a
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 2815f020e587092efe48a8ad299becc84c7d3a87d0d886cb6f83a697b2cfacc1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,234
Size: 1.00 vMB
Total Fees: 0.01352086 BTC
Feerates: 150.92 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (88,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,335 827,335 00000000000000000003cefac8b8532af35253dcbdaf8e56c6072364c37473a8 2,632 1.00/1.00 vMB 42
827,334 827,334 00000000000000000002e491a87fbbda84933c61ccfde3c53fe6c33469767d94 2,089 1.00/1.00 vMB 38
827,333 827,333 00000000000000000001df3e0ad3322a15a8bc1eb03c659dbd1e739a1c4e601a 2,875 1.00/1.00 vMB 50
827,332 827,332 00000000000000000002a5ad728a7994278cecfde7fc017d9df6c0b10fb027a5 880 1.00/1.00 vMB 34
827,331 827,331 0000000000000000000315ce1b4091419099f8c317df2da4d5246934fd351d0d 1,352 1.00/1.00 vMB 35
827,330 827,330 0000000000000000000174a7a9555f9aa1c4a3a3cde9f3975b652bcb8f101e5b 1,733 1.00/1.00 vMB 38
827,329 827,329 00000000000000000000be1e15cbf8ab56e9ff1319492d7acc99e9b299b7a8a4 2,684 1.00/1.00 vMB 50
827,328 827,328 00000000000000000003bbf19dee4735b4fe2d50968d270d76a2bf3718d2367d 2,301 1.00/1.00 vMB 39
827,327 827,327 0000000000000000000235c3c3a22b3dd956bd7b842c541aa409764b3c7bf9bc 1,897 1.00/1.00 vMB 36
827,326 827,326 0000000000000000000333d3be29de19e591761f82fc8eef7edf1df6c5c73770 2,997 1.00/1.00 vMB 41
827,325 827,325 00000000000000000000a5b71d2cd60241b5d677f48231f9492c12274bc0ae90 3,316 1.00/1.00 vMB 55
827,324 827,324 00000000000000000000da6fa964254dc928bc5a992968f8559677b96b47f31c 1,396 1.00/1.00 vMB 36
827,323 827,323 00000000000000000000cfc4dd1409f8edb766c98fda3091ed58fb95ded8a73d 3,134 1.00/1.00 vMB 49
827,322 827,322 000000000000000000006dbd3fd8daf3048316f686d575aa7926ea95e6bfa80e 3,039 1.00/1.00 vMB 50
827,321 827,321 000000000000000000008657128242d7af2ee25645ed5465201350c96e91c48d 1,147 1.00/1.00 vMB 39
827,320 827,320 000000000000000000033163ad7e00a9c5f122171b5cf32e881ed5be29f303c5 3,385 1.00/1.00 vMB 48
827,319 827,319 00000000000000000000c928e1e40cc5160a962087e2d7813c2ca6fa10a653bc 2,502 1.00/1.00 vMB 39
827,318 827,318 00000000000000000002fa8857c31cdcce62778a07653c2b9bfef79cfbdf14fd 2,431 1.00/1.00 vMB 46
827,317 827,317 00000000000000000003b4ceab7c9a54a698120582b6845c653a00459e50d9f7 1,079 1.00/1.00 vMB 37
827,316 827,316 000000000000000000038825212d7b0110ecacec72ca6f6fb4a27585b64d8cfc 707 1.00/1.00 vMB 29
827,315 827,315 000000000000000000034a189c3b1bd372e87d70f3a7b56ee02f93b1ffea701d 3,310 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.00 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: 718.56 GB
    • Received: 17.91 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.