Loading Tool

Explorer IconExplorer

Memory Pool

80,393 transactions
29.76 vMB
0.14585049 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 6721ae871f8c7f7b608d9461e6f7ead6cf6219348251139fe21aa825f041e879
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 939b422fe261d306ffd7a08e64fab79d75dcd11d447f689589e531ec9e7e392e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.07889696 BTC
Feerates: 502.67 > 7.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (302,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,171 612,171 0000000000000000000e3b5418f6c92cb19494dfea28a83da8643485925aba1b 2,638 1.00/1.00 vMB 34
612,170 612,170 00000000000000000001d5fe841b4c69698713cb41951e7b8c15bcbac1b266db 2,476 1.00/1.00 vMB 28
612,169 612,169 00000000000000000012fb7cf78aaa666d730aa61e75e0eeb51d3ab7b49bcfcf 3,227 1.00/1.00 vMB 49
612,168 612,168 00000000000000000005e1516c6faacd1560fe6f485f17f7d56069cc32ecf666 3,270 1.00/1.00 vMB 50
612,167 612,167 0000000000000000001022131709d2681ea4b3d9fd63deb5c39f7427ab831952 461 1.00/1.00 vMB 93
612,166 612,166 0000000000000000000d50d397f1e6109b3560f51ea785a4637dfefad6d26661 749 1.00/1.00 vMB 101
612,165 612,165 0000000000000000000bb0977c8938e214dce3ade3d95267e951cd516d367b72 411 1.00/1.00 vMB 103
612,164 612,164 0000000000000000000906bc44b4d2b9a7937ae6d0187a63e43044ca9b2e8979 1,697 1.00/1.00 vMB 60
612,163 612,163 000000000000000000026609930d6176a2674962386c9e4a68999e582ef326d5 1,286 0.42/1.00 vMB 2
612,162 612,162 0000000000000000000348d42eb68c3adfa3476ad92aea4ab001b0b762f6d2f9 2,629 1.00/1.00 vMB 10
612,161 612,161 000000000000000000089605038039709a8ce1898a31e5d36bf3c59f463da106 3,518 1.00/1.00 vMB 34
612,160 612,160 00000000000000000012906c14c3b02057b8abac48d9701af7c06dce548780e7 2,939 1.00/1.00 vMB 20
612,159 612,159 0000000000000000000f7539fb662df6aea6b5bf0df8c25d5f3173d0e9f6e8ff 516 0.14/1.00 vMB 18
612,158 612,158 0000000000000000000ac5c9db2c542771733056d43871c523a37d1dcbd68aec 1,235 0.37/1.00 vMB 21
612,157 612,157 0000000000000000000438650195ebefbab2426fefb540e29ccef3ab82a6bf69 2,313 0.69/1.00 vMB 20
612,156 612,156 0000000000000000000dd5fe5506294a1671dbd7ab6e0982dfae216c5a1c70c2 3,117 0.59/1.00 vMB 13
612,155 612,155 0000000000000000000bef2de4c811be73fae60e43de45a128d93c0f835ddb87 3,357 1.00/1.00 vMB 3
612,154 612,154 000000000000000000135c2cb4bc9bc1712ae917d66ea69003d5a8cf7dd3b106 3,582 1.00/1.00 vMB 25
612,153 612,153 00000000000000000009f15355ce4a0920cacfaacd2189f9fbc4f7a8a33abec9 3,206 1.00/1.00 vMB 32
612,152 612,152 0000000000000000000b9865c664c44ccae63bf8f6fc8988d01f636f686ddfd5 1,813 0.62/1.00 vMB 15
612,151 612,151 00000000000000000013e2aee0417bb4c4e18a9d2bdcd98a7cdf14904cf2fa89 1,499 0.50/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.