Loading Tool

Explorer IconExplorer

Memory Pool

79,840 transactions
29.61 vMB
0.09487970 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 38fc67e6829e5a368569b21ce8cdc2f5e912940d083b9ed0f1ff9b86d413f635
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6d6038a5bbba992ea0f178012eaa51aec45fd9288929adcbc0e33c5311d3809d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.03193499 BTC
Feerates: 301.60 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (518,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,095 396,095 00000000000000000487d9769a0843deab90cd1230978c77463433a3c5b9ebad 1,018 0.85/1.00 vMB 19
396,094 396,094 000000000000000000ca550f6dd14c3bb8ef845cb46770b908f462e99ce35898 2,793 0.99/1.00 vMB 60
396,093 396,093 0000000000000000041c5c34ad10d30d8bce829aade957e5d9758948de9ec80b 1,952 1.00/1.00 vMB 34
396,092 396,092 0000000000000000086b044c5e0ee741aa5ec8a0e3cc0fdf0db0c85bfa01cce6 580 0.82/1.00 vMB 15
396,091 396,091 00000000000000000094ff1c5011376a3a9855844ca6651729f3a28799f44e90 2,281 0.95/1.00 vMB 54
396,090 396,090 000000000000000002d7b1757daa16dcf10e4b99cb970f82345a79f3f70c2fac 1 0.00/1.00 vMB 0
396,089 396,089 000000000000000002dc77602fd4c8eae00349c4ba3171371a2255385ef5efe0 1,043 0.99/1.00 vMB 28
396,088 396,088 0000000000000000059a6975a59445b7e033c92166bbf68d8c5b1b18d4d1502f 389 0.26/1.00 vMB 29
396,087 396,087 000000000000000000b78e2ee654beeb58dc915ea6a655ac7bb00a8d74142c6e 1,591 0.93/1.00 vMB 33
396,086 396,086 0000000000000000057b6426f4bf097a2477a2d0fb3d0b7c41929738923b6de7 2,777 0.95/1.00 vMB 83
396,085 396,085 00000000000000000833fc3880fadd76148943f19e20c752599e3d650350423c 2,281 0.93/1.00 vMB 57
396,084 396,084 0000000000000000058ed72b0f527d720955dc836f9f19ac1e4bac2166a21357 1,332 0.71/1.00 vMB 35
396,083 396,083 0000000000000000088effd4738f3d0bf1404149b3f0ba788d2023068a4d40b3 520 0.78/1.00 vMB 14
396,082 396,082 000000000000000005d70b3735531870667ce0a77f7494c16ab5f34844cc1942 1,577 0.93/1.00 vMB 30
396,081 396,081 000000000000000005c22928ef4a7b5261a6bcd906f4a00560d26f36647678a6 213 0.14/1.00 vMB 29
396,080 396,080 000000000000000006938550b0675b6580970e39a04320aa5b56abf1c8b06ba0 1,780 0.92/1.00 vMB 32
396,079 396,079 000000000000000006c2f91f003e7e71492e6c6c413d1c5f45dd6f8d60eb5560 3,065 0.99/1.00 vMB 67
396,078 396,078 000000000000000006ed2559e2f4ee80daedc14b439039615d23ab19bf40dd63 1 0.00/1.00 vMB 0
396,077 396,077 000000000000000002dca1c2deda530790b9bd399159e24d18f32cd4c6538549 2,573 1.00/1.00 vMB 51
396,076 396,076 000000000000000008da0cc539aa338ae849c7085afaa7658cbc2cb05b5bfedd 2,218 0.95/1.00 vMB 41
396,075 396,075 0000000000000000085bbca42f6c8be8902fd93889122d5433d7028fa4d50c11 845 0.45/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.