Loading Tool

Explorer IconExplorer

Memory Pool

17,024 transactions
10.73 vMB
0.04871590 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.41/200 MB

Candidate Block

Mining Attempt a1b7ab9afeb3759c5368464ffcbcbe04110e56d19962c4d812a5f0510f41ea4a
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 0273ac1084c06b69d0b7cc24716b4471eb6d2fed1da3a7241a77e9370b258728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,318
Size: 0.99797025 1.00 vMB
Total Fees: 0.03170769 BTC
Feerates: 194.03 > 3.18 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (743,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,779 170,779 00000000000002e64147de8bd136583bd8eeb2789586b5e17eb1b29ca72bc37b 66 0.03/1.00 vMB 194
170,778 170,778 0000000000000772aeef44e032b247799599af67f17b564c23628d01d47c553c 9 0.01/1.00 vMB 34
170,777 170,777 00000000000006cb8a8a032e1133a7eca17daa64712d06b17edd87120cb00c1c 10 0.00/1.00 vMB 17
170,776 170,776 00000000000009d48793644b16dea60f9d560a8b45f2d8a8c42e97bc102e479c 37 0.01/1.00 vMB 138
170,775 170,775 000000000000023cc7803149a2e2827176d2f3827bfa6ea565a14f8b8e9bf70f 9 0.00/1.00 vMB 55
170,774 170,774 00000000000000c0025a1e0345acbd69b9761ebe9433c129b91ac7f6afc81b05 109 0.05/1.00 vMB 260
170,773 170,773 000000000000005944940767b52f5e750adeb9deec5d7a9d14ac818a1d650f80 16 0.01/1.00 vMB 198
170,772 170,772 0000000000000711c22d4b9a5d64958d1d647bec6651ce460e27c6ffae87bef1 1 0.00/1.00 vMB 0
170,771 170,771 00000000000001c5554a050e2d4328ec4f7e1b39f7da9b24ee92e37f6c55b759 85 0.05/1.00 vMB 93
170,770 170,770 0000000000000057ac77211d562237ebb604138f770fe414bd251094781b9dca 1 0.00/1.00 vMB 0
170,769 170,769 00000000000003cf3be47a8f4453ab05528979937497b9c3b6eec49b69fc14d8 72 0.03/1.00 vMB 173
170,768 170,768 00000000000004d8857f19f7306f676897d789ba9018da5d379e4f08d0b8c0d4 40 0.02/1.00 vMB 120
170,767 170,767 0000000000000296371ae40031ad5d50e61211a72087bb7df585176d2c15b197 1 0.00/1.00 vMB 0
170,766 170,766 00000000000009a212b74122654eb3435335ef0d9d03ac27ae0faf1a8e39c755 21 0.01/1.00 vMB 241
170,765 170,765 00000000000008f77802252e2f872ef34061d9c7cc47cc3704d8ec4f19bdf6f1 4 0.00/1.00 vMB 1,209
170,764 170,764 000000000000007b68c37389b9c915838b4d027ce029a5b0ae0eef31c01b0b1f 13 0.01/1.00 vMB 28
170,763 170,763 0000000000000a0454eeb936797760fc5538fcd3d1a35eb220816e3b9aaffe62 23 0.01/1.00 vMB 292
170,762 170,762 000000000000035c1beeb6ab3184a31d6882491965c927fd62031a3db8bbb90a 8 0.00/1.00 vMB 33
170,761 170,761 00000000000003aa529df3bdf1d9ca8af5a12a0214b2c41560b4cada042370db 40 0.03/1.00 vMB 65
170,760 170,760 00000000000001a505fc484bdebb2d6a9848e2c7391f038d013af122c6c48d80 158 0.04/1.00 vMB 33
170,759 170,759 0000000000000a338bce87c039806a4f15753669e8e80bc89492753675967bec 7 0.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 780.28 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: 516.07 GB
    • Received: 4.41 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.