Loading Tool

Explorer IconExplorer

Memory Pool

81,544 transactions
29.87 vMB
0.14318172 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 0f17bd3c1fab392f1b896bde3446c8c051e632166d2b12bc4cea327baf289ce4
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (299,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,691 615,691 0000000000000000000454464fdfb49efbdb998c82bd2a9d53c807ad15639e78 97 0.02/1.00 vMB 17
615,690 615,690 000000000000000000055c970d5eb9216a05e9d8c5233821ad336322bab16ba1 2,489 0.85/1.00 vMB 6
615,689 615,689 0000000000000000000ee110316df09d0dd16c21c28eb4b0f9db3db99977f489 3,089 1.00/1.00 vMB 11
615,688 615,688 000000000000000000033a11a81f2dbc784a9fe07a70e3e7dd964f2ea0804434 2,940 1.00/1.00 vMB 12
615,687 615,687 00000000000000000011d174037c6cef3d3d1919e5ada3fc3f427b9f35179507 2,615 1.00/1.00 vMB 4
615,686 615,686 00000000000000000010a79418e2b119f6206c3e20d86377d54c10b18b622a4a 3,465 1.00/1.00 vMB 17
615,685 615,685 0000000000000000000154d96f2e62aa70411f45026277648979ea46658ffd12 3,609 1.00/1.00 vMB 15
615,684 615,684 000000000000000000059d1b940cba3d81f1ce5e3812f1bf4a36aff06631ed15 2,800 1.00/1.00 vMB 26
615,683 615,683 000000000000000000015a9287a2e59781ae2adbb9ca28c254fbe6cc718f6213 3,230 1.00/1.00 vMB 13
615,682 615,682 0000000000000000000459e803e2b2dba0df79ff8a507b56e816d79efb74bffa 1,829 1.00/1.00 vMB 7
615,681 615,681 0000000000000000000f0dfc85be4db42c590637a16dd5b5177aeb5bb317cda3 2,473 1.00/1.00 vMB 18
615,680 615,680 0000000000000000000a4b8d0b2f987971e301992e0b3948ad69c54741eb676a 2,409 1.00/1.00 vMB 17
615,679 615,679 00000000000000000012097565f56cbcd51b45a832ff918c31be66b085fe22bb 3,518 1.00/1.00 vMB 18
615,678 615,678 000000000000000000034ff79a0c7ec61ea44e59514172d2a8d83033aaf9416b 2,952 1.00/1.00 vMB 13
615,677 615,677 000000000000000000100169f06a8584b4aaca4b576bc64da4acc7e7de4d493e 2,986 1.00/1.00 vMB 14
615,676 615,676 00000000000000000010dafff3ecb29d3b94c0db3f742e41c2d0a21ba2ea69a1 3,290 1.00/1.00 vMB 15
615,675 615,675 00000000000000000007071e43d5f9651c980a066b2442cfd9a1fe78fce9a755 3,014 1.00/1.00 vMB 22
615,674 615,674 0000000000000000000c3a6e97e127819399a6fa566cfebcd3f8d64f51af5240 2,691 1.00/1.00 vMB 46
615,673 615,673 00000000000000000007f08b77144633ef94c709eed289387ab6e61fd46c4342 840 0.25/1.00 vMB 16
615,672 615,672 0000000000000000000b819795886bd2a436729e0d94b39f56a5c60813fa9950 129 0.03/1.00 vMB 151
615,671 615,671 00000000000000000003e0ac7bb1939b802737c534d38285db8e2772c9a7804c 2,215 0.74/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.60 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.68 GB
    • Received: 15.99 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.