Loading Tool

Explorer IconExplorer

Memory Pool

41,592 transactions
28.52 vMB
0.12891140 BTC
Random Selection Loading Transactions
Max Size: 147.33/200 MB

Candidate Block

Mining Attempt 2858189b7a2c6a2760cbf27963ab46c2fc1e1bae8ed4cfe20bd1985bb63aea76
Version 20000000
Previous Block 000000000000000000000c8dd3aa90b2683bd797f53b5c708aaea95dbee3ac0c
Merkle Root 367eb3dc2e65c0a5e2e22e130e2c5927ce6dbc22544315899a4e247f1e188855
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,744
Size: 1.00 vMB
Total Fees: 0.06304565 BTC
Feerates: 101.66 > 6.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,307 (791,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,250 123,250 0000000000001e436d370d474cd74bafb1179c5ba34d5719ff0ee33a2b994b83 10 0.00/1.00 vMB 647
123,249 123,249 000000000000672b31ab4e243d52d807c2bb5e41055a017ed404f4855dbfdaf8 14 0.01/1.00 vMB 891
123,248 123,248 00000000000006fff12f56875adb0f18cdff50214a9188e88f7fd1fb1ded592c 6 0.00/1.00 vMB 295
123,247 123,247 0000000000006252029edd7a78822b739417a47ea45582a2cdf681c86b8bd70c 22 0.02/1.00 vMB 150
123,246 123,246 00000000000058060ddca88cd2880dda6a1086ba2db11c561dd11ebf3055aa70 85 0.04/1.00 vMB 916
123,245 123,245 0000000000001271efd5d9f7e539909160a181b2c0a2b8c164d6f8159e5c7dd9 2 0.00/1.00 vMB 2,283
123,244 123,244 0000000000001af875260c57cf39eee5388aaa3a53550f963aac8ddd4ed2d9ec 19 0.01/1.00 vMB 164
123,243 123,243 0000000000000d55d6c17ee8ce2c062efad9f998214fb598eef2498e30433af0 13 0.00/1.00 vMB 755
123,242 123,242 0000000000003201c979b84f2f8c244efab4d85dd02c7ac552b99b0490306f15 89 0.03/1.00 vMB 1,123
123,241 123,241 0000000000004966acd28c9cef3585af87c384d8f1d7d0caac0197ce37465d63 32 0.01/1.00 vMB 260
123,240 123,240 0000000000000a9417909e7da1e1a19d2f53fbd4823dd9be7b40641e20c9cca5 14 0.01/1.00 vMB 850
123,239 123,239 0000000000001a2f07808cae43dd60dac76147c855db48e849f5642c9f527dec 23 0.01/1.00 vMB 470
123,238 123,238 0000000000005f45c6f11d1586f1c2af870305788e826c6687011fb9aecc953a 5 0.00/1.00 vMB 196
123,237 123,237 000000000000004048ad3264696d3215992b3f6e3b7d34941414086a522d3d9f 1 0.00/1.00 vMB 0
123,236 123,236 000000000000252a9cb616d42508e586bc3077ceda687af2b052ffda77bd0708 8 0.00/1.00 vMB 285
123,235 123,235 000000000000102cdbf97283bc486a40c16bfdc8aa89201ff1b6bc637baf852d 36 0.01/1.00 vMB 275
123,234 123,234 00000000000015226ef4e85c601eac5ef30b19da87c99d8e5f11942d912c3132 19 0.01/1.00 vMB 783
123,233 123,233 000000000000486bf95e2b2962f648f86933eff2a96ffb15f80b78bcd57896a2 6 0.01/1.00 vMB 541
123,232 123,232 00000000000054137c33721a6d3db1562075b378c4e2b335a5d4fe9b5bb80208 9 0.00/1.00 vMB 307
123,231 123,231 00000000000058c304f591c837959f5a91f6171e0b9316d3f1126ca0d7ead60e 8 0.00/1.00 vMB 0
123,230 123,230 00000000000011a09525d16184f112083dd5de684e93980f7f6b050d1a3f97da 25 0.02/1.00 vMB 501
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

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