Loading Tool

Explorer IconExplorer

Memory Pool

20,070 transactions
24.37 vMB
0.06156517 BTC
Random Selection Loading Transactions
Max Size: 115.29/200 MB

Candidate Block

Mining Attempt 0b3706a27858df32f259a2f4878474230c2f86b31f0d185d1e26f472b4977b08
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root cdecbaa91514cd451e5a21659e51c1f7fafe52de07f868f3e5c1caa7981869dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,823
Size: 1.00 vMB
Total Fees: 0.01814673 BTC
Feerates: 301.07 > 1.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (797,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,686 116,686 00000000000077125980475f66235f56ae1cef95da697360eb272e8ffb88c653 12 0.00/1.00 vMB 638
116,685 116,685 00000000000042635c07c8eff2e2159b1421134fe3a0c590e21e067fbf6174cb 7 0.00/1.00 vMB 1,036
116,684 116,684 0000000000004eaf82aa969a53671b5227b47481ac64c1e48a308f28acf2e0ee 13 0.00/1.00 vMB 868
116,683 116,683 0000000000008f811a83e67c00185cd920d877b1489912828c6138b9e3d07f2d 5 0.00/1.00 vMB 335
116,682 116,682 00000000000014de4a75d8f4e89956a90d01aac8a0be2a566592be150e482ad5 1 0.00/1.00 vMB 0
116,681 116,681 000000000000e653816436b4acd6952a5dba545394eca2fcc8fb573692f28836 9 0.00/1.00 vMB 0
116,680 116,680 000000000000451f3e3a5c60c4ec9d88a1bca0ecd3100391a2aab29ab5668bed 14 0.00/1.00 vMB 1,827
116,679 116,679 0000000000005b29592ec5094be8792dc6c023cce40682756f1556e135ad9501 12 0.00/1.00 vMB 351
116,678 116,678 0000000000005ba8f3512933114071ebd3e42334bf8a3358e67a42c6785acb61 11 0.00/1.00 vMB 343
116,677 116,677 0000000000005058268f9a2e5cb8f92d5e8729b9226c5098f6acb404e2c5eb8a 11 0.00/1.00 vMB 688
116,676 116,676 000000000000723217f06e41f739ad6a420913be0c8c8fd8327c2eb36517fdaf 12 0.00/1.00 vMB 333
116,675 116,675 00000000000029dc16ca863f9794cfce05e66e75d2efd9c5f744a51eabcc037b 11 0.00/1.00 vMB 324
116,674 116,674 000000000000dc13782fcd0372470f34412bd72f2c9ce5fdac200bcfbefc30fc 21 0.01/1.00 vMB 717
116,673 116,673 0000000000006ef821f29a476bde83cc3f227a326d7e3fc3473e01dc545c1c02 15 0.00/1.00 vMB 1,406
116,672 116,672 000000000000ee275cdf69bd5fccdc123362949b546efb87f5a6a8e91a20bc53 1 0.00/1.00 vMB 0
116,671 116,671 000000000000261e69c36751fd990ae47853455970227f1217c215505f151b35 3 0.00/1.00 vMB 4,454
116,670 116,670 00000000000083c04d5f901c727ec96794194154c5645312316f396f325bec11 5 0.00/1.00 vMB 873
116,669 116,669 00000000000051953c58a4b1d7c028e422f225168bf49b7e1b18c4cf7e26c733 12 0.00/1.00 vMB 347
116,668 116,668 000000000000e80e4e5622154881ffd2abfe99881844dffd8033c0cdb186ed8e 8 0.00/1.00 vMB 0
116,667 116,667 0000000000001f03d509c620fa33329648b763d9872659c9feb8e66e23c3984a 8 0.00/1.00 vMB 1,025
116,666 116,666 000000000000522a01916a5a117eaec44af0a85bf0241d2294c10977fe9cb5f3 14 0.01/1.00 vMB 1,129
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.37 GB
    • Received: 8.95 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.