Loading Tool

Explorer IconExplorer

Memory Pool

36,541 transactions
26.65 vMB
0.05301954 BTC
Random Selection Loading Transactions
Max Size: 135.31/200 MB

Candidate Block

Mining Attempt 75e2bcaa5941b17a9934db02b4e4beeeae40b971cb9ad6a0f696c3fd9c2fb0f0
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 62823e671a0d494845e4656dcb64b9e6fe4e13fcaa937eb5ac8ba00c0bc08b67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,981
Size: 1.00 vMB
Total Fees: 0.00326205 BTC
Feerates: 50.27 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (160,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,409 754,409 0000000000000000000669e9b20bee9cb7d0767f62afb6f0742bc0d3d0516bd3 2,582 1.00/1.00 vMB 27
754,408 754,408 000000000000000000064cc82a7eeba34788bc3b34161878a427ba5d79046d9f 1,839 1.00/1.00 vMB 16
754,407 754,407 0000000000000000000466f50fda53ec3cb2cb0df8c359abfae6cdb440b47179 1,770 1.00/1.00 vMB 22
754,406 754,406 000000000000000000074ba534a31b3bc67ccb0b4193fab88b88f0afd1b15d3d 1,655 1.00/1.00 vMB 20
754,405 754,405 00000000000000000001e023c0f1aecc8d184d898c0d8ca33c0ab453744c3e00 1,779 1.00/1.00 vMB 31
754,404 754,404 00000000000000000004fa681220c10b3b252ef5ad5acd3d5caac6058f8a277d 3,191 1.00/1.00 vMB 28
754,403 754,403 00000000000000000000937dc7b4b1672d96e0990a7cc7623f4d892891827bd4 2,415 1.00/1.00 vMB 14
754,402 754,402 00000000000000000006d6791af2af3a7a93d6877ef6cbdb377d2d5d050efa06 2,517 1.00/1.00 vMB 19
754,401 754,401 0000000000000000000848bf5cdbbe57f1d985da3fe19375bba8fb4a7b98652e 412 1.00/1.00 vMB 14
754,400 754,400 0000000000000000000103806bcc8b20302f9ee40c9ae508274b535b34323f95 641 1.00/1.00 vMB 15
754,399 754,399 000000000000000000077bf8213dc0fbfbdb53bba3a1d286dc6ab582886c7baa 3,016 1.00/1.00 vMB 25
754,398 754,398 0000000000000000000318cbecf52307152292f3fe0303440fb559f6fb148173 2,321 1.00/1.00 vMB 15
754,397 754,397 00000000000000000008ae4cf9f5d47246e4c8c1354256c339fde16f12451585 2,638 1.00/1.00 vMB 20
754,396 754,396 0000000000000000000785741452b3876a5dfac54713953025976dc0bc9faf9f 2,328 1.00/1.00 vMB 21
754,395 754,395 00000000000000000001fe7aa9dc5637c6252df12afafb4f69e9dd19594e6ba0 2,511 1.00/1.00 vMB 24
754,394 754,394 0000000000000000000435765219700f72b24fd3dfdd16607eb225fbd9c571f1 2,735 1.00/1.00 vMB 19
754,393 754,393 00000000000000000004f3eda718a2d415a738b24d6dc8d0cdddd137288655f7 2,849 1.00/1.00 vMB 25
754,392 754,392 00000000000000000007d31550599a9f0cc74d89db5a3ae0a8e878ef53ec82fc 3,267 1.00/1.00 vMB 29
754,391 754,391 0000000000000000000036ddec8bfa23823c635b443ecea7cae615da75ada1ee 3,263 1.00/1.00 vMB 25
754,390 754,390 000000000000000000037ea301da6d7a560bc4a0a07f3bcab1d3198d8ae50550 2,066 1.00/1.00 vMB 36
754,389 754,389 000000000000000000088226091dd6c581eec23e6c1cf2a4f259dbfa0396b512 2,520 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.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: 632.90 GB
    • Received: 12.17 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.