Loading Tool

Explorer IconExplorer

Memory Pool

78,459 transactions
29.50 vMB
0.07563386 BTC
Random Selection Loading Transactions
Max Size: 177.62/200 MB

Candidate Block

Mining Attempt b82fe64ea46960b9611e451ae45ad35c9ecf3f3ca24772c19793de270272fe05
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (210,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,150 704,150 00000000000000000008854743a88c767827c4e3ed0badad3ad4fb76787251fa 1,524 1.00/1.00 vMB 10
704,149 704,149 0000000000000000000ab00b907488ded455b461c1610f9b36795a20a5de28cd 2,422 1.00/1.00 vMB 13
704,148 704,148 00000000000000000008ee1d1f6b9377e3dae6e44cdee9c1990250d9c4f4e4a6 2,005 1.00/1.00 vMB 9
704,147 704,147 0000000000000000000d495f73083e0395ecdf432d8ffebff2d06789a8489722 1,440 1.00/1.00 vMB 5
704,146 704,146 00000000000000000004f9dfa8ecadc992e3c1c8ed80eba47adf1a8d6665767f 2,979 1.00/1.00 vMB 6
704,145 704,145 000000000000000000004cb273c962e15c8093e9abe661310a657aa76f1131f1 2,924 1.00/1.00 vMB 10
704,144 704,144 0000000000000000000d416e84b7e6783e243d70a630a2a54d2663fe097c692a 1,380 1.00/1.00 vMB 4
704,143 704,143 00000000000000000008dea91c75fee277c55f2526132165e0672a199ad36453 2,320 1.00/1.00 vMB 8
704,142 704,142 00000000000000000007fb8d81afb85026ec1bad08df133b200c48d17a1092e3 2,080 1.00/1.00 vMB 19
704,141 704,141 0000000000000000000baa4030e769be133865f29d075522a18a939c1d0f66cf 3,291 1.00/1.00 vMB 20
704,140 704,140 00000000000000000006436e0ea862bc734bdeb37b659366a0cfd41194b28414 3,225 1.00/1.00 vMB 27
704,139 704,139 0000000000000000000d59ddda40d1dc9968adc3602244ba0f20f49e09e21154 986 1.00/1.00 vMB 8
704,138 704,138 0000000000000000000b52bd3e1225445cff0c4d1bfeaad86d21bea38f0d8195 1,850 1.00/1.00 vMB 13
704,137 704,137 0000000000000000000654a1155d0d9467c14ae7c9d5252d00737972fb13cc71 2,837 1.00/1.00 vMB 8
704,136 704,136 000000000000000000019c3de45624573bbbcaa63ac33ed3432907c9d35581ab 2,031 1.00/1.00 vMB 10
704,135 704,135 00000000000000000006f67a4b723919f810085a6e85edbe30cac6218ec2bb2a 1,960 1.00/1.00 vMB 19
704,134 704,134 00000000000000000005bfcaf36a67e06e531717d473c15f5d52b507d272ed4b 2,078 1.00/1.00 vMB 23
704,133 704,133 0000000000000000000494a06f301968966643dd3c168b20cd555b2937920d5f 3,038 1.00/1.00 vMB 25
704,132 704,132 0000000000000000000cd82a5aabf6eacd758f37d5788df4f0630d6b6e37b417 2,954 1.00/1.00 vMB 23
704,131 704,131 00000000000000000004b959d3b8dd382ca0a12791f24bd3672449b57aec3112 1,808 1.00/1.00 vMB 14
704,130 704,130 0000000000000000000ca6a61e2b903f42419d1d69c984a3a4a8aa42c1f0b32b 2,965 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.