Loading Tool

Explorer IconExplorer

Memory Pool

83,569 transactions
30.79 vMB
0.14947948 BTC
Random Selection Loading Transactions
Max Size: 185.33/200 MB

Candidate Block

Mining Attempt 47f0266b2de5373460fa65acc9296e3f241cde29fb5fc7a08cf52683cac73700
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 7ce37abae32c913eff2d0e610ee32040d9572e4a5037a9ad983c64d2cdd3c3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.08337434 BTC
Feerates: 150.77 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (328,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,487 586,487 000000000000000000061cc535f5b1ecd34bb4e403a858361a25af2e748adc35 3,029 1.00/1.00 vMB 49
586,486 586,486 0000000000000000000a6d1553a7f0373cb20c87e55938b96d44413d215a50ce 2,260 0.85/1.00 vMB 44
586,485 586,485 0000000000000000000bd872d24da440ab3e5a433233b9f00265b2ed3cac2af6 2,817 1.00/1.00 vMB 21
586,484 586,484 00000000000000000004a8e45031465fa1d13e8a81883f5fc664ad8dd20558e8 2,707 1.00/1.00 vMB 64
586,483 586,483 0000000000000000001ec977dfe4d31c6ba52893b662d9446ec713b41bec6b22 988 0.40/1.00 vMB 38
586,482 586,482 0000000000000000000165f54c98569fb9ff5f0d6abdb912ca6048d6c80329c1 417 0.19/1.00 vMB 47
586,481 586,481 0000000000000000001cb7dfa0d56cb8f3f42cf7de8c17b9ad8b35fd3c259e38 2,383 0.94/1.00 vMB 27
586,480 586,480 0000000000000000001971122b594e691ac0808b795173871afe39a5b4132a70 106 0.05/1.00 vMB 48
586,479 586,479 0000000000000000001e0e514c4f92bbd4fe35d88420f346d4c2a046a1845b4a 492 0.17/1.00 vMB 37
586,478 586,478 000000000000000000187ccf2977ae626ab1f8532c55d51e328adc2deaa5c91d 1,174 0.41/1.00 vMB 28
586,477 586,477 0000000000000000000e2e4de9df13b0baa2f5611da6b119e3fc0dfdec488533 2,836 1.00/1.00 vMB 33
586,476 586,476 0000000000000000001ed86d3d2b62a9058b7c19c8212fac8a17fa7fbbf2fc54 388 0.14/1.00 vMB 42
586,475 586,475 0000000000000000001783352bb36d4e90037c08961cdcfa1a03f1ff35cda802 876 0.31/1.00 vMB 33
586,474 586,474 000000000000000000042cdf536ec91faa32bde325b802619e930ca958d2c636 993 0.34/1.00 vMB 31
586,473 586,473 0000000000000000001a5209a2e58f15202b3c67277f86ed33c96adb445ea7ab 2,237 0.73/1.00 vMB 29
586,472 586,472 0000000000000000000e0fc162eec985b52a262abaed8c6837b96ad36bd3927c 1,142 0.34/1.00 vMB 34
586,471 586,471 00000000000000000004f191da1b99c886ed9a3fc81ae1aacdf8952ec6a0536b 968 0.29/1.00 vMB 38
586,470 586,470 0000000000000000000d605600e458c557b3be4b424f586bda2da5e9bccab8c7 1,556 0.59/1.00 vMB 31
586,469 586,469 000000000000000000168a9b0cb6edc8533414aa4a4a8e2f0181bdadf4719a80 2,794 1.00/1.00 vMB 27
586,468 586,468 000000000000000000096b23085bc61481b2a5304913f7c3cb9dc7b62854aacc 3,024 1.00/1.00 vMB 47
586,467 586,467 00000000000000000017ea3f59338ae69e07da0d366e28e6f83b82c2e89a006b 2,007 0.69/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.