Loading Tool

Explorer IconExplorer

Memory Pool

17,424 transactions
8.04 vMB
0.03300019 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.97/200 MB

Candidate Block

Mining Attempt 945a685fec43721b32230a67f17cadacacd4f926f09616c5ee521d8cf854e342
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root cc7c4d321d6b5d7cacf5bbb261e26a226921b8b6af3b48f45ea0de9f5a314f4a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.01616195 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (703,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,269 210,269 000000000000003f7c9e78e8d5fda629fbb50422f1ec22a5aa2a2bae6fa9d624 253 0.08 vMB 163
210,268 210,268 000000000000026331b27cf6f4b87ee27ac2ea6c4e5803072dfb048390ce9f86 244 0.10 vMB 196
210,267 210,267 00000000000004600f82196551a80494ba7cd394210d32a1e378c767158a94c8 313 0.16 vMB 138
210,266 210,266 000000000000035872a855d48c7e6afc8356926757c230dbc8c2d5d137a6e6a3 9 0.00 vMB 14
210,265 210,265 000000000000005f3e4f32e42e2281c6355640c069acd47e6b3b65b22335f0ef 126 0.05 vMB 53
210,264 210,264 000000000000010eb6faa0be3d6599b81959ed381c53c4e45be634fb2e4859e6 245 0.11 vMB 167
210,263 210,263 00000000000001be912f7417d4647015ee2faed349b8abcbdc74ab1920e5d536 223 0.10 vMB 138
210,262 210,262 00000000000004c9bd445a02886aa1f811ff6f043b7211b00a2c6c6ca5d5bf15 336 0.15 vMB 512
210,261 210,261 0000000000000353801894bf42c22fd1ee7daab9d3533b2f2fb1c4a2d2dfc6f2 269 0.12 vMB 208
210,260 210,260 00000000000003ad580bff51f301624d2dbc705bc9da8c9e12207600d30f9a86 10 0.00 vMB 756
210,259 210,259 00000000000004c9a28f5f3c74fe925eda69b7d6b2584109a270d90c8e520709 199 0.07 vMB 146
210,258 210,258 000000000000036d4704e01f8e249d25fe139c403c3dcad0b15cffd5b37ffe07 39 0.10 vMB 73
210,257 210,257 00000000000002741f24ebc917116aa106648d7013ec8fc20202384ed534a51e 254 0.15 vMB 149
210,256 210,256 00000000000002aafcd3623cabfb050129e6c81999735f454b5704d07dbfcdce 45 0.02 vMB 113
210,255 210,255 00000000000003dafe55926875d80f44dfb34cd9af0850004e3314600f67934a 62 0.03 vMB 108
210,254 210,254 00000000000000d073bbfde1d41df187354025656521e6d7a2ca39af22affeca 31 0.02 vMB 61
210,253 210,253 00000000000003166c06d7cb543865bbb21a6cc79cbdab18071433e7343ec27c 286 0.15 vMB 206
210,252 210,252 00000000000003947f716f536643728d82f558471de78256a8a91bec0dbff1d5 215 0.22 vMB 60
210,251 210,251 00000000000002b00f415a3c348a6cf9df7b37bcbf70cfc521f34835b8e3f0e4 42 0.02 vMB 276
210,250 210,250 00000000000001b11b7cbc4b8e336eda6b74bd832f22722afbb9e97c36eb1b56 145 0.07 vMB 103
210,249 210,249 0000000000000409cea20abcfd4f321de248c73f6d0b15d85801048a80f8bd29 167 0.07 vMB 202
Previous 10 blocks ↓
Total Size: 779.56 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: 267.49 GB
    • Received: 1.03 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.