Loading Tool

Explorer IconExplorer

Memory Pool

74,634 transactions
29.72 vMB
0.09708807 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt eed5d40c03b58763804939dcf1fe56c2aa5eac4d8ce5df7f0f21433dee46c067
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root e12ab9fe28cc1accf1e97bb4d8bb135a3a828d873747b56df3ced594c2eb746c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.02696970 BTC
Feerates: 150.36 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (333,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,994 581,994 0000000000000000002188d3ad4021d1fcccc2d6900c794a24519d1917d97279 1,545 1.00/1.00 vMB 40
581,993 581,993 000000000000000000082874a6bb25b40088d24d37d82087cc72cd1cdfa52f98 1,659 1.00/1.00 vMB 8
581,992 581,992 00000000000000000001c7070f4f2f207b9b9a63bff2ffa7298d67de487ea9b2 1,401 1.00/1.00 vMB 18
581,991 581,991 0000000000000000001b6bae15e1aa9b90a267859d7a5d241b66f3c450fb05b3 2,250 1.00/1.00 vMB 44
581,990 581,990 0000000000000000001a00f2b682ef941142b6c1760a3cc3a1aaf1e48f7d66c7 2,713 1.00/1.00 vMB 18
581,989 581,989 0000000000000000001ede306c6952b5e5fb58c5f025612f6c33735160314963 2,551 1.00/1.00 vMB 57
581,988 581,988 0000000000000000000a46e233f70a4c575e810871c1497727ec144e7ae980bf 2,606 1.00/1.00 vMB 45
581,987 581,987 00000000000000000013ed553f657bc51d5b49c072a1eb714b84ebe0df0d1030 3,019 1.00/1.00 vMB 106
581,986 581,986 0000000000000000001e3b8a51a3fb670796ccf9a9dc04930b753e7458ff3f4b 2,763 1.00/1.00 vMB 34
581,985 581,985 000000000000000000079df1061583d674b48f3a7f075fcaa01b9b86d8ecbc53 2,980 1.00/1.00 vMB 101
581,984 581,984 00000000000000000019700db9faeae3693e78ee58598df95f9864d21346b531 2,595 1.00/1.00 vMB 64
581,983 581,983 00000000000000000008f98fe9aebdc4bc13560e8c36fbf926f706df82dc4fee 2,480 1.00/1.00 vMB 118
581,982 581,982 000000000000000000129a8cbee9f14556c8e1820bf6a23fadb3620d66cad7e0 1,509 1.00/1.00 vMB 15
581,981 581,981 00000000000000000021b63487ef2988be5dd044bb3a476da51e595971726180 3,274 1.00/1.00 vMB 48
581,980 581,980 0000000000000000000c978d60078e9176ebc758b9ab443d542b356a48341861 2,140 1.00/1.00 vMB 37
581,979 581,979 0000000000000000001233a6b226f1da9b05cb9230ba3590a28be280bc38d1c7 2,568 1.00/1.00 vMB 37
581,978 581,978 000000000000000000179faef178d955d8d04870bf3d5b33e95657923dbd2f13 2,372 1.00/1.00 vMB 53
581,977 581,977 0000000000000000000044be347eb8a6731856bf1871afd557e4ea1029faf627 1,610 1.00/1.00 vMB 18
581,976 581,976 00000000000000000020f84b5417a70fd9bbc2f515ef47f2a0261d1663d19c48 2,819 1.00/1.00 vMB 54
581,975 581,975 00000000000000000011f2cf0f86dfad23f0f8e00e405166d8822f68057a7cc8 2,463 1.00/1.00 vMB 47
581,974 581,974 00000000000000000006d7a276c7acdd9062b3247a6cddd583af0753512c70a9 2,750 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.