Loading Tool

Explorer IconExplorer

Memory Pool

49,471 transactions
29.91 vMB
0.09141340 BTC
Random Selection Loading Transactions
Max Size: 159.56/200 MB

Candidate Block

Mining Attempt 1cc33c49459c730d343c659e7dac75bd88608d8db1fc25dbc684e59cf5097c03
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 1ccdf9d52b7ab26303f42f1687826fbe02bdba3d35972786e2e1d1b00314d1f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.02572352 BTC
Feerates: 33.79 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (179,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,672 735,672 000000000000000000011c4751f482f4f8a74bf29f0254fd18e2214beefda96c 1,471 1.00/1.00 vMB 5
735,671 735,671 0000000000000000000310f071552286f653e14890cffaa5d9d73dac9ef9c7ac 1,899 1.00/1.00 vMB 5
735,670 735,670 000000000000000000007686f261f5acc230b4c343b3827f67198ed777c8f094 2,551 1.00/1.00 vMB 11
735,669 735,669 0000000000000000000311621a6ea372df521a4865f869caa935a48747c251b5 2,074 1.00/1.00 vMB 7
735,668 735,668 00000000000000000002e1098412e3be3b675c0e056c9674b7ac4770a8e53d90 2,351 1.00/1.00 vMB 15
735,667 735,667 000000000000000000019f5ed3399f0aa0ad044759cd78e2d8157d145f53eb84 2,667 1.00/1.00 vMB 19
735,666 735,666 0000000000000000000297417d9a47cd94190f7f837360dc9d7e90eb414aaf59 2,870 1.00/1.00 vMB 25
735,665 735,665 000000000000000000096ecdfa798f4d2def7ae0f9602371c7c0aa4693b66518 2,381 1.00/1.00 vMB 17
735,664 735,664 00000000000000000008745ff1d5a2f2fb32f5a42b8bed504d946bef6256615e 2,190 1.00/1.00 vMB 11
735,663 735,663 00000000000000000002f5efb0273ce8cc1032cadd58a4651b713b4b5de4cdb1 2,404 1.00/1.00 vMB 11
735,662 735,662 00000000000000000003e53a01f6598449feb563198fb3daabf94db20e2afa9f 1,981 1.00/1.00 vMB 16
735,661 735,661 000000000000000000056c2cdc3a748642d3e89e1fcd76123111475e6c1d8c0b 3,197 1.00/1.00 vMB 28
735,660 735,660 000000000000000000044539de1469c5b87c53a34361d1b2cf9ea8fbd604e43b 3,040 1.00/1.00 vMB 17
735,659 735,659 00000000000000000002bec290eaf3670f3e8d33703249d620054736f2efd5e5 2,029 1.00/1.00 vMB 19
735,658 735,658 000000000000000000014b3c2e3b6e71a7d7afa51cf3f7fcd2b00ec9fb835377 3,178 1.00/1.00 vMB 27
735,657 735,657 00000000000000000008d1a495a439d669a43cd9efc0eab914d3e7b124aa0cf6 3,506 1.00/1.00 vMB 16
735,656 735,656 00000000000000000008f772ee1f70192254f87a7161e89d1059066c66266dee 2,093 1.00/1.00 vMB 15
735,655 735,655 0000000000000000000638ea467764dfe54d5ff6db5294489df13cd1b62acef8 1,031 1.00/1.00 vMB 18
735,654 735,654 000000000000000000069045021d3a4528e82c2ef0e721448d14cd3a9a29d14d 1,744 1.00/1.00 vMB 24
735,653 735,653 00000000000000000000443cd0052fc368400da69ad1fab2bfbb437b40facc8e 2,971 1.00/1.00 vMB 24
735,652 735,652 00000000000000000001bb95c4cd4996ef3ef122662e7da5492e99dfd823e794 2,834 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.