Loading Tool

Explorer IconExplorer

Memory Pool

79,058 transactions
30.04 vMB
0.12367638 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 6f11e8121d8e387543c40921588354ae05bf96f692205ac1c758c38338b13eac
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0a803e285e5ba59e79c21eb891a0c0f7f8f6e90daaa533a040681f34f5368e38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.03819083 BTC
Feerates: 673.02 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (539,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,948 375,948 00000000000000000d26d1ec7eee34b726fba0d4d776392dae0b9cb960a1ddb3 991 0.69/1.00 vMB 23
375,947 375,947 0000000000000000122a84ca182eebc9b4235c3f94b3c793779541ba140578c7 2,153 0.95/1.00 vMB 49
375,946 375,946 000000000000000006653a9b0026f181cf11f9faa0a3968bbe9f4e260d0c7be4 1 0.00/1.00 vMB 0
375,945 375,945 000000000000000002b69461ad3ddeb724242b2a82f8a817878d1d3ac6513970 238 0.78/1.00 vMB 8
375,944 375,944 00000000000000001019d94f3c417937787a235a1bcd7c745f32b5d6f35315ee 1,882 1.00/1.00 vMB 38
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
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.