Loading Tool

Explorer IconExplorer

Memory Pool

73,911 transactions
27.34 vMB
0.06886327 BTC
Random Selection Loading Transactions
Max Size: 166.66/200 MB

Candidate Block

Mining Attempt 3feb09bbdf50374b121d95efd79a4142a4bf25ee4fd1a3eb503eb678cab06483
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 01750ba20bbfedb0e88e04f6c9ad2ede4beee517b8f85af455c4f7b1d242d138
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.01069140 BTC
Feerates: 337.46 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (559,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,850 355,850 0000000000000000069e004768588e4139b538cb836cdbcbb3074bcce3511449 274 0.13/1.00 vMB 33
355,849 355,849 00000000000000001538e77fc29787d8b51acd7d2df8ccf04c4f91abfe82bb76 325 0.19/1.00 vMB 25
355,848 355,848 000000000000000016fc1f3143f8090b585a084c6ffd192507b9d573ccddde91 84 0.04/1.00 vMB 31
355,847 355,847 000000000000000004e1565ed656a7f5fa9adc9313ae630e3a200595abc9bcb4 667 0.41/1.00 vMB 26
355,846 355,846 00000000000000000e80e720b3347d9278c1a668929e10c5aa7db5b62b5b43a5 155 0.11/1.00 vMB 19
355,845 355,845 000000000000000005d840d0e19fe2fa21f666d1126c59326e78e067cab34ef6 734 0.49/1.00 vMB 23
355,844 355,844 0000000000000000015dcb2a8da094bb685d90730b2ad435a6d6fa11a3f7cb9e 1,223 0.69/1.00 vMB 32
355,843 355,843 0000000000000000026785ae12c89f8beb1caf521a9eac99451e0dea24d28b0a 515 0.34/1.00 vMB 20
355,842 355,842 000000000000000001cd4ea4ee5c4a645f41128c5df84c3dd296acd9113a5500 1,088 0.63/1.00 vMB 24
355,841 355,841 0000000000000000093a86ba5e2b0debed70cf79d42b8fc6331dcd98ccdfe595 1,141 0.69/1.00 vMB 25
355,840 355,840 0000000000000000070579f694b9cb07be0a8b9ef5b06e0ed6e8aef5a0b53414 703 0.47/1.00 vMB 45
355,839 355,839 000000000000000010a0083c16e2f77a1b6a7d83f359a695afa034c19c1bd2da 1 0.00/1.00 vMB 0
355,838 355,838 00000000000000000da2a5181143b6134011f983651084fd7aa83c4e7bd521d3 634 0.32/1.00 vMB 30
355,837 355,837 000000000000000013ec0e651f3852db8d418a9ecc55a2e7ae340c04459312b6 1 0.00/1.00 vMB 0
355,836 355,836 000000000000000009f7b75c19205ecefd5cb08d6eb66be9390b6e8de66d20c7 184 0.10/1.00 vMB 26
355,835 355,835 00000000000000000be8119253e7c2f69cfc0a741b052050c3f10a3159afda03 132 0.09/1.00 vMB 27
355,834 355,834 0000000000000000087a4a33e8209bd8a59153675d0f878118ca5a4167d4bb56 284 0.13/1.00 vMB 30
355,833 355,833 00000000000000000fc641cd999806cbec8113a2eee1f4aec90815df0bb916fa 351 0.29/1.00 vMB 15
355,832 355,832 0000000000000000158c77dfbcdca555182b0b295a3577489f36b9480cdb12d3 1,406 0.72/1.00 vMB 35
355,831 355,831 0000000000000000126aa1cfeb208fc9ba5e0981dd610e21ee4e3f7527f3add0 374 0.18/1.00 vMB 27
355,830 355,830 000000000000000016b086fc8de1f6efa2cd97d5e6f8ce022e8396781d4d8730 1,519 0.78/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.