Loading Tool

Explorer IconExplorer

Memory Pool

74,401 transactions
27.88 vMB
0.07053883 BTC
Random Selection Loading Transactions
Max Size: 169.65/200 MB

Candidate Block

Mining Attempt 43c86420d8fc4b6fd84a624f82fb3baee708aff00d6d42f2213055ba125c832a
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root e88bd0a66df7fa313e05ecaf252585659a5b9f02ae4a9b1053ef6767ec881678
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,452
Size: 1.00 vMB
Total Fees: 0.01018841 BTC
Feerates: 117.53 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (906,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,359 9,359 00000000e3895990e541f0e1728fe4114db8a7ed0fdb461d190dd4308817abe6 1 0.00/1.00 vMB 0
9,358 9,358 00000000913fdbf224ecda1a0f1f8f3f77cf4decea5053f2511ef01091339475 1 0.00/1.00 vMB 0
9,357 9,357 00000000b7c37ebcca8672e12da0dfaebbc6f8808ce57e5fff7123259d51d644 1 0.00/1.00 vMB 0
9,356 9,356 00000000b9843963d096355d50d6f0cf0d04b56ee92d34cd1d3daf7c1943b2c8 1 0.00/1.00 vMB 0
9,355 9,355 0000000019bd4f2e72c7e4316eba628ed6b1ec2ab6fba718030518fc8969ed99 1 0.00/1.00 vMB 0
9,354 9,354 0000000015154d86ccf2da15aec9da0389aefd35c983ccb9f2d475b36d079b26 2 0.00/1.00 vMB 0
9,353 9,353 00000000161be3fc2bf2789f7cb9da58d59c3d63d8a480526ec1ddd16ae75b9f 1 0.00/1.00 vMB 0
9,352 9,352 0000000037853fd38712b66711771ecc5960c612e151007d6765e71af0f515bb 1 0.00/1.00 vMB 0
9,351 9,351 0000000063b8e6166e70911584686416790fa849e581a076a280937b37aee2b8 1 0.00/1.00 vMB 0
9,350 9,350 000000008e25cdaf2d946a369f78990d6ec8e191d9d1427c7ff904172586a74a 1 0.00/1.00 vMB 0
9,349 9,349 000000000e56f5a0df5518292d7d52361c99aac40fc138d570b9d5138ec35ce3 1 0.00/1.00 vMB 0
9,348 9,348 00000000a668f03769f53ff7d95f75cfb08ede733e9b65143e707544f5e11bd4 1 0.00/1.00 vMB 0
9,347 9,347 00000000622a1d4b2f9791040a829a78b914f52cc6e48ad4386895a88a9b19b0 1 0.00/1.00 vMB 0
9,346 9,346 0000000048bb414dabe36b4d47bbc9abb9a35ebd871906df4841b731d8b3797d 1 0.00/1.00 vMB 0
9,345 9,345 00000000019858736be027ddd1628b76883e8ee232b3edc0ca8b4a64c9f54b5b 1 0.00/1.00 vMB 0
9,344 9,344 00000000db231852c614916ecff841e9a7f6d8226874fbaf4613ca64e5afe228 1 0.00/1.00 vMB 0
9,343 9,343 00000000649aff7fb6ff0fe016619173ba32f2396dd4399a810ff850036d4a9d 1 0.00/1.00 vMB 0
9,342 9,342 000000001ef7b402e03f61d59193a80619d021eadd267c254417d99f222d6784 1 0.00/1.00 vMB 0
9,341 9,341 00000000e091021c9c581d957341a0894622344cdd72a4e898e01876db09b05c 1 0.00/1.00 vMB 0
9,340 9,340 000000006486e9b59af9a133b725ec47e6041929d874d290870d98805584ca67 1 0.00/1.00 vMB 0
9,339 9,339 00000000d82b8a7e2ab966ff06c1ff991bfb1ec76dec5d0ab73ca46c6139c8c1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.41 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: 770.17 GB
    • Received: 19.80 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.