Loading Tool

Explorer IconExplorer

Memory Pool

39,068 transactions
27.44 vMB
0.06705011 BTC
Random Selection Loading Transactions
Max Size: 139.93/200 MB

Candidate Block

Mining Attempt 49c4a656b76db5b9ed74d5cc81d3c4142371a78cfba054f9286ff15f458a6976
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 6b06b678fdbb17779034e62291754df3a4188c3bae2e7b7a81457aae91c90f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,356
Size: 1.00 vMB
Total Fees: 0.01499343 BTC
Feerates: 100.56 > 1.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (331,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,308 583,308 00000000000000000011638125e05e5a994e1128f148b25cfd7e9935b29b6283 2,113 1.00/1.00 vMB 54
583,307 583,307 0000000000000000000c1754ac5281373f1eb293521d90217b29b4e5b799cf6e 2,347 1.00/1.00 vMB 78
583,306 583,306 00000000000000000020f50a1377311529e8c7ee561764e02e10ccafdecd2498 2,047 1.00/1.00 vMB 49
583,305 583,305 0000000000000000001784db4ef81f7f7255730f8b66cfbfaec3ddb9abd070e5 1,085 1.00/1.00 vMB 21
583,304 583,304 00000000000000000006531a40d07daa08c73f4dfd40ae4cb474d88dacfd356f 2,413 1.00/1.00 vMB 21
583,303 583,303 00000000000000000020f691a104ee6354afdd3921cf60866c96ca7efafb6f15 2,238 1.00/1.00 vMB 22
583,302 583,302 0000000000000000001eaeca0c53bc0e718a1d0062bb505005a96a632d9c86cb 3,254 1.00/1.00 vMB 60
583,301 583,301 0000000000000000000d6f59cebef00e977966922d3577a0e2a43df80ddf255e 2,736 1.00/1.00 vMB 113
583,300 583,300 0000000000000000001af553d0b9c94db0bab1deaff72df6c283faeb5330c735 2,356 1.00/1.00 vMB 89
583,299 583,299 00000000000000000014c2e2e7e33d51ae7e66f6ccb6942c3437127b36c33747 2,822 1.00/1.00 vMB 137
583,298 583,298 00000000000000000022a7596cfcd663ab3f21adec12900807faeb4d142228d6 2,492 1.00/1.00 vMB 41
583,297 583,297 00000000000000000014c5b87292ff5573b000539d79d68d1044fae27aa471ed 2,616 1.00/1.00 vMB 36
583,296 583,296 0000000000000000002117a4628548c826023cf7c71ee6e7d2dfbf4814837ed0 2,498 1.00/1.00 vMB 97
583,295 583,295 00000000000000000014b13d8f6403202ddeadf93fb8fec693d64d888f3478b5 3,152 1.00/1.00 vMB 76
583,294 583,294 000000000000000000018b7ba728c3b71b50e46964d0728451cbf1d02663f436 2,107 1.00/1.00 vMB 87
583,293 583,293 00000000000000000015f726f8ba067d5b3ca47d6867088d728c58f355f8fca0 1,995 1.00/1.00 vMB 105
583,292 583,292 00000000000000000019f0ff703f367722560b03f0864bf24ffd82658815dc6f 2,665 1.00/1.00 vMB 80
583,291 583,291 00000000000000000017a7714595e30e1fd70391ad50e47dff046cb60e5a8ff8 3,041 1.00/1.00 vMB 85
583,290 583,290 0000000000000000000b541eab2bbbd687b3fd7c07eb8aeb1c0c6e5aa117ace8 2,034 1.00/1.00 vMB 71
583,289 583,289 000000000000000000142b81cff208c04c2cee3657364a0172b4dad946c15cde 1,728 1.00/1.00 vMB 93
583,288 583,288 0000000000000000000c616ac93794a3aa61ea41edfb374267eb2f124959f06a 2,246 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.75 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: 630.91 GB
    • Received: 12.05 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.