Loading Tool

Explorer IconExplorer

Memory Pool

80,564 transactions
30.38 vMB
0.07661783 BTC
Random Selection Loading Transactions
Max Size: 185.64/200 MB

Candidate Block

Mining Attempt acf4ee03917372f94727efccb6bed4e36836dfb8f83302c6757831fcf647a1d7
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 9ba85869e36d2b31725800a29306b243579a8e869576e09eb575889681e92349
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.00818527 BTC
Feerates: 81.27 > 0.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (21,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,140 894,140 00000000000000000000be790d1ea8f8ef8c895cc60bcd5aba1357edd4761a36 4,329 1.00/1.00 vMB 5
894,139 894,139 00000000000000000001c764f2c7ec77d32aa817ffc8ed80481a1a12c0af9353 2,959 1.00/1.00 vMB 5
894,138 894,138 00000000000000000001c5d43a6b58f8c9b02c473b9291ebc26e8baa28e46cb0 3,519 1.00/1.00 vMB 6
894,137 894,137 00000000000000000002130a8b1f1bfcb8b36fdf2c6b2a8b5f742da115aabdaf 3,065 1.00/1.00 vMB 1
894,136 894,136 0000000000000000000152d26847c68f0ccb00dae5031f7f4c391be05504bcba 3,724 1.00/1.00 vMB 1
894,135 894,135 000000000000000000013b6fd0793fd44a5023bec66227ce408ac57fa880bc4b 4,475 1.00/1.00 vMB 2
894,134 894,134 000000000000000000014ec43a7c9a33b937f4e6085bbcba3d9c6310ae5c7693 4,855 1.00/1.00 vMB 1
894,133 894,133 0000000000000000000123ec417ee66f4f6873da8466c6bf32d4b3e6e87e198b 3,446 1.00/1.00 vMB 4
894,132 894,132 00000000000000000000ba0df9b1a02cbc16fa211a95d6203695a792c3f1a506 4,062 1.00/1.00 vMB 3
894,131 894,131 000000000000000000005153616f9212e11820032ea78cebbfea098d2ea6f0c2 3,250 1.00/1.00 vMB 2
894,130 894,130 00000000000000000000801424c749e3fde23e8c33edcd1fdfca194ca5d27293 4,209 1.00/1.00 vMB 4
894,129 894,129 0000000000000000000045063bca00e3af6ecf9e08027e07e59a9ede80709f85 3,715 1.00/1.00 vMB 2
894,128 894,128 0000000000000000000032fc84215285ffb25db75c005d07fc77f59cf51d14e8 3,420 1.00/1.00 vMB 12
894,127 894,127 00000000000000000002443f6d5494b143f8fae40cbb132b3f35110084a82321 4,455 1.00/1.00 vMB 2
894,126 894,126 000000000000000000016fba891318a890f51ab64c2bbc583f1f4abfd8c81360 3,870 1.00/1.00 vMB 3
894,125 894,125 000000000000000000002811f0a439153bf02aba8e5b3f7365be8cfe95b99b38 4,185 1.00/1.00 vMB 2
894,124 894,124 000000000000000000000ae2a78a227ef965a40e587287f4a2e324e6d13a32b3 4,581 1.00/1.00 vMB 6
894,123 894,123 00000000000000000001f94d2766d000ba76a6abdf57e88311e8150366392ac5 4,523 1.00/1.00 vMB 4
894,122 894,122 0000000000000000000028dc3db0f1a171aef46ac4a1007c7a7f387e03b4e950 4,920 1.00/1.00 vMB 2
894,121 894,121 0000000000000000000167955ffb66dd40aa15452649208f9ba1ff93acc5454b 3,862 1.00/1.00 vMB 3
894,120 894,120 00000000000000000000981da4d3caaea822ff0da785bd3b42d4bdf9051f8f3a 4,031 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.