Loading Tool

Explorer IconExplorer

Memory Pool

87,184 transactions
32.60 vMB
0.15191783 BTC
Random Selection Loading Transactions
Max Size: 199.09/200 MB

Candidate Block

Mining Attempt 38bae99711cb248f8e571ecfe14d9a5a2ab97dd3092d6b6ab0b14ce6547e7a28
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 4847752006e398d0a5af1432fac830185b29d24202dfa531eb79e8b0df58bb3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.05859580 BTC
Feerates: 400.00 > 5.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (418,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,948 496,948 0000000000000000004834086ab1b5484d22fa286caaccdc79ac1dbae5230b77 2,150 1.00/1.00 vMB 73
496,947 496,947 0000000000000000009f58f302cd58f1117e7d903562c8c88f484c71aa6a93d5 2,281 1.00/1.00 vMB 147
496,946 496,946 00000000000000000023fb1835a335919229c7d070eddfcbbec5f84c23aa73ca 2,533 1.00/1.00 vMB 143
496,945 496,945 0000000000000000002efc2af4303abfaf3b60a62ca0495be09b6ba7353152b5 1,349 1.00/1.00 vMB 78
496,944 496,944 000000000000000000cd379867b4ffe6939b0690bc78c09dcac9452d189697f7 2,294 1.00/1.00 vMB 151
496,943 496,943 0000000000000000008433e3284aaf6f77b7eee85b6c9b035c2e3003fdab8f38 2,149 1.00/1.00 vMB 191
496,942 496,942 000000000000000000a22e9e17c8b439eff8f60c071ee09207bfc02d3d3876aa 2,495 1.00/1.00 vMB 172
496,941 496,941 0000000000000000008aecd1652059fdcdaf029cf633c402cb7ca1c5079c7471 1,884 1.00/1.00 vMB 81
496,940 496,940 000000000000000000a43fb21fee439cad4b382e3614a0ee1c362c58c8620f18 2,644 1.00/1.00 vMB 164
496,939 496,939 0000000000000000002c970c9069116527111b65e88036fe70431db0bc75fdca 2,558 1.00/1.00 vMB 98
496,938 496,938 0000000000000000009df1b2a127107291a527cd6e0df2ab50b4a17aba2b7b2d 2,453 1.00/1.00 vMB 114
496,937 496,937 00000000000000000086d3c81146628cc51803161116e85c6e5178fef2a0a3c5 2,165 1.00/1.00 vMB 152
496,936 496,936 00000000000000000065f830a4d7e3143835f5ffda5300e8bc126eb59e42d3a8 2,117 1.00/1.00 vMB 136
496,935 496,935 0000000000000000003d67949760825424f50889bcee2c204762aabbd1eddca5 2,857 1.00/1.00 vMB 153
496,934 496,934 00000000000000000016b20460dc0f93f60e569b8edf358661dd71a96d439d97 2,771 1.00/1.00 vMB 139
496,933 496,933 0000000000000000005f9366b755882e0fdc9f08b38e0ffc99734db5f9aeaaeb 2,337 1.00/1.00 vMB 167
496,932 496,932 000000000000000000b5bd0d023ef5c56f32f48b7ca9ab701e00f78abba74eba 2,632 1.00/1.00 vMB 221
496,931 496,931 0000000000000000008713b20d0d8bb7c0989b71cac6befddefb5f423d883197 2,325 1.00/1.00 vMB 145
496,930 496,930 00000000000000000044fe4e06b7f8396f42eff89ee6f64bc5e9ac9a9aea9cf8 2,461 1.00/1.00 vMB 126
496,929 496,929 00000000000000000013e8da8726d8801e7146b08f1caa883656b4e6e38979d0 1,281 1.00/1.00 vMB 138
496,928 496,928 0000000000000000008c7a97c9033eb6c583f2c50c62bb96015a2592785c024f 2,615 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.