Loading Tool

Explorer IconExplorer

Memory Pool

46,701 transactions
27.39 vMB
0.06041369 BTC
Random Selection Loading Transactions
Max Size: 145.67/200 MB

Candidate Block

Mining Attempt 5d5cb449464330bb8a1aef08e3cb141748fba078382a2520383cd6db6f6bfe3b
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root cc6249283d4a7725d9582cc6eb02c6c8c60ada57152061a0f55ff85e8b6fa586
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,783
Size: 1.00 vMB
Total Fees: 0.00934011 BTC
Feerates: 100.28 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (243,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,907 670,907 00000000000000000009fffd9446949c24103acd0e2af860f249fffad8118ba1 2,815 1.00/1.00 vMB 88
670,906 670,906 000000000000000000002419963c0b5fdd5265bc9de7e4fddea823f9006d79a5 2,205 1.00/1.00 vMB 75
670,905 670,905 0000000000000000000c3f2a463b3478285c9d48ba43b01464779d0154d25960 1,296 1.00/1.00 vMB 54
670,904 670,904 000000000000000000075393b4fa462df4e14580045de69397f939416102d0f0 2,033 1.00/1.00 vMB 56
670,903 670,903 00000000000000000004c231d63878c6c9d6aa7c72f02e394eeaee1d0de26b7e 2,380 1.00/1.00 vMB 82
670,902 670,902 000000000000000000002bbf48eaab0327ec6ecd86c2e8d988938a85c420975d 2,416 1.00/1.00 vMB 59
670,901 670,901 000000000000000000096f27ffe76cf67c1c2497cd87f0bd400112183ca4696f 2,622 1.00/1.00 vMB 62
670,900 670,900 00000000000000000007baaaee906632d6d4a18077b7a513d85574db4eb6f69b 2,594 1.00/1.00 vMB 88
670,899 670,899 000000000000000000014a6e5db383e0fe034843d7ec425e32905f0a0d38054d 2,450 1.00/1.00 vMB 76
670,898 670,898 00000000000000000002b83fc3925c7ec20d7c91720709dbe911a0d49fa83e96 2,635 1.00/1.00 vMB 91
670,897 670,897 0000000000000000000beefc1419de927332a9f5db308af83ff055f3eab120fd 2,128 1.00/1.00 vMB 100
670,896 670,896 0000000000000000000b12d307b9815fdab4f0edd02384edcd2940d58295e62c 1,430 1.00/1.00 vMB 114
670,895 670,895 0000000000000000000c06df8abe93a7fddacb2589efbd4f201e8475166cb020 2,600 1.00/1.00 vMB 63
670,894 670,894 00000000000000000003f6bbc609e59974a6f16318e6035e32258b6a76747b84 2,772 1.00/1.00 vMB 108
670,893 670,893 0000000000000000000a1e0cced8d55768384b38162fd2131a2f5e938de7a093 2,973 1.00/1.00 vMB 67
670,892 670,892 0000000000000000000964a1109b41214a5924e1b5a67eb962aea715ea697cc0 2,448 1.00/1.00 vMB 110
670,891 670,891 00000000000000000004b4f736800d05baded7d76217f419cad86b21ad6e0c1e 3,324 1.00/1.00 vMB 86
670,890 670,890 000000000000000000080c9e54701f5841c456321a21b49209de355019ae7c11 2,829 1.00/1.00 vMB 107
670,889 670,889 000000000000000000039b3ed02b91a3f3b0c9436ca367dfcced0ccb366f3994 2,869 1.00/1.00 vMB 115
670,888 670,888 00000000000000000005acb31b2f83ef6f736a600b9b11148627763ce3f12d33 1,603 1.00/1.00 vMB 110
670,887 670,887 000000000000000000020b2eff4fe694a98667d1983b66cc919ab0761de9d94e 2,383 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.99 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: 648.51 GB
    • Received: 13.05 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.