Loading Tool

Explorer IconExplorer

Memory Pool

76,245 transactions
29.35 vMB
0.09146094 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt fcbac1764dde0d3d796b75e9d5f67ad95bd9e5373a50fa4b66132846813195e4
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root cfbf32e1008e8f1fb8869bfc238ddbafc7d79c74e36900857b2001a3a8764cd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.02693931 BTC
Feerates: 150.77 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (269,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,288 645,288 0000000000000000000f8bfb81a29214cf0264840c252f8eef9c1420cdb056b7 2,490 1.00/1.00 vMB 37
645,287 645,287 0000000000000000000ca006e5d26bb2ad04bfe5638af89dd8231c8208aa10e6 2,270 1.00/1.00 vMB 20
645,286 645,286 0000000000000000000c56e88b2c1a3ff80199a835cdaff52a6b4771c00b35a1 2,202 1.00/1.00 vMB 34
645,285 645,285 00000000000000000008440f904b9150e54db442f1871c5a2be6dd4d88ec4c88 2,821 1.00/1.00 vMB 35
645,284 645,284 000000000000000000009c602975c3f7f727ff5839c7974bcf74b301ec9d4073 2,553 1.00/1.00 vMB 65
645,283 645,283 0000000000000000000647e79956084f8eeba68296ea7aacaf663b5a0352b05f 2,918 1.00/1.00 vMB 96
645,282 645,282 0000000000000000000527d9b86681a4b4b0f407e74ce6aa796242b89543d7b2 2,657 1.00/1.00 vMB 60
645,281 645,281 0000000000000000000b222c5cf3b640c170e4a9851b8b87f889666322d78441 2,667 1.00/1.00 vMB 65
645,280 645,280 00000000000000000003f827427a1bebc22b1b007e684e4655d879f3f5e99cb0 2,769 1.00/1.00 vMB 69
645,279 645,279 0000000000000000000dda668fc8e4225e6a8367077e6a2f7a132a2393249239 3,039 1.00/1.00 vMB 77
645,278 645,278 00000000000000000003c60b2cd2f845b99ec64b1df667b067ea3efeabcd4ff4 2,042 1.00/1.00 vMB 77
645,277 645,277 00000000000000000009d558587146c80bdde1e84c756918216635ed6482f021 2,175 1.00/1.00 vMB 82
645,276 645,276 00000000000000000005d95b69e3f78df4e613f4c01784b276b2efc23ea803ce 2,444 1.00/1.00 vMB 94
645,275 645,275 0000000000000000000bed7c14dc382ebad833c7dc19e8f373701ecefabed5c7 1,427 1.00/1.00 vMB 80
645,274 645,274 000000000000000000065ce65dd24baa0d66fd206142ff770a3ea0cdf49f4c6b 2,545 1.00/1.00 vMB 74
645,273 645,273 0000000000000000000fa67a07f7a90584b769ade031f07a93d94b4dc8e63876 2,519 1.00/1.00 vMB 88
645,272 645,272 00000000000000000006035907f96931789698f8f741176cfdc3b94284cb7deb 2,850 1.00/1.00 vMB 86
645,271 645,271 0000000000000000000f34e3c6afc70b9542cc0e19d72a9861f6578ba92be88d 3,193 1.00/1.00 vMB 87
645,270 645,270 000000000000000000005c2c7e436470efe1702f534f61815dd4df3645baffe8 2,698 1.00/1.00 vMB 142
645,269 645,269 000000000000000000062d2e0a8e9b72d1ccb5cba86a9b521c47607286539b69 3,062 1.00/1.00 vMB 91
645,268 645,268 0000000000000000000d6261fee9e7d9e7799dad8e74ed9d50ccf58e351f53e5 2,292 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.46 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: 667.94 GB
    • Received: 15.32 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.