Loading Tool

Explorer IconExplorer

Memory Pool

86,564 transactions
31.66 vMB
0.14968368 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 4129dc888f22f0d2304eb651b3c67fbcba9fc4e6e13d9e680129b20b62cf8de3
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7222ba87b5b1d9213d9da4d58a1d7062c5e575606527d242f7589f332e4b05db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,565
Size: 1.00 vMB
Total Fees: 0.06651742 BTC
Feerates: 214.31 > 6.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (407,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,973 506,973 0000000000000000002579af61ed2de961b569ac2a877277cf68fa8b9fe82ec5 435 0.47/1.00 vMB 13
506,972 506,972 0000000000000000004e553aadcd4be3adb3bdb9ceda3de8f70e1bfa174a75f9 1,821 1.00/1.00 vMB 153
506,971 506,971 0000000000000000002a38767938866b9f9606b0191ebdebfa7cb5d3d9a7a978 120 1.00/1.00 vMB 11
506,970 506,970 00000000000000000026912fa1df448ae93d1c1ed236666aff9082dcb39c9511 275 0.10/1.00 vMB 183
506,969 506,969 0000000000000000002551c0eeb3a4f3a53f5e4fcf130cb268ce380314473acb 909 1.00/1.00 vMB 54
506,968 506,968 0000000000000000003195760b89126c139b3df629709e159d829adcfd1d25e7 2,277 1.00/1.00 vMB 48
506,967 506,967 00000000000000000058315f8bcefb5313eb7f1b06bf68c04f22767acfb15ab1 2,153 1.00/1.00 vMB 165
506,966 506,966 0000000000000000003e0dd0207f758f6b4e3a14b3328e7b8f4f6c13d91cc783 1,973 1.00/1.00 vMB 111
506,965 506,965 000000000000000000096ea56e0ab733a83978c30c86f093b0b22cdeedb5e1fd 1,719 1.00/1.00 vMB 71
506,964 506,964 0000000000000000001f32e6b8385d92c395ce126fbf35692a7e1c4f4d1e69c4 504 1.00/1.00 vMB 89
506,963 506,963 0000000000000000001574788c0dcf7b1acf1ab20fdfa7b4b5f21bd3fbb8af2f 1,351 1.00/1.00 vMB 146
506,962 506,962 0000000000000000001e5c91dd73209e9af849b2fe061048df010da4046f9c15 1,111 1.00/1.00 vMB 127
506,961 506,961 000000000000000000129e2475e9554e9eb35934d58a8b0ee6499811960ada0d 2,031 1.00/1.00 vMB 156
506,960 506,960 00000000000000000007933f87766afd3f1febf7ecac76476d2276c35cb050cd 2,076 1.00/1.00 vMB 159
506,959 506,959 00000000000000000053a45759b6ea58f8f86e6900344624dcc81ea415a01a80 2,763 1.00/1.00 vMB 229
506,958 506,958 0000000000000000003b0151e6c10ceac7c46bcf8c2ed51b08f8516232f68c23 1,741 1.00/1.00 vMB 83
506,957 506,957 00000000000000000027397e48665ac31ac57526a2ecee5d53164f55a825cc32 2,247 1.00/1.00 vMB 60
506,956 506,956 0000000000000000000420a67cbb4e8db50c5d37d36729dbde80f91810ac1d28 1,819 1.00/1.00 vMB 43
506,955 506,955 000000000000000000183d3deec5e34f2cb0e42a21460db8526f7de6bebe2d8c 2,258 1.00/1.00 vMB 200
506,954 506,954 0000000000000000000e9598ea3d64d83bc0bc164968eb5a66dc9dc23a18b2d8 2,016 1.00/1.00 vMB 177
506,953 506,953 0000000000000000000344254c5d61a2da8a2317a644b7caff40fa2788c4ee72 949 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.