Loading Tool

Explorer IconExplorer

Memory Pool

82,757 transactions
31.13 vMB
0.09254882 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt d2cbd39d4de9c7bc2eec0a7305516aa031bbb94095e87b25888573b412fa6555
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 84faf6d79da3452bde4df383e32bf7067f6dded829ab20b986a2d8577a8afb86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.02234624 BTC
Feerates: 235.42 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (327,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,703 587,703 0000000000000000001c38387c9b285f0704db0b8534fa8b0b52e9fbe38ce88c 474 0.14/1.00 vMB 9
587,702 587,702 00000000000000000017c07c0fb8a3981b5910f5df6484f16a2369d3e77831e8 2,972 1.00/1.00 vMB 13
587,701 587,701 000000000000000000064677401727dbd68dbfd2a944d8f92cf919a24b42da05 2,863 1.00/1.00 vMB 43
587,700 587,700 00000000000000000017204344ee7e551388ef303232d0e2878f11fea7d10b58 2,218 1.00/1.00 vMB 36
587,699 587,699 0000000000000000001465cb48bd9f9be191ae8016c31e319a80fb79f97b9077 303 0.31/1.00 vMB 10
587,698 587,698 0000000000000000000b00625e094728ee201907c5da586a53eb717612d6ef1b 1,521 0.55/1.00 vMB 22
587,697 587,697 000000000000000000151b9cf910113a2b47f5bf3ed5b8f865cacf02e4dbd2b8 3,078 1.00/1.00 vMB 21
587,696 587,696 0000000000000000001b861d2c6c3717e43ecd401c2851dbf71b87c1ec4ec161 2,675 1.00/1.00 vMB 5
587,695 587,695 0000000000000000001f10841beac481b80020efa92a3105599110f5808a6211 2,920 1.00/1.00 vMB 33
587,694 587,694 00000000000000000013922307a939e32f33727b8f77911532829bda2a979ec7 2,809 1.00/1.00 vMB 43
587,693 587,693 00000000000000000015c0bc3066492996a7cc1a503a68c92f48a9f9bac7dbfd 2,054 0.70/1.00 vMB 28
587,692 587,692 00000000000000000002051f586ea8fe88ebeccd577f7b0bb139c56dc5d39cee 2,801 0.86/1.00 vMB 23
587,691 587,691 0000000000000000001b4d5ff0dc95073a2661d122f091a3903b2eb3d6013212 3,326 1.00/1.00 vMB 24
587,690 587,690 000000000000000000197f8dc9153cfef85374dc16cee78f6e50f33b1c950066 1,694 0.54/1.00 vMB 9
587,689 587,689 0000000000000000001b46cbfd9b376aff30bc9faa81a1111047fd7b65e1732e 3,366 1.00/1.00 vMB 31
587,688 587,688 000000000000000000157bdcb503b2c9c9fc39d870551e371471c7b1d760032e 2,845 0.87/1.00 vMB 21
587,687 587,687 0000000000000000001e79abac05acdaf9845bde7236ba741a2d85c266c1a2d3 1,690 0.55/1.00 vMB 18
587,686 587,686 0000000000000000000a93dc861212503d733fd736a1d33c5ba3e6fb1c541a26 1,977 0.99/1.00 vMB 10
587,685 587,685 0000000000000000000f172337aba949edfe2dbdf6dc76715ba440324b766cc2 2,432 1.00/1.00 vMB 18
587,684 587,684 00000000000000000003d6f34f634c8ba21fc1b90a7689707be4280fda9ebe3f 1,297 1.00/1.00 vMB 62
587,683 587,683 00000000000000000017c424abd9125547bf8031aaf0e1fc50cfd7feed67bf25 1,132 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.79 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: 709.76 GB
    • Received: 16.98 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.