Loading Tool

Explorer IconExplorer

Memory Pool

82,734 transactions
30.67 vMB
0.07481333 BTC
Random Selection Loading Transactions
Max Size: 188.41/200 MB

Candidate Block

Mining Attempt 59d125e0979ca1e448ece08d25659e3778918d5f38b29ccd55264d1e00806815
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root 74faa402761a338909a6bd8f0657c1d7067836a4d4b269352b02dc29adfbc85a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,579
Size: 1.00 vMB
Total Fees: 0.00578633 BTC
Feerates: 50.34 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (559,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
355,829 355,829 0000000000000000096fe7341b922308d6d5399d856a75a044c124c1b58398cc 1,392 0.74/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.99 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: 717.80 GB
    • Received: 17.86 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.