Loading Tool

Explorer IconExplorer

Memory Pool

48,861 transactions
29.39 vMB
0.07770826 BTC
Random Selection Loading Transactions
Max Size: 157.09/200 MB

Candidate Block

Mining Attempt 5558e3be87af572a79ae8e5cd3ff1a62eafad5992fce0a37dce442b0892c5d8b
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root dc6b6c2028d0060e6fa29a2aaf9b6ed6ad20a8a5d44dd45289dad5d2e131dacd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.02036333 BTC
Feerates: 132.00 > 2.04 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (111,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,576 803,576 00000000000000000004bc96d08732104f16aba6f75a5a01950f58a0b8d06192 6,012 1.00/1.00 vMB 7
803,575 803,575 000000000000000000037c1dfea7ccb48a5a1298c02bde82ca785bfa1a0b9d97 4,630 1.00/1.00 vMB 6
803,574 803,574 0000000000000000000267021afdde752fb889b509b67578d035e05dfde0fc97 1,347 1.00/1.00 vMB 8
803,573 803,573 00000000000000000003c8aaf2a490b7d0f6ab5c1860a4a1d80cd14b5f5efaed 2,831 1.00/1.00 vMB 17
803,572 803,572 000000000000000000004761366b6f590885122e8c43a23a623a03f595b58bee 3,789 1.00/1.00 vMB 7
803,571 803,571 00000000000000000004dba5c53b17f4c577c1d61a9340c589998b854ad98053 2,400 1.00/1.00 vMB 11
803,570 803,570 00000000000000000001a3770b89a6452560abe79773165fc671c59cd49333e1 2,037 1.00/1.00 vMB 9
803,569 803,569 000000000000000000011d024740118a09b187822e3f2a6a6658ff2b93345b87 2,288 1.00/1.00 vMB 15
803,568 803,568 000000000000000000020d453628b4918b470d9e5bda4227dfe4beaa62ad82a6 2,603 1.00/1.00 vMB 15
803,567 803,567 0000000000000000000046a1b1edebf8ea8b158a56e4cf5f730d9612e7619d29 4,379 1.00/1.00 vMB 8
803,566 803,566 00000000000000000004906070cb0a78a9992a03883c908e5e682942ecd5396d 2,361 1.00/1.00 vMB 12
803,565 803,565 00000000000000000003d850c1027a65e97826c2dcc8f1d8ef0c614c161611ad 3,636 1.00/1.00 vMB 7
803,564 803,564 00000000000000000004ddc16cbf6823f64f57f00857e70aec97b187df1fc9be 1,380 1.00/1.00 vMB 10
803,563 803,563 00000000000000000003fef8ebea833578fc8224192d6d6e06f95864549d63b2 4,060 1.00/1.00 vMB 6
803,562 803,562 00000000000000000001d659d79926de514433a0b1982e1bf52b8c144631fc5f 3,946 1.00/1.00 vMB 6
803,561 803,561 00000000000000000002b00d80abf58a14c79a9ea543b2d3931357837d3b1154 3,239 1.00/1.00 vMB 8
803,560 803,560 0000000000000000000032c008a1ea713e7a2a958503c7c269701f502b80e5a1 2,032 1.00/1.00 vMB 12
803,559 803,559 000000000000000000054de4af323681bb805466dfc2679735d2724832465f65 2,631 1.00/1.00 vMB 7
803,558 803,558 00000000000000000000a045675d4b0ebedfdfbe98beb4e7b57a97e7cef56085 2,312 1.00/1.00 vMB 14
803,557 803,557 00000000000000000000c0c6c236928148a6290ed73e24b58daaa0e97a69a24a 1,994 1.00/1.00 vMB 7
803,556 803,556 00000000000000000002fa2fab81200b1069a090947b67dd83cb371713b49f92 1,298 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.