Loading Tool

Explorer IconExplorer

Memory Pool

80,968 transactions
30.31 vMB
0.09468382 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt 567460568ba5ea79bfaf9646e3675e2d54d7948c1de964357468d8202fc8f56b
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4fa425ff106b6e5c4fc45323a393e7a2831fcc2ed98c493f7fcba66e965d3ad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,015
Size: 1.00 vMB
Total Fees: 0.03187666 BTC
Feerates: 301.07 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (239,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,391 675,391 00000000000000000008e6be94da9368f04f8e938dca58e9de7e4407f3efb46f 2,006 1.00/1.00 vMB 28
675,390 675,390 000000000000000000025b787a7ab6c140f00f152ee789b0bb87a2dd278c448c 2,911 1.00/1.00 vMB 50
675,389 675,389 00000000000000000005a574716a57536e3b2a440a9f1d5d6b1ee59f06e5534f 2,057 1.00/1.00 vMB 64
675,388 675,388 0000000000000000000080d7330df8cad7f60beccdae8d4089127df6d4b31c84 2,124 1.00/1.00 vMB 116
675,387 675,387 0000000000000000000a31e3e7c1d5cf647fcf2d74fa1b01ad29d5af558ce2d5 574 1.00/1.00 vMB 108
675,386 675,386 0000000000000000000382e3b613f200768e96de5e61b7aedc09e7ce86114769 2,113 1.00/1.00 vMB 80
675,385 675,385 00000000000000000009b9dbb0934248421b9bb1c13edc17b439fd580e55060c 3,026 1.00/1.00 vMB 121
675,384 675,384 000000000000000000084592491a45e2ceee51d8e8e31bdb69943aac3f9ff459 973 1.00/1.00 vMB 37
675,383 675,383 00000000000000000008859ff48545f5fb420bb480bcfba7e9e7d0c8f91c4150 2,723 1.00/1.00 vMB 87
675,382 675,382 0000000000000000000b47f4f15d066f6853f114e6a8c3daf5ace12457dacfdf 603 1.00/1.00 vMB 36
675,381 675,381 000000000000000000000c96581b9bbf0aae53d70d3a52215b016d0fef018b3e 1,680 1.00/1.00 vMB 52
675,380 675,380 0000000000000000000b41dd6720238cec0301099cce0a3b2676d9ce9c129e12 2,498 1.00/1.00 vMB 46
675,379 675,379 0000000000000000000498223bc259a1af53369e668787457b504af42612e411 2,243 1.00/1.00 vMB 79
675,378 675,378 0000000000000000000968f9ef001a8d5f3eded705ad2a8c8f69f4b69c3e7b6d 1,976 1.00/1.00 vMB 62
675,377 675,377 00000000000000000000acc99d59699ec0a9319f780fce1b77535c26660d170f 1,792 1.00/1.00 vMB 90
675,376 675,376 0000000000000000000651dfeaa489f13f6ca7ecaa01a820d4dadc57277e5c44 1,506 1.00/1.00 vMB 81
675,375 675,375 000000000000000000017a34d987d7885031704f3001d2b62118ee8b776d2dbb 553 1.00/1.00 vMB 108
675,374 675,374 0000000000000000000b0b4098204fb0f2724bfe9fd83d9e012d9cbc0401c9bc 2,089 1.00/1.00 vMB 117
675,373 675,373 00000000000000000002e40ac5fe3816af1e05aa4d67f04932e37d575324638c 708 1.00/1.00 vMB 33
675,372 675,372 0000000000000000000c3d31f1c09e14a01ee370836402a29b076e706cd46678 2,427 1.00/1.00 vMB 42
675,371 675,371 0000000000000000000cad1fa990b451ee7aba4abdb09dc05f02fa64d6d08f4b 2,418 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.