Loading Tool

Explorer IconExplorer

Memory Pool

43,708 transactions
27.14 vMB
0.06039368 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt d3d4efbca1fa1786cf050f79550f1c93db68548839147b38fa6674a17a0f4c1e
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 2224d3af8e34dff9483841cf152fe82ed9be991949d020eca9cb8f91b5edeadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.00974495 BTC
Feerates: 200.99 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (808,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,116 106,116 000000000001a8a4331afcc3ffabb9d1da03703cbe42d46dcdf861095ea8a742 2 0.00/1.00 vMB 0
106,115 106,115 000000000002b50650d649395fc4f995f633a51ededf9e74eb1b4a9086a03726 1 0.00/1.00 vMB 0
106,114 106,114 0000000000025c5eb3260ad98e8e1656ed80b81c4b75556ea79bef1fe81f9e58 2 0.00/1.00 vMB 0
106,113 106,113 00000000000105e768859a0a2c70a07d428d35fc16944a1ec13aa3957416efa9 27 0.01/1.00 vMB 0
106,112 106,112 00000000000208f50809bde76c5416c3aa51846b8959bfbb644834dac848e225 1 0.00/1.00 vMB 0
106,111 106,111 000000000000edabcb0a298f346fc99a55bc205a62a4f399d667a4f5dbb35c51 1 0.00/1.00 vMB 0
106,110 106,110 0000000000022a20927138383db94b63a396127c05f5d04bd3bc6e535d2d8082 1 0.00/1.00 vMB 0
106,109 106,109 0000000000014eecc5bfcc10fc50e36c62958458c30a7099e7249a014e7acdf3 1 0.00/1.00 vMB 0
106,108 106,108 0000000000005b6528798d2f1e221c1e83ca962937af1600b8ad8a6db35b572a 1 0.00/1.00 vMB 0
106,107 106,107 0000000000020aba5b990942d1d4fc6bb53f3422284471b970cb47baf50f1ebb 1 0.00/1.00 vMB 0
106,106 106,106 0000000000016b6c237b68187d064d450aa0acac25cea3706689a77afc97f322 1 0.00/1.00 vMB 0
106,105 106,105 000000000002f5b0bf890ea6ada0024dbe7857452f4c4d13ee9f8430087e63f2 1 0.00/1.00 vMB 0
106,104 106,104 00000000000291834c42e610c2b8c34ba4cfa0e6afb2c3eaaa6ac60683e24575 1 0.00/1.00 vMB 0
106,103 106,103 000000000000445b214a6c0fc1d14d950749d81dc4d926eab54665cc1be1d141 3 0.00/1.00 vMB 0
106,102 106,102 0000000000024ba50d4f491c82bd4502903e860bf743fd62c0795876016fbf55 32 0.01/1.00 vMB 0
106,101 106,101 000000000001564b4f67c51e6d244ee19bf32de4342673554fc10bc6139f979b 1 0.00/1.00 vMB 0
106,100 106,100 0000000000005bdfd3c348886085bb62523db7766e81cdcafd3b6752790ae7db 3 0.00/1.00 vMB 438
106,099 106,099 0000000000016f2ae50b15c79c34f7692cae10afffc46cf2fa7e67cc7f3996b6 1 0.00/1.00 vMB 0
106,098 106,098 000000000001b695884f195fb02f9d232affa8cf102c9484aec90a3408bbcf3f 1 0.00/1.00 vMB 0
106,097 106,097 00000000000047fddbc02d8d3ef24311c24d7be6f5f27a3db8916e8321278399 2 0.00/1.00 vMB 0
106,096 106,096 000000000002061fdfb7f6eba982692312c13a5749d71a1ed8bacd8faf2871c4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.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.