Loading Tool

Explorer IconExplorer

Memory Pool

88,421 transactions
32.21 vMB
0.13878282 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt 5b1568bc3f860214931370b77bd4874272b4a729f450da27357f5f6f861ee5b7
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (339,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,791 575,791 0000000000000000001efc37a626f1a07e0454011ee74a9bebf623d09740c8dd 2,238 1.00/1.00 vMB 86
575,790 575,790 00000000000000000023f10d5b29d3c334dc9967ad0276343ec707514cce4c28 1,889 1.00/1.00 vMB 62
575,789 575,789 00000000000000000020acefaeb5595aac471ca22d5f47a34acea79d54807896 1,846 1.00/1.00 vMB 38
575,788 575,788 00000000000000000027b6ccb07795d489cd295c43e3cd6c86c5002869143262 2,629 1.00/1.00 vMB 82
575,787 575,787 000000000000000000041a847ba6692284178b2b1e9ef26c34bacd2deb6cddc5 2,840 1.00/1.00 vMB 101
575,786 575,786 000000000000000000188f464562a0c7c2a2bdc23f7397e54aa597c760c90b02 1 0.00/1.00 vMB 0
575,785 575,785 0000000000000000001e542fd5d8d6bb0b490a0cbf23fd84407251bc4751f159 1,619 1.00/1.00 vMB 42
575,784 575,784 0000000000000000002127889e9fe4a0687a54fb091ec2e3ddfa327ed12eb406 2,377 1.00/1.00 vMB 51
575,783 575,783 0000000000000000001092e2c65e7b519edc35f791a7cadb69792c2648071088 3,015 1.00/1.00 vMB 116
575,782 575,782 00000000000000000000fab05d0d4ee8cd846f655fc02a03a837ae86e440b6a6 1,458 1.00/1.00 vMB 4
575,781 575,781 000000000000000000021e650e070e723a933b0391a0cfbe2ac20f9417406c1b 2,047 1.00/1.00 vMB 31
575,780 575,780 000000000000000000298c287ed85370ae65aae4c106320b50eb29175904f0d3 1,932 1.00/1.00 vMB 67
575,779 575,779 000000000000000000139876f7205b603516287ed1acc75811cc36baeee423ad 2,762 1.00/1.00 vMB 62
575,778 575,778 000000000000000000243bc0e5d3c1df11678de8c3372f6a95b9febcdacac8fc 2,935 1.00/1.00 vMB 100
575,777 575,777 000000000000000000226d541a735e7c289e0c24fe8cdbc41c5d3cc2744e4605 3,155 1.00/1.00 vMB 92
575,776 575,776 00000000000000000008d5b36428b87cd0f83a70ff543f2fa5792c21737c3bc5 2,285 1.00/1.00 vMB 73
575,775 575,775 0000000000000000001540adeae69cbb8080c9ed9181c2b95c7852d94193a916 2,575 1.00/1.00 vMB 25
575,774 575,774 00000000000000000028c548c38ed2f2ca1d9bd370a2e43f2110f3f80b5642b2 2,844 1.00/1.00 vMB 101
575,773 575,773 0000000000000000000a894a8af5806f620f65a3e7722dff8a95c6a0afd0c5b0 1,937 1.00/1.00 vMB 28
575,772 575,772 00000000000000000005330081b6519e1426fe870ed3ffd057942e62646212d8 2,528 1.00/1.00 vMB 46
575,771 575,771 0000000000000000001d5317e911a3d75e7a0f1ec8f2dca4d24d2b879464995d 2,038 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.