Loading Tool

Explorer IconExplorer

Memory Pool

17,720 transactions
13.56 vMB
0.01940314 BTC
Random Selection Loading Transactions
Max Size: 78.25/200 MB

Candidate Block

Mining Attempt c5609ad62f81086f65358581d9bf3e230fc312651bf48b8e3085e979adc4c53c
Version 20000000
Previous Block 0000000000000000000186daefbef248303be342068a2e8d451c11a5322e5d40
Merkle Root 90594c86a4a03fde5c92000252f47c8e48e6159299821fb2a335fc80167eb27c
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 6,768
Size: 1.00 vMB
Total Fees: 0.00586595 BTC
Feerates: 446.37 > 0.59 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,897 (15,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
923,848 923,848 000000000000000000015b32829da3a4c5a443632fdb1c193f7f2450061c59e0 5,127 1.00/1.00 vMB 0
923,847 923,847 000000000000000000014436ea57094adfa3bb08cb9b319ec17e2393c64bfd78 4,729 1.00/1.00 vMB 1
923,846 923,846 00000000000000000000df98c318c64d19049b698de982a87ee72a412a8bf1b2 1,222 0.46/1.00 vMB 2
923,845 923,845 00000000000000000000ce5a68fab5d9e99370ac377250bdd404b4e717be9410 3,788 1.00/1.00 vMB 2
923,844 923,844 00000000000000000001ba81b790f5fb992927c4fe28f505ef6b6fd53d519fc7 1,650 0.52/1.00 vMB 2
923,843 923,843 00000000000000000001a3c4513239830294167797e4c986d261fa98bc6965a2 2,939 0.99/1.00 vMB 2
923,842 923,842 000000000000000000013f3d9725e36244d20547db299ef57beff12b9a0f9277 3,912 1.00/1.00 vMB 1
923,841 923,841 00000000000000000000d9cb848b62f5e72f4aeee06229a5d5920256965dcc1e 5,102 1.00/1.00 vMB 0
923,840 923,840 00000000000000000000550d60a42599e9e4f4af03d169e3774df43793b69836 4,466 1.00/1.00 vMB 1
923,839 923,839 00000000000000000000f9f7e281cfcb58249aa953d8ee23baa75822e8afc169 4,242 1.00/1.00 vMB 1
923,838 923,838 000000000000000000016459679e6854d0675a5fc49ae79c406e624af49f2156 4,545 1.00/1.00 vMB 1
923,837 923,837 00000000000000000000d824bae692cefc8c33607b50f6eedd4a3ee1dfc39a56 3,915 1.00/1.00 vMB 1
923,836 923,836 00000000000000000001287a5c9c0e80b519a026a828b56b690c2dc299f34920 3,209 1.00/1.00 vMB 3
923,835 923,835 00000000000000000000f0b99ef447ec23f5068731cd3c0bd2b3aaf525458896 4,893 1.00/1.00 vMB 0
923,834 923,834 00000000000000000000c2d7117f798b258d97daae1e5c884d0bda2f1e04c985 4,490 1.00/1.00 vMB 1
923,833 923,833 000000000000000000004fb816b96495b1a35bfa8e9e034e0ab73d8f312cc0af 859 0.26/1.00 vMB 2
923,832 923,832 00000000000000000001d2a60855908b36b7736ab7a2fa3d483e847639939668 4,763 1.00/1.00 vMB 1
923,831 923,831 00000000000000000000bfd32ba6e708821d7ee5e0c41c19f25ab716ba6a17f1 4,384 1.00/1.00 vMB 1
923,830 923,830 0000000000000000000141000b37667713a51c7cf4a83873cf9141c947f0b207 4,845 1.00/1.00 vMB 1
923,829 923,829 00000000000000000001b4d4983b11b6cce0f25c1f42867a45d00b753ccf0a6e 5,137 1.00/1.00 vMB 0
923,828 923,828 00000000000000000000dddb246d85ece1541da3cf95e5044def6b2f7d733a0d 1,391 0.44/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,208.47 GB
    • Received: 230.23 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.