Loading Tool

Explorer IconExplorer

Memory Pool

27,801 transactions
6.80 vMB
0.12331076 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.14/200 MB

Candidate Block

Mining Attempt 1a6943ddd4c2471a54a911f7417e9bc72efd3724b15bf214a20e8a13bec9a898
Version 20000000
Previous Block 000000000000000000009b1903cc4a4c85c164dc21351cf84c5efe7e776f62d1
Merkle Root cb15790091d491bcfdde5767449bb7105465caa71fd96d36b320d156de85bf6d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.09419420 BTC
Median Feerate: 3.49 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,170 (649,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,420 263,420 00000000000000032f781e13984101ae261f116378091e65ebd7b50843ec2fee 0.13 MB 272 119
263,419 263,419 00000000000000114fdb638701106fa0e2b96e37b229b366847834973fb8757f 0.07 MB 181 69
263,418 263,418 0000000000000003d2f748cdbb4b011420c63d56cea4c78a39e2c1a3147dbf06 0.24 MB 586 112
263,417 263,417 0000000000000009e9b7459756a204a73cb4d5f301c2ebc9c93458bb6ce9146a 0.08 MB 192 85
263,416 263,416 000000000000000600f7281857a9e3e46cc4f71fa00ba733374b9d1dd879f9f1 0.01 MB 19 42
263,415 263,415 0000000000000002ba40093028a219c1696331c3d9d4b384ecefd3518de426c0 0.22 MB 453 110
263,414 263,414 0000000000000014405148657a5016c564d4d66754378848ec27e18c491ea5a2 0.09 MB 223 143
263,413 263,413 00000000000000003d2758799b71f53ec9b4478ae2265707dc039537f1384892 0.15 MB 302 115
263,412 263,412 0000000000000006d86eb7c13595c220c760fb77a848e994d00fd71b2f2f4f7d 0.16 MB 177 61
263,411 263,411 000000000000000607321aea057f1d3a37faf4b58d993734eb0dcb46d47de6f8 0.14 MB 311 136
263,410 263,410 000000000000001602417afaf2f5c09a42c16e4f1a130281b75bd05387625f93 0.10 MB 39 12
263,409 263,409 000000000000000ccd80df9e7790ef5ff212fa9d2fe3ab764712e3222e9e512f 0.07 MB 145 54
263,408 263,408 00000000000000008bd1aafd8db7c01025753cba275e071d514ef2735fa496ba 0.15 MB 144 16
263,407 263,407 0000000000000007d42260eeae248a828d9a21f0d6283e6890807b334d605703 0.03 MB 49 31
263,406 263,406 000000000000000ec9047dab95969fd46ec7cb173f5cc85445af643f3661e1ba 0.25 MB 459 101
263,405 263,405 000000000000001267afe75986ed2d193791b48c5f5078d3569edea93aba6544 0.05 MB 128 100
263,404 263,404 0000000000000010b9e9123a4d236120d94389ef0a2210d683189737a9b07ea9 0.17 MB 320 85
263,403 263,403 000000000000000d5e2358b47f51444e1fb4e93fc576283b2fb0ae84ea38a43b 0.25 MB 608 125
263,402 263,402 00000000000000118bb34098644d2766b8e385ce02be5bcaf6236607bd938a2f 0.14 MB 204 59
263,401 263,401 0000000000000013be453bc5a39dc7ef2c6af4d5ccb210412ddecd0ad35d4558 0.08 MB 117 52
263,400 263,400 00000000000000073f73f16cd017101fc1ee81f3ff6adfa24afba669243bf77b 0.01 MB 25 72
Previous 10 blocks ↓
Total Size: 779.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 46
    • Outgoing: 10
  • Data Transfer:
    • Sent: 3.17 GB
    • Received: 0.12 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.