Loading Tool

Explorer IconExplorer

Memory Pool

87,222 transactions
32.85 vMB
0.13305419 BTC
Random Selection Loading Transactions
Max Size: 199.62/200 MB

Candidate Block

Mining Attempt d7f4ccf231627f983c3623a41c4ab6d1276cf08c36e834f398fe61933691090f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 0499d95fe6eccf92277f246b479fc0d151d1a3fd2f5f19ddbc98b9f07d767a67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.04801378 BTC
Feerates: 300.16 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (377,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,169 538,169 000000000000000000157598904f45239044ead114abe330a03b3ac0cbec8151 1,026 0.39/1.00 vMB 38
538,168 538,168 0000000000000000000183e123b3bb5ed73a6f2a42d6de52ddc7fad66f9f33c2 431 0.19/1.00 vMB 21
538,167 538,167 000000000000000000245de2772aabdddf1e7a4f5f27b107856422016e0a038b 2,051 0.80/1.00 vMB 24
538,166 538,166 00000000000000000004950bed22f167a18eba66f5ec776171150655a4d26a1f 2,538 0.82/1.00 vMB 16
538,165 538,165 000000000000000000139c2f36c32d1faf6c142059d9ed4bb49e9f42a32113ae 508 0.21/1.00 vMB 20
538,164 538,164 00000000000000000004c6bd0f07e3287a431978930d06aad54950c9847afc43 1,646 0.66/1.00 vMB 19
538,163 538,163 0000000000000000001325a17ad4a2ef5e30ba23775806ea7bcc2358d4733037 2,655 1.00/1.00 vMB 29
538,162 538,162 0000000000000000001e26db971a48802ee8d66c1c1cd5d66321cf5305e97fc0 1,893 0.70/1.00 vMB 14
538,161 538,161 0000000000000000000afbc2a54a98e403ce2e0abc2bc9764eca6a928c952bdc 1,731 0.53/1.00 vMB 17
538,160 538,160 00000000000000000001b285b0a8c48f3873f6a17047b1213d7efe85562e33aa 2,632 0.92/1.00 vMB 8
538,159 538,159 00000000000000000003e40ce21effe8b0f3aac6437e9b00fc5df50fbfde8465 2,432 1.00/1.00 vMB 21
538,158 538,158 00000000000000000001e4d58afd0f91336954d32a4ef9221cb53c271134a758 802 0.27/1.00 vMB 19
538,157 538,157 00000000000000000008b92c486644b37169690e03f3a35dc2e005d77ce62038 1,653 0.57/1.00 vMB 15
538,156 538,156 0000000000000000001226cf8d7c9903ce21840ee86cc6476448514a62d2e2fd 2,202 0.89/1.00 vMB 19
538,155 538,155 0000000000000000000ff93609e35a1a742cb5ccfee4ee13fc736f0f9e4430f0 234 0.08/1.00 vMB 15
538,154 538,154 00000000000000000023cc408a5dbce947c655f105c273d4418d1177e7c33421 1,783 0.74/1.00 vMB 14
538,153 538,153 0000000000000000001df6bf0a5351849cf2017bd24111e53ca1839d65dc30ba 2,271 0.79/1.00 vMB 15
538,152 538,152 00000000000000000019c9fe6b309f6cfd2c95676ed8c448a99d1f63b5a474b8 2,420 1.00/1.00 vMB 20
538,151 538,151 0000000000000000000ea8a2d65538cdde5056a3ab812fecbde7cb7bf88f512b 939 0.46/1.00 vMB 11
538,150 538,150 0000000000000000000cc90504e5fde24b2868052dc099c411d092e97f5b2d0e 433 0.29/1.00 vMB 2
538,149 538,149 00000000000000000020c0f05a3b2baae722c4b98f3e71216fccbb6e6d65dfa0 2,789 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.