Loading Tool

Explorer IconExplorer

Memory Pool

79,086 transactions
30.01 vMB
0.10052282 BTC
Random Selection Loading Transactions
Max Size: 179.53/200 MB

Candidate Block

Mining Attempt 08932614164b289b97eca1f4149d80bcd41af5a488063e1111108f560b8d5bac
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 2cb877bbb103294cf192f36148fd4bb85572207d8a155e318bf2b6cca83dc015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,356
Size: 1.00 vMB
Total Fees: 0.03128965 BTC
Feerates: 151.00 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (266,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,780 648,780 00000000000000000005eab33f29144d4c01c2f10b52de7c60f19ac61330ba4f 2,738 1.00/1.00 vMB 20
648,779 648,779 00000000000000000004ce13e595373d8f6c1658f4e83f3869a35ffa4e4e0a80 3,074 1.00/1.00 vMB 42
648,778 648,778 00000000000000000000eaf6c2633aaae0a334a2f6c1ebe57319b6ad4954628f 2,918 1.00/1.00 vMB 61
648,777 648,777 000000000000000000085b35bbb5765ec547e91fc565fa81d910d956f462ece7 2,728 1.00/1.00 vMB 60
648,776 648,776 00000000000000000004a6fd767805e105fdd6c69a9893a1021985b175baebe6 2,473 1.00/1.00 vMB 90
648,775 648,775 0000000000000000000e1046660df5a6ced1dea541b60466472356642d5ed57d 1,982 1.00/1.00 vMB 82
648,774 648,774 000000000000000000022f00ae832faa7883ff2b1a937001ceb6e8ffc692f1c6 2,546 1.00/1.00 vMB 90
648,773 648,773 0000000000000000000d3e2b26fc552cabd219d7178da3d19f1b42beb180a9d7 1,596 1.00/1.00 vMB 20
648,772 648,772 0000000000000000000b4fd66108c2b8c1f31504e5e0223da8eece975f17dc5e 2,178 1.00/1.00 vMB 46
648,771 648,771 0000000000000000000c8fb358dcf62815e73c6fe2e46b514dbabd19b660976f 2,262 1.00/1.00 vMB 56
648,770 648,770 0000000000000000000f2c8a92567225b3448e9d045c218b6ae6c7328564dbec 1,938 1.00/1.00 vMB 7
648,769 648,769 00000000000000000004a77a3d59b63611286357fc45afcf045c20d48336cb53 2,414 1.00/1.00 vMB 45
648,768 648,768 0000000000000000000e54bb4e85df8367f3ad40d922a9a0f736b513fd615137 1,358 1.00/1.00 vMB 69
648,767 648,767 00000000000000000006dd023202d3b767b8ef2338f1b5bba4359cea8d2e7d4c 1,808 1.00/1.00 vMB 8
648,766 648,766 0000000000000000000438a0e961325ecf644c9017d8d3bb973372b9dd7207fe 2,816 1.00/1.00 vMB 15
648,765 648,765 00000000000000000003a41ae371a8400b4759b41cb3e492d9bbad3254f1b46f 2,041 1.00/1.00 vMB 68
648,764 648,764 00000000000000000007e2e519acb475c8a74f68d66cf3e43ba1976c0b31e41a 2,889 1.00/1.00 vMB 37
648,763 648,763 0000000000000000000396ee8292b0d8406e5ae1d8f74de87ced98cc8cddd37d 2,522 1.00/1.00 vMB 40
648,762 648,762 000000000000000000004c2da203c4a46c64c23b3bb36af807b74c027afa7cf0 3,050 1.00/1.00 vMB 40
648,761 648,761 0000000000000000000ee1311f875a0ee1e14633ce6c55a527a49bc7cbab345e 2,449 1.00/1.00 vMB 66
648,760 648,760 000000000000000000038321687f1877473895383c928321c829348cd53510d7 2,537 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.65 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: 672.52 GB
    • Received: 16.26 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.