Loading Tool

Explorer IconExplorer

Memory Pool

78,337 transactions
28.73 vMB
0.10577727 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt 1b50c2e2c82b613c88d35b800e1e6464daca98e88d29a70d0326066936ce772e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 65c14b4481b40bc1f5a564aeea44eadc7e84a9ab48ea79c6fb2b7dd4b0e2e5c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.03773689 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (539,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,943 375,943 00000000000000001179e84e249294940df88bf1b8c883e57cda6a6471ac1927 1 0.00/1.00 vMB 0
375,942 375,942 000000000000000010f7dd3bd62d1a9078e3eab786e56b40bce6bcc2a7f3dd3c 65 0.04/1.00 vMB 12
375,941 375,941 00000000000000000721cccda964af0e80ea9fc8c6268787bc558c15766cff88 1,460 0.93/1.00 vMB 31
375,940 375,940 00000000000000000066678ead6415788f7c968910727e80923b5ed1d2f5c10b 911 0.74/1.00 vMB 26
375,939 375,939 00000000000000000fc4ce54b64b7b0915b3d53e7928231c5e497c6841eb7e36 715 0.39/1.00 vMB 30
375,938 375,938 00000000000000000fd65f3c1f4cf3b91cbcc149edcbc05f755cb23fcd121d04 1,279 0.75/1.00 vMB 28
375,937 375,937 0000000000000000068dd92b5df4e4beee8f4475665330d66c4305bd8ec304fb 2,204 0.95/1.00 vMB 49
375,936 375,936 00000000000000000e7e1d7ebd709a2f7848fe91589514ec94aef0caf214141a 456 0.32/1.00 vMB 31
375,935 375,935 00000000000000000d35f77cdc591ee47a69070521530d90fc4aa8b71410ba51 89 0.06/1.00 vMB 26
375,934 375,934 00000000000000000433f4031155a2a2775f06ddb5d9bd44380331d927021a3f 932 0.55/1.00 vMB 33
375,933 375,933 000000000000000007b3eb14a14c3b8312de2a6c6a3cdb8b47bf39c7bbe37c6e 1 0.00/1.00 vMB 0
375,932 375,932 000000000000000002f3dea3c889bd5384cc1528f61172358a0a6db68feba7bf 1,072 0.79/1.00 vMB 25
375,931 375,931 000000000000000003515fb6b1474ada457764559a5cbce0dc7f2385dd3d8b18 689 0.44/1.00 vMB 22
375,930 375,930 00000000000000000a6f7d06fc3479506a2b79bc0635b226b6c69526d3b0650f 2,313 1.00/1.00 vMB 45
375,929 375,929 00000000000000000f28637494b34a88bac82948a89f9607f1f95547fb83a8ec 350 0.16/1.00 vMB 39
375,928 375,928 00000000000000000c208bd1d60cd49305d1ca8d7e987f9340c05673db9f0986 278 0.13/1.00 vMB 53
375,927 375,927 00000000000000000869fe1789b3f4c34f8cd5092d63b30707e74e2ef903bb17 451 0.25/1.00 vMB 31
375,926 375,926 00000000000000000c47420953fe38788eb4043d065929e75919316c222d6a04 237 0.14/1.00 vMB 35
375,925 375,925 0000000000000000025e6c7e9d5efc1544c36ff0dcfdd2e46718263e006a7d9f 111 0.08/1.00 vMB 16
375,924 375,924 0000000000000000072f96321bcb02ea0c3d76931e1048e88c648fc2d30d1906 1,853 0.91/1.00 vMB 37
375,923 375,923 0000000000000000035482d3c138003bdfc927cbc9ed91a20230d54564083310 1,090 0.62/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.