Loading Tool

Explorer IconExplorer

Memory Pool

80,424 transactions
29.56 vMB
0.12885184 BTC
Random Selection Loading Transactions
Max Size: 178.91/200 MB

Candidate Block

Mining Attempt 2c3ecacffe4ad3de534c9b03b4aaeef17289bb22ee9bf33cd69e69d9c575e640
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root d1d5d6b93acda4a78347cdf8767224d4228712d8c38f78f5fd04afe54fe0adcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,932
Size: 1.00 vMB
Total Fees: 0.04689028 BTC
Feerates: 477.45 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (297,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,418 617,418 00000000000000000004e868d7af6834151a963fac62cc13afd0fd3b2ae6ce4a 3,036 1.00/1.00 vMB 28
617,417 617,417 0000000000000000000541f4b618e9e448fcbb9c043a3bf388c00eb394e332a5 2,669 1.00/1.00 vMB 23
617,416 617,416 0000000000000000000929e5b29dbd8b03b4c738e34e24b1158e593d78d6f00c 2,372 1.00/1.00 vMB 22
617,415 617,415 0000000000000000000515cb6090d40235eb1b29059deb65ac671a49c96a8a6d 2,833 1.00/1.00 vMB 36
617,414 617,414 0000000000000000001007c4018601722a83e4bd5e32ed4781ae0d372622f388 3,179 1.00/1.00 vMB 26
617,413 617,413 00000000000000000010997c4bde2fcc7aaae3aca438bdc83a6235a419c31057 3,417 1.00/1.00 vMB 30
617,412 617,412 0000000000000000000659535957de1a4a42d66ad454e928f1bfe39af814c5fc 3,477 1.00/1.00 vMB 33
617,411 617,411 00000000000000000010694b4fca88664e6492559e4dfef631f8de6509e8c34a 3,309 1.00/1.00 vMB 35
617,410 617,410 0000000000000000000514aca3b4f845eace702763327c8055e2ac5a5e231f41 2,321 1.00/1.00 vMB 33
617,409 617,409 000000000000000000099c73b2c069c7f37e1709e3514fd48f8732211e91fff8 2,756 1.00/1.00 vMB 32
617,408 617,408 00000000000000000006b7dfe7a6a09c3665b04dc7e670ff029d5b4077827750 3,171 1.00/1.00 vMB 29
617,407 617,407 000000000000000000083a4dc471d6e3f664e7d2b1f4dca675694fc096fc3b09 3,527 1.00/1.00 vMB 32
617,406 617,406 0000000000000000000a26813f96c4e17f4b6ecec61f24b03d46e72189e4a4ad 3,398 1.00/1.00 vMB 34
617,405 617,405 00000000000000000010534f006b55ee671b054c733f44b96228128bbc488508 3,280 1.00/1.00 vMB 36
617,404 617,404 0000000000000000000421e5364b99d680d05c9e84518fe1d920daf12d8899dc 3,129 1.00/1.00 vMB 35
617,403 617,403 0000000000000000000b03aa453399a4337319465b3c433969fa8033746fb207 3,666 1.00/1.00 vMB 31
617,402 617,402 00000000000000000006706160afd054065aa52b24a2902c7fd4cb93e6a9074b 2,868 1.00/1.00 vMB 46
617,401 617,401 0000000000000000000e9cd0f67667e159fe0660fa5d810be659676ef938a020 3,475 1.00/1.00 vMB 32
617,400 617,400 0000000000000000000690093b2a09d8926fd2ee73c3930b07fab59fd7cbb638 3,117 1.00/1.00 vMB 42
617,399 617,399 000000000000000000046671040d49b4e080785629af95f1a01ac88d94eab63d 3,547 1.00/1.00 vMB 40
617,398 617,398 000000000000000000103c35741d322131fa5f091be58f46d5a8a82ede6291fb 3,345 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.