Loading Tool

Explorer IconExplorer

Memory Pool

80,698 transactions
29.77 vMB
0.09635246 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 4596f025234d394c9d03438c9c9c6b6f89923108178785e6303b04eb4bb69cc0
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 1352fe949ff11125fc58678c358984040a4152ca6fbfef888e09d8c294dd3ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.03193084 BTC
Feerates: 502.67 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (311,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,621 603,621 00000000000000000015f59070c41971e7866dec80fd8fe6ab30763b142f73a3 2,082 1.00/1.00 vMB 6
603,620 603,620 0000000000000000000d00b73c1bafb60daf7010db7c414cb930d31015947206 2,577 1.00/1.00 vMB 8
603,619 603,619 00000000000000000011f96d20b3e012f3b475b0d78efecc8c1776e875ac1693 2,549 1.00/1.00 vMB 32
603,618 603,618 0000000000000000000e8237809d325c386a8c7902901f4e44809f837f0f87c4 1,619 1.00/1.00 vMB 12
603,617 603,617 00000000000000000014aff07a812e3ad0c4b4888630a557aff27dfa0893b693 1,521 1.00/1.00 vMB 11
603,616 603,616 0000000000000000000de138f24fc6defe3cbb78528156b29559e77b7989e97d 2,100 1.00/1.00 vMB 16
603,615 603,615 000000000000000000133a3a9f199e383117a2a6a60e7e2a65c2520031ca8e91 2,806 1.00/1.00 vMB 30
603,614 603,614 00000000000000000005258b60b0d59b1494cfc1ba2bfa7cf1b24bf97edcd92b 1,679 1.00/1.00 vMB 13
603,613 603,613 0000000000000000000c580b6d1e9ec90917630b3cf300bf7bc7825fb3262591 2,738 1.00/1.00 vMB 27
603,612 603,612 00000000000000000004ad025e756c9f2f9cb88b5fb5203c14305d2f381cce62 2,803 1.00/1.00 vMB 17
603,611 603,611 00000000000000000005beb0092d9fe6b9996f07ff27019a843084c3a3423494 2,981 1.00/1.00 vMB 15
603,610 603,610 0000000000000000000061b3d48e5263e1bdf3e0d3a5d5be444e06e5158d2c9a 3,138 1.00/1.00 vMB 27
603,609 603,609 0000000000000000000f14ad78bdb79fdde786acbc0d6bbd098fa8b6eeb89bd2 2,770 1.00/1.00 vMB 44
603,608 603,608 0000000000000000000500d5be6eddfa169a3ddc92fedc3efd238e61756f81ea 2,441 1.00/1.00 vMB 26
603,607 603,607 0000000000000000001545207ff0cf565de498eae024f2520da8f933890ffea8 2,183 1.00/1.00 vMB 25
603,606 603,606 0000000000000000000cc67f09cdb8191587b56034c04f842207bcc21d1ce287 2,326 1.00/1.00 vMB 26
603,605 603,605 000000000000000000008be085f9f222c2618d0ee182d62923565120c8dd5c6a 3,272 1.00/1.00 vMB 30
603,604 603,604 0000000000000000000775929c91678b3dcbf841d3ef6ca5f0a7f7be20124d24 3,343 1.00/1.00 vMB 32
603,603 603,603 000000000000000000031aaa0b407c4512049a9bf4f3acd96d7cc961b361aedc 2,791 1.00/1.00 vMB 38
603,602 603,602 0000000000000000001469ea07f69b0732262f06636f2037a30d273c8bf821c3 2,838 1.00/1.00 vMB 48
603,601 603,601 0000000000000000000af06edf36030b711628b4fcc84661b133ef421f33ab4f 3,046 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.