Loading Tool

Explorer IconExplorer

Memory Pool

75,752 transactions
27.83 vMB
0.08085377 BTC
Random Selection Loading Transactions
Max Size: 169.77/200 MB

Candidate Block

Mining Attempt a06e773d4f034f27b43d31497d3cda6f51ab9c6823cfb3a43a30e43d3971a78f
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root aac535b9f320689ef177f47377ba83ac3d8787503c5634c1b386003392817d0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02139750 BTC
Feerates: 529.10 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (418,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,161 497,161 0000000000000000003c53b87ce5130e85621f38b4784089e4f34cb822ee1e33 256 0.11/1.00 vMB 200
497,160 497,160 00000000000000000043eaebabcc9f702622ad2951c745ebbde7a3dac7895312 524 1.00/1.00 vMB 28
497,159 497,159 0000000000000000007f788719c3866ab567f0067e660468e5b2f4bef4236d00 1,392 1.00/1.00 vMB 36
497,158 497,158 0000000000000000001baa345bd7dc3e5f4c3a17f8f3f09c5e4307f211ba519e 1,669 1.00/1.00 vMB 82
497,157 497,157 000000000000000000173785e606b39281180da6b720caa1a05a7b55d6176896 1,276 1.00/1.00 vMB 63
497,156 497,156 000000000000000000812d7230322e2fb7cb1fea6160c1509065048c5b00fb71 1,216 1.00/1.00 vMB 78
497,155 497,155 000000000000000000a6e418852c71a5a457374d1d064edda26c38b36d537c56 1,484 1.00/1.00 vMB 57
497,154 497,154 0000000000000000007e561974713f7cf91ee5c6c00d3df8c068be3b7ce7c25d 714 1.00/1.00 vMB 13
497,153 497,153 00000000000000000001f2c1cea73b1d1e3ff8ac05c57daec3ccc21077a97168 1,879 1.00/1.00 vMB 95
497,152 497,152 000000000000000000a7b4999c723ed9f308425708577c76827ade51062e135a 1 0.00/1.00 vMB 0
497,151 497,151 0000000000000000005ac8cd6b7f803c11a617b901a13e05318a155f8f215ea1 1,946 1.00/1.00 vMB 92
497,150 497,150 00000000000000000087b5026fabf21e55db6eb6d41655853b5ea6887a4b77ff 1,776 1.00/1.00 vMB 49
497,149 497,149 00000000000000000042cd368986610a1af94398a7cb6d71dd3ae8f2333f8467 1,951 1.00/1.00 vMB 132
497,148 497,148 0000000000000000009aa392dd1458b6f0831e6aa3fb05feed349f60e2e800e9 2,268 1.00/1.00 vMB 132
497,147 497,147 000000000000000000ad5c657638f12b3e786512f29b32968f6661301ce4df76 1,452 1.00/1.00 vMB 77
497,146 497,146 0000000000000000008596d52ed5a7dd6037a42ab021ef23d3018e70a3cab0ba 2,034 1.00/1.00 vMB 76
497,145 497,145 00000000000000000051a0f056c46ae371a71c1867eb25fe2e019b2517163695 1,620 1.00/1.00 vMB 78
497,144 497,144 0000000000000000007815862010b2536213f69a630a2eab3b6409c163d51906 2,269 1.00/1.00 vMB 78
497,143 497,143 0000000000000000001c8b137fdeaf482b4e58d6a10eac23bef43d7ffb7ef035 3,119 0.97/1.00 vMB 85
497,142 497,142 0000000000000000000c1da9cadaf6dab3bc60e863adfa67ffe15f96296b6f54 3,060 1.00/1.00 vMB 61
497,141 497,141 0000000000000000008f645bada14ed27f7c0acbe71edbc7230eece7ef8bcb87 1,688 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.10 GB
    • Received: 17.31 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.