Loading Tool

Explorer IconExplorer

Memory Pool

81,438 transactions
30.86 vMB
0.11306112 BTC
Random Selection Loading Transactions
Max Size: 187.41/200 MB

Candidate Block

Mining Attempt fee6647baa79674e97cd427cf2fdd5604109a48809adc9f3d66981f5986312f6
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root f93002b6c08a84de74c1e89217df38cbf0c99eb6056142f00a9c3225f468e101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.03775691 BTC
Feerates: 318.30 > 3.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (559,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
355,829 355,829 0000000000000000096fe7341b922308d6d5399d856a75a044c124c1b58398cc 1,392 0.74/1.00 vMB 28
355,828 355,828 00000000000000000135b27c710bdd5b496fdef2b09d48e6d1d84933dffdfb1e 545 0.26/1.00 vMB 29
355,827 355,827 00000000000000000bdf124573f5d39764a7b2b90691cc894d82278eadfdcd60 716 0.35/1.00 vMB 31
355,826 355,826 00000000000000000fa57b40dc86a61d35aaf9241c86f047ef6f4bab8f13dfb7 178 0.10/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.08 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: 721.72 GB
    • Received: 18.39 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.