Loading Tool

Explorer IconExplorer

Memory Pool

77,681 transactions
29.12 vMB
0.08845408 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 77b2e30c31d8c4ac01edc3163c53d2683d91b3e7cb879b058d876da932e83d4a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 0e18618ff4c116f41ce46295129ccac96409215cf4a42fb6f32b96494277d6a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.02751871 BTC
Feerates: 103.00 > 2.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (371,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,484 543,484 0000000000000000000b5ade5c3bc79dfc7ddb5baffefb2f53560b54af9a3412 1,666 1.00/1.00 vMB 14
543,483 543,483 000000000000000000223cca531e0852f0d0f731d59828bcec806a39654755ec 2,442 1.00/1.00 vMB 50
543,482 543,482 00000000000000000016237df9cae7da1d5217a218b631ced087c3adacca1974 2,158 1.00/1.00 vMB 17
543,481 543,481 000000000000000000104daa4fa5196fc035bcec7ef2576cde39d6ebf9bcff6f 2,867 1.00/1.00 vMB 10
543,480 543,480 0000000000000000000c3783ccc4122b6bf00df04552d86e06fbfa589f76b4bf 2,706 1.00/1.00 vMB 34
543,479 543,479 0000000000000000000ea08a724fcf33b2b6366f0919e63e1ed154c09da62d1d 2,038 1.00/1.00 vMB 37
543,478 543,478 00000000000000000008e862661ee7fd2def47c91437076d01ca3e6d940a4bf0 1,572 1.00/1.00 vMB 24
543,477 543,477 0000000000000000000c206339eac3cf775143f132bc69e3114605cb66d114f9 1,605 1.00/1.00 vMB 28
543,476 543,476 0000000000000000000e229cde9f957539ce4335518327c3ae970c54d979ab6b 2,745 1.00/1.00 vMB 40
543,475 543,475 0000000000000000001948f266561983bc4893a83e637d01345082c90f31b8f5 1,088 1.00/1.00 vMB 29
543,474 543,474 00000000000000000006025758e452ba99a8569c9b352f5757a78ff9dcdb7fc9 2,397 0.99/1.00 vMB 24
543,473 543,473 000000000000000000229505c590d27b394e9919c6e46b7d203ddaa397c70a20 2,528 1.00/1.00 vMB 30
543,472 543,472 0000000000000000001e0ff7c4c4aca44fc91a40210a96fc4f06bd6799757e2d 2,659 1.00/1.00 vMB 35
543,471 543,471 0000000000000000001c8532757ea43a0c1d50f401dd71df1ab1901da42d15bd 2,631 1.00/1.00 vMB 54
543,470 543,470 000000000000000000012d629c578de4a91f077c8e3f48343a7b24b992818879 2,858 1.00/1.00 vMB 25
543,469 543,469 000000000000000000037572de6d475462a78bec6eea1ec39a27f5ba4434a849 2,573 1.00/1.00 vMB 47
543,468 543,468 00000000000000000020215d88d2a7eac529500f569f3fb017bef2f0d9d52c4d 2,009 1.00/1.00 vMB 51
543,467 543,467 00000000000000000011d2558c264dc6ba3242ad9cbba8d8ee4009ad0214f1bb 2,539 1.00/1.00 vMB 34
543,466 543,466 0000000000000000000bf9b8d5a622b6e118106a230553304edad3b4950675b6 2,755 1.00/1.00 vMB 51
543,465 543,465 0000000000000000000f0de518a4c57ab59733d746fdbc0d1bb7379853a33dbf 2,256 1.00/1.00 vMB 48
543,464 543,464 0000000000000000001e60f47fd77a19897860e10d65dad20777c3f57172b21d 3,047 1.00/1.00 vMB 72
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.02 GB
    • Received: 16.36 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.