Loading Tool

Explorer IconExplorer

Memory Pool

74,957 transactions
27.78 vMB
0.07770671 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt 0c5f20906cf67d7c82ec4783bec68d64a793845a6d2d4a861f81d2577e0b63f5
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root bfa4bb8b9dc50c0e4ba211ef2e1af4b220d8f340e2bcb8edf37c8663e2e92c45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.01830246 BTC
Feerates: 472.31 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (231,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,790 683,790 00000000000000000005bfc83419b35a43b11df0c781332815a1c4bd1fa8113c 1,060 1.00/1.00 vMB 26
683,789 683,789 0000000000000000000a1437fd89e75621fac424826d7ad35ba0d12ef1371352 1,045 1.00/1.00 vMB 64
683,788 683,788 000000000000000000040e6e06aeb7470bff7df9aaa4278ee8130ed9e81ab397 1,336 1.00/1.00 vMB 29
683,787 683,787 0000000000000000000140a7e7ef7079d5781ecbfcdc28fc448d94c790f4be7d 95 1.00/1.00 vMB 2
683,786 683,786 0000000000000000000a7011391c8edf6d5098dfd5b8575fb30dbdd1ad3e0d10 875 1.00/1.00 vMB 21
683,785 683,785 000000000000000000004eb666578c5cb157ab6fb0faa842c18b0448ca2ce766 811 1.00/1.00 vMB 17
683,784 683,784 00000000000000000005f2d1e36e36a757ab21ff1303d06148b7d094d1d6cb7b 1,590 1.00/1.00 vMB 5
683,783 683,783 0000000000000000000841acd64535b22eb7d9defd297ac2c9b8e846b2765966 1,857 1.00/1.00 vMB 46
683,782 683,782 00000000000000000009bacb9c8f912a8e4b85439e98823b9c009d146c0a4010 1,547 1.00/1.00 vMB 35
683,781 683,781 00000000000000000008141a6822f50e0d3d43a8f2a7d8ba9b0f24113542703e 1,739 1.00/1.00 vMB 57
683,780 683,780 00000000000000000003c4517344b7ccd8d099e7e308aaa7946f516db3ef7165 2,391 1.00/1.00 vMB 75
683,779 683,779 00000000000000000000dcb4f07aaf4684d88d366a3364299836996ad455f5bc 1,847 1.00/1.00 vMB 4
683,778 683,778 000000000000000000016b387b9836d11393f56693c64bc956337d49fe09fd87 1,719 1.00/1.00 vMB 34
683,777 683,777 00000000000000000003ea155bcd724a3ccad69f26d79846d31b5bb85e33554c 908 1.00/1.00 vMB 14
683,776 683,776 000000000000000000024028b7e51df4cf626e6faa4970962dd4353dc75d4229 891 1.00/1.00 vMB 60
683,775 683,775 000000000000000000080fbf72450d1ea39a2e8eb2ad474814e7384d3bc54df6 1,314 1.00/1.00 vMB 8
683,774 683,774 000000000000000000005146dadb9ae5170f17678363d2ae927aa65e2b74532a 1,949 1.00/1.00 vMB 9
683,773 683,773 00000000000000000002f59e9ff6d0dac3fa76a11c81c3ec5fcbdc8714e1e6e8 1,606 1.00/1.00 vMB 42
683,772 683,772 000000000000000000063a6180979c7e446b4fec872b42befb2db73b106f4898 2,517 1.00/1.00 vMB 19
683,771 683,771 000000000000000000001fc2d690baec5dba333e65ca8e094125516b6aa89747 1,627 1.00/1.00 vMB 28
683,770 683,770 0000000000000000000619eaf4da6b0ccd1abb8f49e3f8f46c06bee154e4ebdb 1,850 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.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.