Loading Tool

Explorer IconExplorer

Memory Pool

76,574 transactions
27.65 vMB
0.07827514 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt 8c1a9a14d4c965cd1989cd48e2f0d7d6502fc8fc10495b1764c9837a299c7c48
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root e69285c479d0ff1deab1adf08b7a8e3b0b8cdfcfc468fa6b20076dca4c54fae6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.01910989 BTC
Feerates: 402.60 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (508,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,095 407,095 0000000000000000019ae812c1d089feaad4a8458cb73e1f7543a696a4e9f087 1,751 0.64/1.00 vMB 47
407,094 407,094 000000000000000001dc10677d6781286715e806a80e691240471eec91244eb4 1,941 0.98/1.00 vMB 38
407,093 407,093 000000000000000004c6fd6e3e8bcf2d2fe2657483e9b41c98ef398485b65747 2,356 1.00/1.00 vMB 49
407,092 407,092 00000000000000000470d36d0f7e6d5cd5e05df7ade61547ef1b24115de96f85 1,170 0.99/1.00 vMB 23
407,091 407,091 0000000000000000029129bb0ad5757a1f9df6f1512c24b518347f6f2d7228a6 1,072 0.99/1.00 vMB 17
407,090 407,090 000000000000000005030ab97b55e03006d2499c5b006a3b1ca43795b7540f2d 2,991 1.00/1.00 vMB 56
407,089 407,089 00000000000000000061f6ba3f43cb7f7ea5537eb6f3b688a47a16d4039bdd13 1,704 0.92/1.00 vMB 31
407,088 407,088 000000000000000005403b40d5f284d7e7c2b23cabdf5d66beb0d91fb48e40b7 1,700 0.99/1.00 vMB 28
407,087 407,087 00000000000000000424bde9df4890b97805ddf53b27cb09f9b4166f00b5b757 3,035 1.00/1.00 vMB 53
407,086 407,086 00000000000000000466189a7eff4519b8b78153a4dfe0d62fb6174119369f41 79 0.06/1.00 vMB 30
407,085 407,085 000000000000000003fb0f24823aff5769414c981172c98150e45c94cc92bf8f 709 0.99/1.00 vMB 14
407,084 407,084 00000000000000000695b716b7a01b5dcd6dfe49e6212ef04b9601bf88fbeb7a 830 0.39/1.00 vMB 35
407,083 407,083 0000000000000000006fd30ccd29d0c58f3f26cd9567acd003b97d2fca25e506 153 0.06/1.00 vMB 35
407,082 407,082 00000000000000000661e511ac6e511b46d024ae77e9860d473f148b2f0a7eed 852 0.88/1.00 vMB 16
407,081 407,081 000000000000000003e7bbc8923a7ea28b47d8bb7153cf3a85208037d7be5ed1 2,009 1.00/1.00 vMB 33
407,080 407,080 000000000000000004c3f89015c6ff58fc98b8afe6e78a34959e79576db84f37 1,424 0.85/1.00 vMB 30
407,079 407,079 00000000000000000436b7891062a25d1b9c54409143c6859a1a2bea01a8427d 838 0.35/1.00 vMB 47
407,078 407,078 000000000000000002e81a49357600e2197d9184eb860547315fa8e0747d6cd4 554 0.27/1.00 vMB 31
407,077 407,077 000000000000000001f6abac4fb19189d6feff119a9a9471845a39e183e4d670 503 0.19/1.00 vMB 38
407,076 407,076 000000000000000004c9c87914a81042f0e375b7462d5416ae7c7771599e2cc4 1,578 0.74/1.00 vMB 35
407,075 407,075 0000000000000000023e2d5f7f370fdef464c89a93b00589ffe75e14f4206ad6 1,973 0.97/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.