Loading Tool

Explorer IconExplorer

Memory Pool

72,641 transactions
27.94 vMB
0.06432919 BTC
Random Selection Loading Transactions
Max Size: 165.88/200 MB

Candidate Block

Mining Attempt 9b7f9a4733c41a882f794a5a9d9e41a189c91af4d8381b8eb1485f2e7fa8ad21
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 9cff84966d40db778e0f52e455819ae537eca3b8b024cf71812c8f18d85c9017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,472
Size: 1.00 vMB
Total Fees: 0.00859937 BTC
Feerates: 180.34 > 0.86 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (313,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,835 601,835 00000000000000000001ec3501c9743d38b7559aa090802483cd57aef6bfdc3e 2,069 1.00/1.00 vMB 35
601,834 601,834 0000000000000000000903e09175efa17f018feb26cb41e2a1182ae8b67cfa05 1,375 1.00/1.00 vMB 34
601,833 601,833 00000000000000000013c92ce2b37ea70a6efef67d0057f9fc49ae5467318bdf 2,538 1.00/1.00 vMB 52
601,832 601,832 0000000000000000000d7d95b86745b8cc6f7fead0270b4469166abc0cdf2464 1,749 1.00/1.00 vMB 12
601,831 601,831 00000000000000000003daab4305dde7a95a77dd8d91fab34c94739e159ef6ac 2,673 1.00/1.00 vMB 13
601,830 601,830 0000000000000000000a4bc058ce67c65e79df38276779d56dc75f2ce5106ff5 2,083 1.00/1.00 vMB 10
601,829 601,829 0000000000000000000d65d6431ab474199321f623476b6a5349e9910253d5de 3,150 1.00/1.00 vMB 23
601,828 601,828 000000000000000000130464a043061f067e531c0f936e8393b6227b9d463f4d 2,399 1.00/1.00 vMB 29
601,827 601,827 00000000000000000010177f0bb867775b9aa70c840d864d4dde72d7ea247f54 3,103 1.00/1.00 vMB 38
601,826 601,826 0000000000000000000be59f40acdf646f9993789a13b64f2773cebcdcb5671e 3,112 1.00/1.00 vMB 40
601,825 601,825 00000000000000000003e7633346c3389ced3ab6ef178d1e45efd01d7fa13284 3,026 1.00/1.00 vMB 27
601,824 601,824 00000000000000000011daaf408950914e023685a1d7a53855d547ad7eb2bd5d 2,636 1.00/1.00 vMB 39
601,823 601,823 000000000000000000045550e7ae7c191f05ed6684f113bc7984d36a87cc5d1d 2,770 1.00/1.00 vMB 30
601,822 601,822 0000000000000000000b34080871f5c0d8a849cd0a641b294a7547d65d44438d 2,695 1.00/1.00 vMB 14
601,821 601,821 0000000000000000000f22c610879a9379e5b2aaef83e765c41c45a35d137297 2,952 1.00/1.00 vMB 19
601,820 601,820 0000000000000000000324ebf2f50e864e75cca01e24f1825e1b129162f0135f 3,129 1.00/1.00 vMB 39
601,819 601,819 0000000000000000000eb546d6be83b0436f3a1b5288d79e5f9b03422e5a4d5c 2,981 1.00/1.00 vMB 35
601,818 601,818 00000000000000000007416ab282aa36ec6e4f7226d34e12a5dd833213d8ae24 2,324 1.00/1.00 vMB 26
601,817 601,817 0000000000000000000ddd9976c9c2214b8eb1d2ebdf71ee2abb159bf6f82ba3 2,784 1.00/1.00 vMB 45
601,816 601,816 0000000000000000000019fb05af4f222cd655d1a050608324478277ed0dc7ae 2,537 1.00/1.00 vMB 27
601,815 601,815 0000000000000000000c1c150210cd5bb00698dd3b328ecf9ba2a2a3d1d86e09 3,074 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.45 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: 666.88 GB
    • Received: 15.23 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.