Loading Tool

Explorer IconExplorer

Memory Pool

50,802 transactions
30.38 vMB
0.09387647 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt ed7e9741e73b514fa0f934f29d736b188edca1d3a670ce601057a5f967c9a398
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root be87de322a9341973ab324efaae888ca136023d4369b7e7ac7921b803a55867f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.02325394 BTC
Feerates: 202.16 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (291,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,050 623,050 000000000000000000076bcdb9856da45204549e00b23a1e98ccdf6419af6c2a 1,729 1.00/1.00 vMB 15
623,049 623,049 000000000000000000094233274b3e5304a2eeaec0c1e3dbf9eb53401e33e7b1 2,080 1.00/1.00 vMB 29
623,048 623,048 00000000000000000009ab222200c0dbdb767d0f0280ed0477b6116f1145952d 2,373 1.00/1.00 vMB 51
623,047 623,047 0000000000000000000e8d6ff4560e921991276605c5d5a4cc24bf58ac6aa054 125 0.04/1.00 vMB 31
623,046 623,046 0000000000000000000f35e53df8873615d23fab91dcfaef921604e2fd633c56 1,607 0.58/1.00 vMB 3
623,045 623,045 00000000000000000007554dde28702687e4507e409d80237a81500b4b8d9280 2,923 1.00/1.00 vMB 36
623,044 623,044 000000000000000000135b6e51ed065d62e09a6089986c2132f28eb70a3c8de4 2,748 1.00/1.00 vMB 68
623,043 623,043 0000000000000000000a361c0ca9c447dac5618a7e3daeda8311b0b9b8e2dd35 1,879 0.65/1.00 vMB 45
623,042 623,042 0000000000000000000ee7226479a37adf5a36cb122edff157df712569cdbfe3 1,150 0.35/1.00 vMB 40
623,041 623,041 00000000000000000005be3449a412498b55f5f30ea95cbb949a57f1bcaa427c 2,189 0.76/1.00 vMB 17
623,040 623,040 0000000000000000000f6356b761ab99b35ae7b4a8ecc4ef3221c6946a2523d7 2,362 1.00/1.00 vMB 29
623,039 623,039 0000000000000000000e0e04f5dcd7045995765b82df7a778caf119a0a03eed0 2,313 1.00/1.00 vMB 73
623,038 623,038 00000000000000000002d758399c9fbf8db7285640cc8556470f7c1d21b43f35 2,766 1.00/1.00 vMB 14
623,037 623,037 0000000000000000000f2a39aeddad9622c092e6dff8514a43aacddb87d0139f 2,843 1.00/1.00 vMB 54
623,036 623,036 0000000000000000000956660d2c252cfc79129976641e22ec4bc31053439557 2,891 1.00/1.00 vMB 84
623,035 623,035 0000000000000000000bfc42b2fbc3e2f8971ed98c7df393c92c6a6c4a07687e 1,605 0.50/1.00 vMB 42
623,034 623,034 0000000000000000000818b11a8e2924e4f26dca2fee18c784b8d94e57ba2c4f 1,540 0.64/1.00 vMB 23
623,033 623,033 00000000000000000013c455f393ed582defbe17c4b726b3e079462cf6eec660 2,522 1.00/1.00 vMB 9
623,032 623,032 00000000000000000008f162e151f5ab20c1cd7f1a5fa6173d51ea888523855a 2,665 1.00/1.00 vMB 32
623,031 623,031 0000000000000000000bb63d45d9b8085e533b66d5745192e8c517b1851e8784 2,200 1.00/1.00 vMB 36
623,030 623,030 0000000000000000000ef1452933770d64e1c03f674b98faac207ea29d29421f 2,081 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.