Loading Tool

Explorer IconExplorer

Memory Pool

28,502 transactions
6.95 vMB
0.06027644 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.46/200 MB

Candidate Block

Mining Attempt 8c17416be75e7456271d45e7cbadbfb7618fe9481d7e8b20a734c2d82f8050b2
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root c48015ce2d1a1ea54efee9f631804845dd57dee09f36afdefc08a286c23c3e59
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.03556968 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (768,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,833 144,833 000000000000065d24214aba1fe4bf55b77937bf483b43c2e04bd3298b938c89 0.00 MB 7 398
144,832 144,832 000000000000091b3f8a2d2713811adabac0fa41743b8502c246bfbc11e16315 0.02 MB 52 428
144,831 144,831 0000000000000435bcf94f63d79feebf9df996d4c560ef831437c4d5b192e39c 0.02 MB 41 217
144,830 144,830 0000000000000269557888504133ff3c83f319269f95085b99dbae8131186d19 0.01 MB 35 139
144,829 144,829 000000000000027cdc7cef4eb5d92c4ef10f8caa9b356708cb4e79e7b84e8de6 0.02 MB 70 154
144,828 144,828 0000000000000694d52760b345c294b341179f816caa2e5a9becc2d368313c56 0.05 MB 86 138
144,827 144,827 0000000000000176db0218115be7de16939b13458a10d6e4763cf6a7950e76d5 0.02 MB 41 152
144,826 144,826 00000000000002749db6ed8bb90ff6ac445fe56953020a45dd05625bce9e68a5 0.02 MB 40 133
144,825 144,825 000000000000066aaeaeaefa00877b061a49dc843ee560f984ac762707d25288 0.02 MB 46 120
144,824 144,824 000000000000028da502adf4fb07c90f3cec08a3caf57e588df6d88b849d0ea9 0.00 MB 8 760
144,823 144,823 0000000000000467893801ba6e04df0e8b304e6d6ff8de6b9861c5ddd899cf28 0.00 MB 1 0
144,822 144,822 00000000000001fe737d858a766b2f06a57b15e73821f480e2f38b485be29ada 0.00 MB 10 0
144,821 144,821 000000000000028f8b2c7bd5fa358a21964e8636a8af7b866aa54f972590213d 0.00 MB 15 40
144,820 144,820 00000000000003d8b68f3e162905ecd2cf1667fce5eb734804ff6a02d6d85730 0.01 MB 20 115
144,819 144,819 00000000000007345b8330554d3138df69ea71b2e376a53c5f7333be9cdc8bf1 0.04 MB 148 126
144,818 144,818 00000000000001b6223bc5a57d3a78fe002688ad71b6a8d68f6ab452c4e62428 0.02 MB 40 175
144,817 144,817 0000000000000813ea1835af1e083d5c6bf5e45269002147be43f6427296dbf5 0.01 MB 23 164
144,816 144,816 000000000000086919c501631476cccea79c7a2b615f9b8aded350e012d7d7f3 0.03 MB 50 427
144,815 144,815 000000000000081f117eb71114e90d81d6026e530a0dbca7e4a19b27486b0b98 0.01 MB 20 195
144,814 144,814 0000000000000617ece942b47b0619f23f918d69ae6e1f782ac5a4f1e612530f 0.01 MB 23 91
144,813 144,813 000000000000049ee787140d13120ed637346ffaf90bfc89218b2db5123a135c 0.00 MB 3 94
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.13 GB
    • Received: 0.34 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.