Loading Tool

Explorer IconExplorer

Memory Pool

45,554 transactions
20.50 vMB
0.11420007 BTC
Random Selection Loading Transactions
Max Size: 116.31/200 MB

Candidate Block

Mining Attempt ce2d94b3f8f67d99eb8eb2faabdf6ce3b0d57e1e97cacf90325febd36859ccf8
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root a40c70a287d6537db53146c88f24480d6b6e98fb6a774ffbd17949a8460d5d91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.07287086 BTC
Feerates: 502.67 > 7.30 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (857,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,566 56,566 00000000033ff57f247bd1524a86361549ad802e78037f77f8679c8398e958e7 1 0.00/1.00 vMB 0
56,565 56,565 000000000acaa5937c61ab8685cac93534fa2f8ae1566e94b98943bec673cfef 1 0.00/1.00 vMB 0
56,564 56,564 000000000a648bd74284eefe840d8dc9b27e9fb539fb84afff347750c2778183 1 0.00/1.00 vMB 0
56,563 56,563 00000000100d934b97ac857ed9fb2f0d6b485b6a5f8ac5e31bc948d11daabda0 1 0.00/1.00 vMB 0
56,562 56,562 00000000117f26bbda228205161fb5a163a702b04881ceb832d55f253d0ec583 1 0.00/1.00 vMB 0
56,561 56,561 000000000a855c53883edaf0e99ffc716198e3fc77796e4e3f22071205499975 1 0.00/1.00 vMB 0
56,560 56,560 00000000035620ba2e61eb84578452c2ac106afd1217db0aa808ff22eba7c11a 1 0.00/1.00 vMB 0
56,559 56,559 000000000f73f70652213f1b8d38332940a6f4319373adcbdddc1c1d918d8409 2 0.00/1.00 vMB 0
56,558 56,558 00000000084f387e7c4d7c331fd69929704f7a8f3e68df6be5cc46b3105273d9 1 0.00/1.00 vMB 0
56,557 56,557 0000000009cde30d49fa33329ab9015f8e98a253cfb9e30161acf2bdfc92d39d 1 0.00/1.00 vMB 0
56,556 56,556 000000000935e2625aa630281de502acd1e29317028ed13ed79ada900db171d0 1 0.00/1.00 vMB 0
56,555 56,555 000000000c44d2f1f9990028bcb6acdabc26841dc1e61a3b08b64273061c3b9d 1 0.00/1.00 vMB 0
56,554 56,554 000000001346543c5124c025ff4f15300d2795a8b8e8ad2e590bb670a8765270 1 0.00/1.00 vMB 0
56,553 56,553 0000000012d1a8a4d0f1f51931189aff2d39220a2731bf5dfa6768ba19e90588 1 0.00/1.00 vMB 0
56,552 56,552 0000000012e6b370d7e06229054a85316ce37c7f727caf49f7a4a5021468feff 1 0.00/1.00 vMB 0
56,551 56,551 00000000132cef938b567a0d1e45dfba13ce61baa1e8709fd418df9b86a187b8 1 0.00/1.00 vMB 0
56,550 56,550 000000001209aa4f9b7bad11effbbeafb317ad8e8cb3a2da51d8c4190a0f57d6 1 0.00/1.00 vMB 0
56,549 56,549 00000000066a5b0c1b79b8c5065e21c54ddf7292a54fcb93ade733197162cb1f 1 0.00/1.00 vMB 0
56,548 56,548 00000000073cd841915a94ce4888c63970a1fab22ce0ae3ab944f8429d10e2b0 1 0.00/1.00 vMB 0
56,547 56,547 000000000cd4b70e24a32edb7a8eea74683ec85fb02eb07e4f33b7f986bda83e 1 0.00/1.00 vMB 0
56,546 56,546 000000000ef8e9c5e2513951aaef158e162d1757bcf9570374db7cd9ed8d6959 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 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: 554.66 GB
    • Received: 6.77 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.