Loading Tool

Explorer IconExplorer

Memory Pool

43,397 transactions
29.31 vMB
0.07428586 BTC
Random Selection Loading Transactions
Max Size: 150.95/200 MB

Candidate Block

Mining Attempt 5612366e64180384cebab5a4b34befc3c088e1d7d5af9bb0e445c5e522de8cd1
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 194f9bcf44cc9b15771b3eb29ce36f4f04f0486542c713f71c0494a078534507
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.01665174 BTC
Feerates: 302.06 > 1.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (76,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,404 838,404 000000000000000000005c6535ac248119bfb6361fd6d775ee19f60c321c9e68 2,699 1.00/1.00 vMB 22
838,403 838,403 00000000000000000003342ce43bd9d9ea9defdc5b132e2932926530e9b358c2 2,318 1.00/1.00 vMB 28
838,402 838,402 00000000000000000000a49ee26660a2851881cada6fa6dc13b9e68d69c1945d 1,810 1.00/1.00 vMB 26
838,401 838,401 000000000000000000019bd6917e52cb3824b029896c92684a3cc80cb2ba7ed5 2,678 1.00/1.00 vMB 27
838,400 838,400 0000000000000000000076ba0ac555254336d00e7d664e5135aece0a38fef335 3,158 1.00/1.00 vMB 39
838,399 838,399 000000000000000000023ef2a6bc7af98db9f017bea5bb1f231e92e5533e858e 3,653 1.00/1.00 vMB 20
838,398 838,398 0000000000000000000214e44eb8f7b75b744f6bc3ecf8c4df1f0419b6c1acfc 3,759 1.00/1.00 vMB 23
838,397 838,397 000000000000000000031497be9d5c0d7c88ec12f8cfdab5f4a782f7b729fc5e 3,157 1.00/1.00 vMB 32
838,396 838,396 00000000000000000000102e1789f9ae144e3533a1fe4bf1062340deb2538132 4,102 1.00/1.00 vMB 33
838,395 838,395 000000000000000000033e43853e1315dee32bfc44762779aacbe1e961554575 3,722 1.00/1.00 vMB 33
838,394 838,394 00000000000000000002ff10609618ec6a7a081b082a842176f84fcdfe48c4f2 3,874 1.00/1.00 vMB 44
838,393 838,393 00000000000000000001795e60311c4ad5bdc64ccdf5b6e24aab73b0bf00f6ba 1,850 1.00/1.00 vMB 18
838,392 838,392 00000000000000000001042048f487c682d8947c90527bc0444c464993abca02 3,098 1.00/1.00 vMB 22
838,391 838,391 0000000000000000000036ab57edafda9ab691e5e133f2cc19fa14e7fcb3f1dc 2,892 1.00/1.00 vMB 21
838,390 838,390 00000000000000000001c8020ec0f4beddc08a6ed06a118dc5685280c24d14c2 2,588 1.00/1.00 vMB 22
838,389 838,389 00000000000000000002d2731e08bff68cbbac6ecd54302938be8950712d6dca 1,951 1.00/1.00 vMB 20
838,388 838,388 0000000000000000000227dc358574022294d5567be6b488f63ff22a874b26bd 2,631 1.00/1.00 vMB 24
838,387 838,387 0000000000000000000170854ed58f00bb34b60524470d426861812dda1e7e06 2,690 1.00/1.00 vMB 20
838,386 838,386 00000000000000000000b02e5d7193bc8337d25c6dde65b6d3af8bdeb34b79a3 2,919 1.00/1.00 vMB 31
838,385 838,385 000000000000000000011ead72e9cafcdbb8282aea5330d9460f3f618ef70375 2,385 1.00/1.00 vMB 19
838,384 838,384 00000000000000000002f728da8667c381d8c92024b4b13ab9f78e0ba092e045 1,965 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.71 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: 629.37 GB
    • Received: 11.91 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.