Loading Tool

Explorer IconExplorer

Memory Pool

41,098 transactions
26.63 vMB
0.06709065 BTC
Random Selection Loading Transactions
Max Size: 138.82/200 MB

Candidate Block

Mining Attempt 230f2a02a098930f241e4af79b9545af4ed82864c9f99d45883c44f0f4a34c1f
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 91f658f3c94dd4885b9dcf7aaa17ea5377acbf1e1df32b8b28b6b2f0b2ec1407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.01787343 BTC
Feerates: 265.25 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (305,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,361 609,361 000000000000000000152a13917772e4911d34d8ecbd7730918d9a293bb26c46 3,105 1.00/1.00 vMB 11
609,360 609,360 00000000000000000005c761066e8b60e45b4d73b72a4aa15f6816f36e3dfc96 1,279 0.87/1.00 vMB 1
609,359 609,359 0000000000000000000519c843c987aa1d42a26f6d3d6abeeb0fe1cc555814c0 2,383 1.00/1.00 vMB 8
609,358 609,358 0000000000000000000c5864a1db5783267591d0ede51b70e52ad58afea7a896 2,981 1.00/1.00 vMB 7
609,357 609,357 0000000000000000000b79e69d8d837f1361e2390fbcb38ba4f671e3bbda23bc 2,629 1.00/1.00 vMB 15
609,356 609,356 000000000000000000126cdb46d890999c572a6267dc99ae72022e042ad4642e 876 0.35/1.00 vMB 5
609,355 609,355 0000000000000000001091b93f69293cc8c0bf1c582e466f8c45e6e8f9b8b862 2,983 1.00/1.00 vMB 9
609,354 609,354 000000000000000000135b109d987282bb2ab0d238c44bc0be3651fdbd0ffd64 980 0.28/1.00 vMB 8
609,353 609,353 0000000000000000000ff90418352f7f3e59486d34e364f91a8235f3a60ff425 1,150 0.41/1.00 vMB 2
609,352 609,352 000000000000000000008cc2898720b45d625a437b624540009f61211b8c0d35 3,125 1.00/1.00 vMB 10
609,351 609,351 00000000000000000001ebbf4b379cd75a99dd6907337d145ac15b2f0f50ae96 3,165 1.00/1.00 vMB 12
609,350 609,350 0000000000000000000855f521fc76b6394c96b3b430e07621b9e2c8882c28fb 885 0.27/1.00 vMB 10
609,349 609,349 00000000000000000004150125c8ee53870d5ec0c2908ba95654534a28759179 845 0.25/1.00 vMB 7
609,348 609,348 0000000000000000001298670723f25f04150eeea9004d20fc151fcf62dcb707 1,363 0.44/1.00 vMB 11
609,347 609,347 000000000000000000019689229a2f5d0a81bb19c5ebd61664189f26d447a77d 99 0.03/1.00 vMB 6
609,346 609,346 000000000000000000034e94f902908c3e8a213ca3795eaf9d77eb2c0bd4e2a9 1,980 0.61/1.00 vMB 12
609,345 609,345 0000000000000000000a67de437aee847ce3e88dbf1d3540a4c5c6491fb7e7b6 133 0.04/1.00 vMB 12
609,344 609,344 00000000000000000010a1b0ac1a782751ef2a92233f1bc7a43eec41d8bfab41 2,578 0.80/1.00 vMB 2
609,343 609,343 000000000000000000107f55320907a96649686fde046f0cac344b5c4039cbfb 2,916 1.00/1.00 vMB 7
609,342 609,342 0000000000000000000746d2072a6ea9bd01f7a65aaf94d94d91fbb4ce585df6 2,537 1.00/1.00 vMB 21
609,341 609,341 000000000000000000109a69cc74646d02537ee9473c9037c7be03411e1582e4 705 0.21/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.