Loading Tool

Explorer IconExplorer

Memory Pool

78,998 transactions
29.96 vMB
0.12169285 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt 87116eba0e04d0a9827000836cb94fc74eafb829d1bc52d75068a3bda6ca05aa
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root c8b715d43867896f0f16fb123c1f44056aa1de02c26a9c193c364f6386bd8997
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.03798239 BTC
Feerates: 673.02 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (196,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,593 718,593 000000000000000000081bef50168c5cc0938d3974c20311d109e9531801356d 2,534 1.00/1.00 vMB 14
718,592 718,592 00000000000000000000d4abb8f0e3606566df7c1fefb7dff24a222e7379e251 1,658 0.50/1.00 vMB 9
718,591 718,591 00000000000000000001262066e3194a9261d89a02826b0bc2c4b9510b9ecd61 138 0.05/1.00 vMB 12
718,590 718,590 00000000000000000003a6b1d5ad3d21d93bde885df46f64c5ea68dcb7675a10 1,558 0.58/1.00 vMB 12
718,589 718,589 000000000000000000080a1d9f8a695a989f84ff0dcb28d5931d09477d6d786e 990 0.48/1.00 vMB 8
718,588 718,588 0000000000000000000b4566a9571381b5fde449f3b456aa6e06fb6697fee083 566 0.28/1.00 vMB 8
718,587 718,587 00000000000000000008ace5fe19bd52934ede5ee0abe4e0714b67ae7cce1338 829 0.30/1.00 vMB 10
718,586 718,586 0000000000000000000adcce55d215e129faf56a6c28b5561780944703454abc 2,474 0.95/1.00 vMB 8
718,585 718,585 0000000000000000000486cef4e3b01a4c4276dfba314164d4a6038207c9b2bc 983 0.74/1.00 vMB 7
718,584 718,584 00000000000000000002877bff857058422794783d0083bbfea9d0cbb51aa767 660 0.37/1.00 vMB 9
718,583 718,583 0000000000000000000a550730046cc575e631b8b925bed778459809a224014a 697 0.78/1.00 vMB 2
718,582 718,582 00000000000000000009a95168b839da6b35f999d91b1766e8bf85b17972c166 1,954 1.00/1.00 vMB 9
718,581 718,581 000000000000000000004450bd886f2ac4f3a67206f457af903336ff0882ca6e 418 0.14/1.00 vMB 10
718,580 718,580 0000000000000000000856ff0343672e4949f8da361686955a26c4e35dce307b 729 0.28/1.00 vMB 9
718,579 718,579 000000000000000000016cef848df2836d04f60401476ce63d08f0304e264fcd 251 0.11/1.00 vMB 8
718,578 718,578 000000000000000000056235fbef1e1ff7324087099e11dd60f7ffe3fea71e4b 1,772 0.59/1.00 vMB 9
718,577 718,577 000000000000000000077db435621f0ef97c24bdf94976a15bcd865e574722aa 782 0.26/1.00 vMB 11
718,576 718,576 00000000000000000000f261af253196f6fd2b4fceb6d69f4a5c855a9f60cac0 410 0.20/1.00 vMB 8
718,575 718,575 00000000000000000002c396fdb002ae82b9f581fc7dfb943cb254ba92e81933 483 0.19/1.00 vMB 11
718,574 718,574 00000000000000000002cf21883bd6d53731c089145a1388e5b713689d9310ed 882 0.29/1.00 vMB 9
718,573 718,573 00000000000000000002598a5b271a7252322d2cb2f69048eba527fdcf653c0a 506 0.14/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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.05 GB
    • Received: 17.28 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.