Loading Tool

Explorer IconExplorer

Memory Pool

79,384 transactions
29.97 vMB
0.07846603 BTC
Random Selection Loading Transactions
Max Size: 183.18/200 MB

Candidate Block

Mining Attempt 492b67bd05ba42b2ab639aa7f23f69e6d2a5a085d21af56069eab884843fffac
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 6d169d91462052b9adf76716162c54c875f16b7e9f635bf1bb3a08494f989645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01196503 BTC
Feerates: 200.00 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (74,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,207 841,207 00000000000000000001b4b4f9494a92f1a2c3ed68cc34c7fda77125b8095cfc 4,218 1.00/1.00 vMB 38
841,206 841,206 000000000000000000002bf83febbaf4f8a76d52374e6af9a6aa86c850b4045f 3,150 1.00/1.00 vMB 27
841,205 841,205 000000000000000000003a42a6591d26bf74c09faaf456ce78eca0afed759808 3,537 1.00/1.00 vMB 44
841,204 841,204 0000000000000000000192df7bc0fdeb3c5ffd7bc34cf857d1c55597c124df55 3,375 1.00/1.00 vMB 43
841,203 841,203 000000000000000000000f70a0aecb1b5764e7e61bb4163f23eb412a33a771c9 4,966 1.00/1.00 vMB 32
841,202 841,202 000000000000000000001d3d13a75eca28335a2ab19d0d395777747617853793 1,396 1.00/1.00 vMB 24
841,201 841,201 000000000000000000025b7eab77f8a74cfd19fd6d73cb9ea33c5806e2e0d243 3,355 1.00/1.00 vMB 30
841,200 841,200 00000000000000000000a7de8213037e085d11aec422c0e44da0e4bec6a3b6e8 3,508 1.00/1.00 vMB 33
841,199 841,199 00000000000000000001555c79bc6dc78ef94e030bd8f3d6147e89a3d7879203 2,744 1.00/1.00 vMB 23
841,198 841,198 0000000000000000000320354af0cd68314014ad0c7c381862a9b0b3dd551129 4,341 1.00/1.00 vMB 41
841,197 841,197 00000000000000000000b3833ad1f2e7adffe45a4384b97d25e7edc2fe8daf68 3,535 1.00/1.00 vMB 33
841,196 841,196 000000000000000000005c39bac3a75e9233afc1242d65b141536936e7897f62 3,233 1.00/1.00 vMB 41
841,195 841,195 0000000000000000000191b504524220c0bebe74c5888763da415a278d756049 3,258 1.00/1.00 vMB 29
841,194 841,194 00000000000000000000cccdf0f074bfe9514a17c220d792d6c366045084b94a 3,482 1.00/1.00 vMB 30
841,193 841,193 000000000000000000002bbe048a846789b11b4c8476140304cd3d2cdfbfa208 4,076 1.00/1.00 vMB 52
841,192 841,192 00000000000000000001936be221e3314971f484fdd25224ed35fb62b1a05bba 4,226 1.00/1.00 vMB 48
841,191 841,191 00000000000000000002734398f9f3c9caec37a1dd695fc8c0d9c6ca037a842b 5,422 1.00/1.00 vMB 62
841,190 841,190 00000000000000000001ee340f3518a4c86de89e17f140f53160a86af12e9578 4,511 1.00/1.00 vMB 100
841,189 841,189 00000000000000000002106fceb3b28858c82beb1b37fd797937cb2eb229c774 4,444 1.00/1.00 vMB 36
841,188 841,188 00000000000000000000dffd3a1a2b179e430122ceee77696ba8da1da53bf0b6 1,246 1.00/1.00 vMB 24
841,187 841,187 00000000000000000001151f69a82a9fc9db6a6279df00316ea6428ea624a624 2,923 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.