Loading Tool

Explorer IconExplorer

Memory Pool

33,128 transactions
25.08 vMB
0.04981037 BTC
Random Selection Loading Transactions
Max Size: 127.12/200 MB

Candidate Block

Mining Attempt d2ebdeef7ce3ea492689a375db4f2b47dff784fcecee2454422d0706ca249509
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 3d2fe349c973754714a3ae883c2b10554ec0d697cc6ee55c2a807e31567ca634
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,662
Size: 1.00 vMB
Total Fees: 0.00470941 BTC
Feerates: 40.21 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (331,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,229 583,229 0000000000000000002128b23a3e1579b4a663ca62367c9f0c9d636cd9d26f1b 2,355 1.00/1.00 vMB 147
583,228 583,228 0000000000000000002301fa0915b74b524512865ac2ac8aa55def65219f45d7 2,013 0.62/1.00 vMB 64
583,227 583,227 000000000000000000203df3a64c82e056a8083004f416ced5e4016c151a093e 2,585 0.86/1.00 vMB 49
583,226 583,226 0000000000000000001efd663f14b310a6f5233a351524324d3d4162d73dca86 1,331 0.42/1.00 vMB 58
583,225 583,225 0000000000000000001a3a2b4db461bff81072d5541d89d169270a0590426ab6 1,354 0.43/1.00 vMB 80
583,224 583,224 00000000000000000009b1424f8d2fc408c788664b28584fc615c7259ea8d9a4 1,416 0.58/1.00 vMB 23
583,223 583,223 0000000000000000001d8789547c48e832eb776c6d3b8bb1f02f9a5239ec7fbe 2,419 1.00/1.00 vMB 26
583,222 583,222 0000000000000000001d5064ef472da0a665ab3f48daf4c811475baa28bebc0d 2,018 1.00/1.00 vMB 33
583,221 583,221 000000000000000000073314804d16aed4d5711618923627102a3df010790c7a 3,311 1.00/1.00 vMB 125
583,220 583,220 0000000000000000000dde12a0c6f573647067a1bb37a69aa99a6e6c43dc5429 2,853 1.00/1.00 vMB 122
583,219 583,219 00000000000000000017ee8268204134f78565a05f6e2cbd7293770cadc328c0 3,083 1.00/1.00 vMB 69
583,218 583,218 0000000000000000002019ed8c92a3746e8d2e4ec0905e1b6e3399e62deea08a 1,611 1.00/1.00 vMB 56
583,217 583,217 0000000000000000001b52e5daaaed1836fa7ada2e1eed8a64998824f11c0d9a 2,612 1.00/1.00 vMB 7
583,216 583,216 0000000000000000000a0a320b2874b9dfa9feb1ecfb4bbf355d640c2605edff 2,774 1.00/1.00 vMB 132
583,215 583,215 0000000000000000000b9bc237f3094c1b07abab40d6c17220a68f27fa5a99e3 2,843 1.00/1.00 vMB 20
583,214 583,214 0000000000000000001809ca0369f8cfb8c8349c984a31d8b863c7ec86b2057e 2,543 1.00/1.00 vMB 21
583,213 583,213 00000000000000000004b3f95320f8d820eb443309cd2eb51dbb0794499d0205 2,453 1.00/1.00 vMB 36
583,212 583,212 000000000000000000018055a763407778ca6d33695453ff27e254a8e9ce525e 3,291 1.00/1.00 vMB 132
583,211 583,211 00000000000000000000e6381073e48e77f738131da0613cb7506bcb4b395659 2,626 1.00/1.00 vMB 64
583,210 583,210 0000000000000000000e054af34c7e84ef44d8f32e6488426fe252ae3639b09f 1,578 1.00/1.00 vMB 126
583,209 583,209 0000000000000000001726f774696f3c428a1b70807b3b01f253d273d4b042db 3,377 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.