Loading Tool

Explorer IconExplorer

Memory Pool

43,932 transactions
26.29 vMB
0.05261256 BTC
Random Selection Loading Transactions
Max Size: 138.85/200 MB

Candidate Block

Mining Attempt b23f03b3d8cf8c4a42e38bb69a78dacaa2919d2a16de1982718331f5a4954169
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root a5e18c2a601c6e8fc91cec28537fbef2f5f686f58a6f8811a3c756e51eb879c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,616
Size: 1.00 vMB
Total Fees: 0.00452054 BTC
Feerates: 150.62 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (332,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,780 581,780 00000000000000000023eab4118f67bd4a6f569bacb5b9d60ceacb415ace1e72 1,689 1.00/1.00 vMB 95
581,779 581,779 0000000000000000000165b2408de064eb0d0abd86bf6422c357c0937efe894c 2,588 1.00/1.00 vMB 105
581,778 581,778 00000000000000000002c736d896be096a773ffde825c4c73e76fce5cc39e21b 3,306 1.00/1.00 vMB 119
581,777 581,777 0000000000000000000816f8cc29e74b5429d59e06fc9bf736deaa20829508ae 968 1.00/1.00 vMB 99
581,776 581,776 0000000000000000000f19aee821bfdf214ac543a2a71221dbb0fdfafeaf8f06 1,709 1.00/1.00 vMB 103
581,775 581,775 0000000000000000001567734834a4147995dcabad0d10d78e8a0d709a9c5998 2,378 1.00/1.00 vMB 108
581,774 581,774 0000000000000000000534505f15735771acf907d682bbd89a3bca864fa24060 2,848 1.00/1.00 vMB 113
581,773 581,773 0000000000000000001b89023a5206371ed76d6b95b53e80c26a412539fb7c3c 2,650 1.00/1.00 vMB 101
581,772 581,772 00000000000000000024f45a46647bb698919daeac6032fdff274c18f12cb276 2,797 1.00/1.00 vMB 121
581,771 581,771 0000000000000000000b1672633fa4bf076078f18ecd27afe835e9ae7bb49d41 3,392 1.00/1.00 vMB 125
581,770 581,770 00000000000000000023cf5953c5dd6ad92c7c27a572b1800791ee065eb76d28 2,937 1.00/1.00 vMB 116
581,769 581,769 00000000000000000010ff110e98bf3d447e484642708291190a6508b72e6434 2,511 1.00/1.00 vMB 132
581,768 581,768 0000000000000000001611ddce2bb44b7505481b876ee453b3dad01395095f81 2,082 1.00/1.00 vMB 59
581,767 581,767 0000000000000000000f9a48d5975517eda0749ffb27fb026b6763d6957a5649 1,552 1.00/1.00 vMB 58
581,766 581,766 0000000000000000000862fb984ff75ec0a3346d9c4dae6e5025588bc0c978a6 1,797 1.00/1.00 vMB 37
581,765 581,765 00000000000000000017a8e08624d29baa54f68384ac677d3c0a2b0feef58999 2,675 1.00/1.00 vMB 78
581,764 581,764 000000000000000000012b8c896b3af99c6ab6229c25327ca79d661cd09a62c0 2,451 1.00/1.00 vMB 115
581,763 581,763 00000000000000000013bbb74e51645822d45ff5f8b77f1c2cec14d9e4c5ffa8 3,452 1.00/1.00 vMB 48
581,762 581,762 0000000000000000000b5c8138b74c9836b26a14f21bf562c210a3c25ace56f0 2,832 1.00/1.00 vMB 95
581,761 581,761 00000000000000000016f396e33872d814fedde7449263e72bcaa02d5ce1b2f3 2,802 1.00/1.00 vMB 65
581,760 581,760 00000000000000000003a934e0709606e3fc62f2cdfa93738fea76a03f68aa7e 3,421 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.