Loading Tool

Explorer IconExplorer

Memory Pool

82,937 transactions
30.81 vMB
0.07885322 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt 3d72da62fee7f2c7338e61752a46d9bd52536db4ac10257ec4a123cd5f435f63
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root b00c9d7fdc623aca64944df95f419e6337cc11ec01d21c2d5c1619db578e82fe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,074
Size: 1.00 vMB
Total Fees: 0.00953323 BTC
Feerates: 146.36 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (511,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,380 403,380 00000000000000000660d7893ecd4bee93e417d82ab24e32301c5e566ccd95f9 557 0.35/1.00 vMB 21
403,379 403,379 000000000000000004f4a31d46b1fe57e7beee6ead19d1bffd068754d6a0152a 2,873 1.00/1.00 vMB 53
403,378 403,378 0000000000000000063743f19098fa26c00923c4b5ab07e577f716a0a9ca4021 467 0.28/1.00 vMB 34
403,377 403,377 00000000000000000130ea52bcefec4a90c282777581b9867820bb87925614ca 790 0.40/1.00 vMB 49
403,376 403,376 00000000000000000237d7c071ea2fa8be639656574181a539a81a9e896d8ff8 118 0.04/1.00 vMB 63
403,375 403,375 0000000000000000046622acefdf0921492dc45236d1899cbfdee5ce64ff3dec 1,392 0.57/1.00 vMB 42
403,374 403,374 0000000000000000067138c0df4c0042356775c57f9a84e18139c1d0f9d6fb60 828 1.00/1.00 vMB 18
403,373 403,373 000000000000000004bf1333cbd4cb91563da9517165fd82be04a7341f42f012 2,930 1.00/1.00 vMB 59
403,372 403,372 0000000000000000058e6012a0b53da7eef9cdac6c5b69ff7b7e345ea6f4a1db 1,144 0.75/1.00 vMB 25
403,371 403,371 0000000000000000031d6c2cb3e503bdb894b6500345aa13f5a7bce7066e7a0d 2,464 0.99/1.00 vMB 52
403,370 403,370 000000000000000005c9a19fa6dc59279e97cb88195a4a432ba5ad6401ecf8fa 2,445 0.93/1.00 vMB 54
403,369 403,369 000000000000000003793c7eda411bde5bda6068f24bf64d57fb674de7442b7c 1,065 0.99/1.00 vMB 26
403,368 403,368 00000000000000000198b1a07b69f5db83b7a3ac7cd8d0bf302b5a85e3a04763 46 0.02/1.00 vMB 37
403,367 403,367 000000000000000003dd37ca04422d21748f1f166a9b0e1c71eebb7c26d736a9 795 1.00/1.00 vMB 15
403,366 403,366 0000000000000000031b9ea744f6ce5207cb35c0807729b210cff2905be5ebd6 1,253 0.58/1.00 vMB 46
403,365 403,365 0000000000000000053b1659af44f6b4b810aa64c1dbf99a2123c203d5323cd7 1,684 0.91/1.00 vMB 31
403,364 403,364 000000000000000006755b1572dce284c0f1ffce2edb7cd69dd1fd816d529ec3 2,528 1.00/1.00 vMB 46
403,363 403,363 000000000000000005ffed082da1a096e05ffbaa89482433f253c9fc43c6b43a 2,538 0.93/1.00 vMB 50
403,362 403,362 0000000000000000019452632a19570d8bd551e5079f97df94532cc4f0b3cb6d 1,406 0.72/1.00 vMB 39
403,361 403,361 000000000000000004dc36f5c071ea32f3726d2afbeb5c935b5826b117ddec83 1,302 0.84/1.00 vMB 24
403,360 403,360 000000000000000004c3d7182f2fade1bfa3da255dabb18e0573e1ad76bbe93b 1,231 0.68/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.99 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: 717.21 GB
    • Received: 17.84 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.