Loading Tool

Explorer IconExplorer

Memory Pool

81,839 transactions
31.64 vMB
0.10503477 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt fba225f093d9bd6f0a02fcb765a27b6f312a9e2eb652f5f7ce2dbf03182289e6
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 3eb3dae5446f049831c86b7301f6685c3b7774e1ad6b11868e3be6b69bf09d79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.02259075 BTC
Feerates: 99.50 > 2.26 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (48,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,421 866,421 00000000000000000003060f0f5ccffc70d70198f6ac813159625ba76b9f35fb 5,048 1.00/1.00 vMB 12
866,420 866,420 000000000000000000007e913f3845cd9c461d2bbc94d732a95c210ffb409415 6,464 1.00/1.00 vMB 16
866,419 866,419 000000000000000000002e2607b6a748333981c5330c49aa5f88c474e3b57a0b 6,045 1.00/1.00 vMB 20
866,418 866,418 00000000000000000001f649a595502d4979d72298a0600863615d9b6adb04e1 1,689 1.00/1.00 vMB 4
866,417 866,417 00000000000000000000aac5e2bdfa67569e661c2df559d5ad0c365e2fb7ccd7 3,332 1.00/1.00 vMB 7
866,416 866,416 00000000000000000000ab5e55eeb5e546400efc7c7c6161e1344e8bbc13edbf 2,162 1.00/1.00 vMB 6
866,415 866,415 00000000000000000000a13f01735f3863008968c092fe8f4a339780c7195ada 3,189 1.00/1.00 vMB 10
866,414 866,414 00000000000000000002ebfdc755be1c212cab1351955eb5ec30ebcb1bc2b9d3 2,843 1.00/1.00 vMB 10
866,413 866,413 00000000000000000001c02acc026ca12f5ed7132cd480887c66e2f13b73e41b 3,518 1.00/1.00 vMB 20
866,412 866,412 00000000000000000001d5a93586c683cb5091fffb275e1b505839139fc54b2c 1,828 1.00/1.00 vMB 3
866,411 866,411 000000000000000000014a0f2ecb77ddac2950743f0c4a586b0921fc0d3c0e63 1,275 1.00/1.00 vMB 3
866,410 866,410 00000000000000000002d6c54e1310d996cd5df703da713894323ca5effff353 2,489 1.00/1.00 vMB 4
866,409 866,409 00000000000000000002fc232c8cb93a9237ce1ce2c6489377e99b8c2669fdc3 3,938 1.00/1.00 vMB 8
866,408 866,408 00000000000000000001eb14cd11fde5ee887f025de4a71d492b7f0fb81906c8 2,248 1.00/1.00 vMB 4
866,407 866,407 00000000000000000001bfdbaaf7ae865aeeeb234b5d16ede70f25eb6da85b7e 2,446 1.00/1.00 vMB 6
866,406 866,406 00000000000000000002d9c1478beb3040277eb3d0a7b36c4d86c85620226aad 2,504 1.00/1.00 vMB 7
866,405 866,405 00000000000000000002536e466579749478a4df0d9ebfd487aaa979c13e57c0 4,011 1.00/1.00 vMB 8
866,404 866,404 00000000000000000002917d51d379927c3a92951859cdd916b9cb282e9ff556 3,762 1.00/1.00 vMB 10
866,403 866,403 00000000000000000000860ab47201b2d41664ab969873b55f92b4bed2ac37bd 3,951 1.00/1.00 vMB 19
866,402 866,402 000000000000000000005e433d2a7a23db20b5e363383772fbeb7d840ddf252c 4,368 1.00/1.00 vMB 10
866,401 866,401 0000000000000000000049998ac1e0d65ce06713653df2ff27cf1fe26365cb56 3,181 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.