Loading Tool

Explorer IconExplorer

Memory Pool

77,212 transactions
30.79 vMB
0.13942154 BTC
Random Selection Loading Transactions
Max Size: 177.03/200 MB

Candidate Block

Mining Attempt 6a43fd5135144b550136fff5f30bd2e635be190c59a30bbdbdb6fbd3fda403e7
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 14f1868c848163b61bdf04fc6a04d215dd557d2555cec99649ee1a3e657c81f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05092490 BTC
Feerates: 150.36 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (96,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,200 818,200 0000000000000000000193c65e2431731b97e6172becf195ef7379ff7a98e7b4 4,139 1.00/1.00 vMB 65
818,199 818,199 000000000000000000041c0aaf2b72e04d6a74eca6660b7fecddb1bc21e201a0 4,147 1.00/1.00 vMB 50
818,198 818,198 00000000000000000001e98c9f57e7f4b24a24cbb543203729619e55639fd6d8 4,152 1.00/1.00 vMB 52
818,197 818,197 00000000000000000002bf23db0bcf8dccf559b563bad0c8622f9408354631d2 4,730 1.00/1.00 vMB 55
818,196 818,196 0000000000000000000275cb435de589a4cc2cd20a07588dcc7eeeba5dc9dc98 3,408 1.00/1.00 vMB 72
818,195 818,195 00000000000000000003dd619151e23a8ab54e0eb4dc41d8ac66aa108a137571 3,394 1.00/1.00 vMB 72
818,194 818,194 00000000000000000001cc27c70399590f63dda1cbab919ef59f9778808e1a3f 4,153 1.00/1.00 vMB 55
818,193 818,193 00000000000000000003b4c58578ab1c5e3b6f648a5d4b55d9f02fdfbe249057 4,929 1.00/1.00 vMB 51
818,192 818,192 00000000000000000002bbb90f73fc66a541e8dd7384a89fa6f6db30d4507ceb 4,787 1.00/1.00 vMB 50
818,191 818,191 000000000000000000037a708fc0e782ae9c053963f0ca01de4705c805c5ef51 3,979 1.00/1.00 vMB 65
818,190 818,190 0000000000000000000198708a4a3d44875feb29abbf3ae6432cba0530cff0bc 3,593 1.00/1.00 vMB 46
818,189 818,189 000000000000000000021494a008148af474652eb4ae2b697d9957ae57822f15 5,157 1.00/1.00 vMB 52
818,188 818,188 00000000000000000002fd4584775c07a07d76bbfcd16c58d6cde78de624012f 3,570 1.00/1.00 vMB 54
818,187 818,187 0000000000000000000142a3770e7b9d78971c66201533fa11fca5ecbdcc7a3b 2,816 1.00/1.00 vMB 58
818,186 818,186 00000000000000000003a9dc00b8187f03f7015b2e26b60fc81752f13f025e92 4,448 1.00/1.00 vMB 58
818,185 818,185 000000000000000000032ee9e88caf4aa5ef2cdb2c40304a483c4c9db93f9489 3,514 1.00/1.00 vMB 70
818,184 818,184 000000000000000000038c178ce6bb4a140aa5075b7f9a93fd8a2734f1e8c534 2,745 1.00/1.00 vMB 52
818,183 818,183 0000000000000000000187fd4eee32b76067e08794256517da6237152f55a488 4,569 1.00/1.00 vMB 62
818,182 818,182 00000000000000000002407a2a6bcca709f08aa425b65de3af9b58b295c62ae5 3,373 1.00/1.00 vMB 68
818,181 818,181 00000000000000000001a03c9e0260178484f6811b14abce373fd11da0f7e7f2 3,793 1.00/1.00 vMB 60
818,180 818,180 0000000000000000000079ece0cc61bf46d66bc7f25c52d5ca886b25722a315e 3,511 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.