Loading Tool

Explorer IconExplorer

Memory Pool

38,906 transactions
26.26 vMB
0.05495243 BTC
Random Selection Loading Transactions
Max Size: 136.47/200 MB

Candidate Block

Mining Attempt 03b05621041fd1bde0af5967b54a18762e14469d36d56b289358f409aef84fd0
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 409160d389ca13a83979236f794b07037673a29d6b0d26193c6fdcc46f2b3b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,592
Size: 1.00 vMB
Total Fees: 0.00664234 BTC
Feerates: 77.76 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (115,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,560 799,560 00000000000000000003c76d1a1fc1bf13baf254f8a82b339e64c2d9551a3681 1,452 1.00/1.00 vMB 18
799,559 799,559 0000000000000000000061e0e15644e6b07d848c12b76fcdd9a3b3c1dcb6c078 3,141 1.00/1.00 vMB 20
799,558 799,558 000000000000000000044c7191bfc0436324a9e1396f5905f97e5fc6e52b1bb2 3,487 1.00/1.00 vMB 30
799,557 799,557 00000000000000000003014e5d7b3e166267ac13ba466fed8e2655e530e01dff 1 0.00/1.00 vMB 0
799,556 799,556 00000000000000000001dd71e36298e1ce63f799558e5fffedbca34224d11cce 3,156 1.00/1.00 vMB 32
799,555 799,555 00000000000000000004ebb73e510ac032f5233f747aa012425e90b54fdbca4e 3,044 1.00/1.00 vMB 20
799,554 799,554 00000000000000000002a09c441d22f1e8cc787f0fe4fbc3cbcb58ecc2b8563c 2,757 1.00/1.00 vMB 26
799,553 799,553 000000000000000000014730168b66ccf9596a91eae6f13050002d6d881d64c5 2,089 1.00/1.00 vMB 26
799,552 799,552 00000000000000000002ba9daf9f6d319f6e6d564d84c87eca1dc1ada8dbbb73 2,303 1.00/1.00 vMB 29
799,551 799,551 00000000000000000000786e39d31662637df0d688f85b03277a9f87a01e1a19 3,619 1.00/1.00 vMB 35
799,550 799,550 0000000000000000000152cc171f84bd1776c891ab4f052d5a6d4aad75f9d48c 3,279 1.00/1.00 vMB 29
799,549 799,549 000000000000000000051741d31f3dee82aec29d1f92dfbb1b1122bd2e5185bf 3,410 1.00/1.00 vMB 37
799,548 799,548 00000000000000000002ce2db232ffbb8863a2ccd9252f6a1a808eb3156fa533 4,196 1.00/1.00 vMB 20
799,547 799,547 00000000000000000003f207a98e45b39393d90b8c2b80831022862290fd839b 3,581 1.00/1.00 vMB 26
799,546 799,546 00000000000000000000e298b976772e8de4c5b77a63b498ca5c3096baa979e3 2,522 1.00/1.00 vMB 27
799,545 799,545 00000000000000000003ce51f473de38abc4ea21dd1c69d3dff239c8d99eff70 2,089 1.00/1.00 vMB 22
799,544 799,544 0000000000000000000129ebeee9038402ebdaf1e4bb8ee9be337e2507622629 3,133 1.00/1.00 vMB 31
799,543 799,543 000000000000000000039d7b87cc170ea8a3dbf41b677bb1a6e1e3f5312c9809 3,061 1.00/1.00 vMB 32
799,542 799,542 00000000000000000003fed8315c7e0d271f3423bb2bf87a78254446a25ad88c 2,646 1.00/1.00 vMB 42
799,541 799,541 000000000000000000026e6016c8f5752c28a57379701e3dbc6dfcc09048aecd 3,161 1.00/1.00 vMB 37
799,540 799,540 00000000000000000000477829fb93e3eb8977df388b3aef268216d14fac79d9 2,864 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.83 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.