Loading Tool

Explorer IconExplorer

Memory Pool

44,027 transactions
27.23 vMB
0.09107362 BTC
Random Selection Loading Transactions
Max Size: 143.74/200 MB

Candidate Block

Mining Attempt af37a42c741fd1934b9a6ee7e3fd79025baff6b749c81095c2ad31307d1dfcf9
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (531,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,565 383,565 00000000000000000d87b0fdffd90d89a4a7861cb7143ea5ccff5301a8ad98c0 1,810 0.75/1.00 vMB 50
383,564 383,564 00000000000000000b7fd73f704c708619320b043cd165684afb15332f2fe7e3 84 0.24/1.00 vMB 3
383,563 383,563 00000000000000000bdce9933356eb708f05e47e5a6c7885dbd48b9ffd9429c8 511 0.75/1.00 vMB 9
383,562 383,562 000000000000000001bfb4df125f37e205e73a92666747f424befa7af723d48c 271 0.15/1.00 vMB 26
383,561 383,561 000000000000000010a1e0923d1e5fa7bf47d27b4b15468bb4edf971df2deb2a 210 0.15/1.00 vMB 21
383,560 383,560 00000000000000000b784f6ce944448c2e350fd030a4691ecf0247edd168e218 515 0.24/1.00 vMB 32
383,559 383,559 0000000000000000060679863bb54e433f17b5f3505dd140d4557f856676e8cf 409 0.24/1.00 vMB 23
383,558 383,558 000000000000000003cd313e9c312bcdc6d08bbbda62fce4fe19ebf504391c64 962 0.60/1.00 vMB 34
383,557 383,557 00000000000000000cff1e8c21d502bb70a88a76f2ab4ae9799a4170d511b624 1,059 0.58/1.00 vMB 31
383,556 383,556 000000000000000002e42ac2aec9ae20dea42d677d138b3e73f46e369a8b214e 185 0.12/1.00 vMB 27
383,555 383,555 000000000000000002ac4b103b92c67a83ff679e471ccc95b552f38148e308ec 749 0.66/1.00 vMB 21
383,554 383,554 00000000000000000505d87cbd412d27d99c7a4dc9e9076716ec6824d4d1792b 1,547 0.75/1.00 vMB 38
383,553 383,553 000000000000000007d3f461d3d7116bb9189708b31b5d1b93d605d6dfe43caf 701 0.48/1.00 vMB 25
383,552 383,552 000000000000000007e1abb9bb3b26fe712d6220bcc9491703810403cd839777 392 0.24/1.00 vMB 24
383,551 383,551 00000000000000000c045390843fda9e947cf3504ccea61cd1a1f633b3eee536 266 0.14/1.00 vMB 23
383,550 383,550 00000000000000000efee6b0af04c856e5ea6b0cbf4afdf1f35b48626d6e9db7 1,385 0.60/1.00 vMB 34
383,549 383,549 000000000000000007c6935ae8ff49dd27fcfbaf76c9198da85a32ae102b2fe5 1,485 0.81/1.00 vMB 29
383,548 383,548 00000000000000000f6e4cbb320c569c5236b1e29960951de0e0fb04ed4ea5f5 1,186 0.59/1.00 vMB 34
383,547 383,547 0000000000000000011109a869c0593463ec29e91f36308fecf72abf5160126e 672 1.00/1.00 vMB 7
383,546 383,546 0000000000000000009a62b93e07f1b79e3fb0f7a7665bfa58d3c378cbaf7d8b 1,920 1.00/1.00 vMB 25
383,545 383,545 00000000000000000b75ca0cf4fe3589393bcceef76a5cfadfc24c663e0351a5 2,493 0.75/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.