Loading Tool

Explorer IconExplorer

Memory Pool

78,771 transactions
29.50 vMB
0.06907464 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 7102e6cc1724a38d8af0e495520fb31da19477345f9cb7bc567fbf07db7a8d99
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 9f3af4292b9fa6436cdc3ac73f0e1adbf864328cfacdda234c1ca24ea3cb0b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,822
Size: 1.00 vMB
Total Fees: 0.00915558 BTC
Feerates: 50.25 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (237,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,341 677,341 00000000000000000006a2cbbc6d028f8d36b5e5f12997f30f9a4fda9a348345 2,025 1.00/1.00 vMB 83
677,340 677,340 0000000000000000000b912b958f65ce7471ed3b0df28fa7cec113343e6405cf 2,852 1.00/1.00 vMB 92
677,339 677,339 000000000000000000077fe3ff3966494d1baf23ef0cdc0b3f28aee68caf379e 2,813 1.00/1.00 vMB 55
677,338 677,338 0000000000000000000685bc857e6e8278a4eb06e8029c1f30a3362e02dcf4bd 2,760 1.00/1.00 vMB 80
677,337 677,337 00000000000000000003d4186671c0543a86ce10d8f26d9cce125d7e1805fa7f 3,097 1.00/1.00 vMB 74
677,336 677,336 000000000000000000066d053b10c94a2bb5e022028274f5e55aab35562b2f06 3,122 1.00/1.00 vMB 96
677,335 677,335 00000000000000000009378a48ebcc214ff0f91799df1f5658d5caa801544d89 2,545 1.00/1.00 vMB 82
677,334 677,334 000000000000000000012cff66846340b48c7ad1b9334b64f087ef66ae1388b0 2,724 1.00/1.00 vMB 93
677,333 677,333 000000000000000000037cc36603fedb4989d0acf7187f3dc1e96a3a28afa667 3,047 1.00/1.00 vMB 73
677,332 677,332 00000000000000000008dff00721ae0c24534fde8a003937011cc27f2893d6f6 2,561 1.00/1.00 vMB 89
677,331 677,331 0000000000000000000a1591b9dc0672a5ba3c94c870486998b37d794f61e847 3,311 1.00/1.00 vMB 109
677,330 677,330 00000000000000000004a93e6b23fada71417aad009f1cf5aaa08d1e8d15ff5a 1,582 1.00/1.00 vMB 73
677,329 677,329 00000000000000000000d81ef2013f9ebb658f4ca2cb5a9e618842fcb327b046 1,767 1.00/1.00 vMB 80
677,328 677,328 00000000000000000006cfaac24cb441aa59ea0ec88016f696405690f11a8186 2,677 1.00/1.00 vMB 90
677,327 677,327 0000000000000000000a361bc03dfe02c946c5c1adb5fe495a0d6f71a3ebe3f4 1,780 1.00/1.00 vMB 46
677,326 677,326 0000000000000000000c13c47bc4f04a9404bd8f23db4044d7aa3becdf6c67ab 2,392 1.00/1.00 vMB 67
677,325 677,325 0000000000000000000b1eb44dd74731c2b4e3ce320ac892bdaaf11052c2af91 2,806 1.00/1.00 vMB 52
677,324 677,324 0000000000000000000ab1ca3cb00a888a60ddfb5ad1d2c8cd4e3634374fd1bd 2,832 1.00/1.00 vMB 73
677,323 677,323 000000000000000000057325f49679a7db989471bab1969ed5fe8a5fe0a70b87 2,283 1.00/1.00 vMB 67
677,322 677,322 0000000000000000000c1f64b718da1f92ce4dfbefb3ddcc8913895f31d38c4c 502 1.00/1.00 vMB 71
677,321 677,321 00000000000000000000a0a8cb91798342b5f075fdcb28560487e65eb26a64d6 2,662 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.