Loading Tool

Explorer IconExplorer

Memory Pool

83,387 transactions
31.20 vMB
0.09475641 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt 9a6848fd8116f43575d6be4968734482da48a1071ff5b34916c6d5f9320febb4
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root a9804d57871dda1ce44c97bb90e1ac236d667c96d30a29fb2722b8b1127eb81e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,715
Size: 1.00 vMB
Total Fees: 0.02444730 BTC
Feerates: 301.57 > 2.45 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (193,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,063 722,063 000000000000000000002f115295e8919d9daf412e9f02227442ebc5b7a629db 2,255 1.00/1.00 vMB 9
722,062 722,062 0000000000000000000926a8641b6aa8a58cd5c6c9dc41e0fd57beece9216297 2,520 1.00/1.00 vMB 8
722,061 722,061 00000000000000000008e8cc48d4f1e39119e5a594e5bee99552c8026322bf74 1,420 1.00/1.00 vMB 6
722,060 722,060 00000000000000000008488c2ee78412ec655743c7fcad41b1e1a73c68ce3d04 1,928 1.00/1.00 vMB 10
722,059 722,059 00000000000000000002ac4ceee872ba40604d041f68f9591b6c61fe99516436 1,118 1.00/1.00 vMB 12
722,058 722,058 00000000000000000002fc9a934648f31b17f008f849bf28466d053a20532828 2,207 1.00/1.00 vMB 16
722,057 722,057 00000000000000000005062f0eaf2122eb44eafdef12fdedf503ad90cd45eb54 2,140 1.00/1.00 vMB 10
722,056 722,056 00000000000000000007144baa6379c5f15140b2f41220db07a7f3d2ddd0e129 2,221 1.00/1.00 vMB 13
722,055 722,055 00000000000000000004aeb6468e20360f2ee668e008d89b01f03d84385a7666 1,820 1.00/1.00 vMB 12
722,054 722,054 000000000000000000000b98b3f6cf52caf1a688e2b857422ee8fcf80a9838e7 3,077 1.00/1.00 vMB 21
722,053 722,053 00000000000000000000941e92474ee4430498bf1ff0dea90f4d5d2abd3f3671 2,376 1.00/1.00 vMB 5
722,052 722,052 00000000000000000007970781a06782962b4fa4ef596af403a46c84d8b39f11 2,835 1.00/1.00 vMB 10
722,051 722,051 0000000000000000000a67199ba78b157b9f390c5cb7b9559623804f9c3e0f0b 3,174 1.00/1.00 vMB 23
722,050 722,050 00000000000000000000f1a5675f0d832e5896645eba4e7f9d50b8b23ee7072d 2,652 1.00/1.00 vMB 8
722,049 722,049 0000000000000000000843aa18304f0c7ec61648dc7186477320bb92a6e207f1 1,459 1.00/1.00 vMB 10
722,048 722,048 0000000000000000000632d2884a3ee1b345df5cde9afc3745a9bb53f47f7db5 1,096 0.35/1.00 vMB 10
722,047 722,047 000000000000000000005d187be37bc3d26ce17ade1a3f14eb3bd9b9fccac98b 507 0.14/1.00 vMB 11
722,046 722,046 00000000000000000007b7bf3d3e952ba5d2eec59a29ff4d5f6c33aea3644a75 100 0.03/1.00 vMB 12
722,045 722,045 00000000000000000006f9ff1c0a54e29f887d2efa399725d88642c7f07e54bf 1,442 0.45/1.00 vMB 10
722,044 722,044 0000000000000000000141a8b9f775b2c43571fad74f67baebf79c83ea4330c0 299 0.14/1.00 vMB 16
722,043 722,043 000000000000000000008074f8efae25a37d609f2491e348628941b9aba5ee16 2,701 0.90/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.78 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: 709.56 GB
    • Received: 16.92 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.