Loading Tool

Explorer IconExplorer

Memory Pool

82,162 transactions
30.95 vMB
0.10371341 BTC
Random Selection Loading Transactions
Max Size: 188.23/200 MB

Candidate Block

Mining Attempt e9669014de28a1f6d2e0d8d3c12d2e4ed3d126dfa5c67669ebdd6ca9aa0fe65e
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 5662f29329ee0e5e6282f14f3a04303bd2928e4bc255013f7c273fdda2db4329
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.03095163 BTC
Feerates: 200.89 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (31,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,312 884,312 0000000000000000000153844fcc0c43e824a095266a05a61dffea981cae8951 3,950 1.00/1.00 vMB 6
884,311 884,311 00000000000000000000dab294dcb03f768e6388b0461b7e8472ffeedde181d4 3,934 1.00/1.00 vMB 4
884,310 884,310 00000000000000000000d6c41a4ba96eddb85fa3914d11e836b3a86ad5204cfb 3,748 1.00/1.00 vMB 8
884,309 884,309 0000000000000000000042d9cd8e5972ff67fcfe4d3e398ec79579073f842aa5 3,136 1.00/1.00 vMB 5
884,308 884,308 000000000000000000017386a961c040762bb66f5d2ac80481853a0a56b58e54 2,479 1.00/1.00 vMB 5
884,307 884,307 000000000000000000018c70b395eaa310e5ce7b3f4c73c2b0d34f9d4994b672 2,623 1.00/1.00 vMB 1
884,306 884,306 00000000000000000000b332c930c234aa0cd4b6e0091aea219f1addd42141fb 2,627 1.00/1.00 vMB 4
884,305 884,305 0000000000000000000049b5f54d9bfd907930f740c297ce8c6963653eec905b 2,135 1.00/1.00 vMB 3
884,304 884,304 0000000000000000000257fa7758c26effb6c8c23fa59181d33870468485a84b 3,865 1.00/1.00 vMB 7
884,303 884,303 0000000000000000000191210bb6e4bc116fc072bc70a3684621ba864514deae 3,248 1.00/1.00 vMB 9
884,302 884,302 000000000000000000000d387efe70475ad29b06075d9478e8c35c70c5fe1e03 3,344 1.00/1.00 vMB 1
884,301 884,301 0000000000000000000153ef187a8165819461e31c1c411c12ff859838b54fb9 3,778 1.00/1.00 vMB 1
884,300 884,300 00000000000000000001a6360f31cd0604039aece777b06e00d1e6410fed82f8 4,823 1.00/1.00 vMB 1
884,299 884,299 00000000000000000001f21c2ec6b49734f1504bfc86935ab82bfe1d66dc5e75 3,358 1.00/1.00 vMB 2
884,298 884,298 00000000000000000000a68f1d96ceb0ce77db2738d8f42ea14f5e47a1827a9b 3,078 1.00/1.00 vMB 8
884,297 884,297 00000000000000000000f179c83251c78e4c3e72bec1b8f5544f6472541807dd 3,298 1.00/1.00 vMB 6
884,296 884,296 00000000000000000000a449cb349c6461c181bc9bbb328a5060cd9f64b42d6f 2,835 1.00/1.00 vMB 5
884,295 884,295 00000000000000000001b8b6e9c9802a7c5719ffd2a6c4c90f8d6c1f69cac707 3,746 1.00/1.00 vMB 3
884,294 884,294 000000000000000000023c3022a5b822b8085771c2aa4361e7189b51ffd5f24a 4,237 1.00/1.00 vMB 2
884,293 884,293 00000000000000000000276505e4617cc83a195e5a06ddf8c5c62e85b977d689 2,856 1.00/1.00 vMB 4
884,292 884,292 00000000000000000001d1bf570601d0d20c71e2b5ca579956255617150201f1 3,317 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.60 GB
    • Received: 18.21 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.