Loading Tool

Explorer IconExplorer

Memory Pool

80,016 transactions
29.36 vMB
0.13003000 BTC
Random Selection Loading Transactions
Max Size: 177.69/200 MB

Candidate Block

Mining Attempt bfe54818efdf3332a4af1f30e22093ad8bba5b8e3ed3cad35865802693ec4eec
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 14b7f1bf7693547d1ec17ebdd10fe0b276654c84e21ed7e1448d29b9075c64a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,469
Size: 1.00 vMB
Total Fees: 0.04862799 BTC
Feerates: 602.26 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (464,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,978 450,978 0000000000000000024399a56bcf0b5134779a9854b8602fd2a03d940bc5744f 2,602 1.00/1.00 vMB 135
450,977 450,977 0000000000000000029f09a6ed0166b2689524d1d3a5ed474ded5e330425b7ee 1,437 1.00/1.00 vMB 71
450,976 450,976 0000000000000000008a323fa15d6c70d27a8e3ee99655267c3af282ae7bc28c 2,338 1.00/1.00 vMB 62
450,975 450,975 0000000000000000018d506edfc9ab27fb530c3d4431f5918d28b004ea8e1082 2,483 1.00/1.00 vMB 125
450,974 450,974 0000000000000000015bf543a2d0b966dee30b0f6ef6ebb84cf908fe37f61897 1,571 1.00/1.00 vMB 29
450,973 450,973 000000000000000001581fd5713380e0b8be88c2d2d0f5bd0e2805f62f6c70e4 1,874 1.00/1.00 vMB 60
450,972 450,972 000000000000000002b2769a99646b7ea0248f77ab1ac282ee2083b2fa63bdc8 844 1.00/1.00 vMB 49
450,971 450,971 0000000000000000016f4038cfa4b1441143b240a2b0578eea2e63ebb489c9a1 1,756 1.00/1.00 vMB 51
450,970 450,970 000000000000000001f5e46ce7815ff47b19db3081a3232764e3c350c75953f6 2,519 1.00/1.00 vMB 109
450,969 450,969 000000000000000002730c77a199fe4c1cb6c202a6998db41abf40406becc920 737 0.27/1.00 vMB 153
450,968 450,968 00000000000000000129be428b0789bb6759bf8ef21b82ec573c20f2d713d0e4 1,599 1.00/1.00 vMB 47
450,967 450,967 00000000000000000011c489cf19275b3cdb44f35a8887e4730c7d105fc130ad 917 1.00/1.00 vMB 59
450,966 450,966 0000000000000000004f5ab9dedfffd6e8b1bbe1403b07b2c9abf8f1f53c9450 1,333 1.00/1.00 vMB 60
450,965 450,965 0000000000000000011bb97d897b5d199bf9d16690e54d3bb3276de42d572173 2,216 1.00/1.00 vMB 115
450,964 450,964 00000000000000000123786906c028275749782cbded027928ad7df4dbb21c23 2,061 1.00/1.00 vMB 50
450,963 450,963 00000000000000000261e3280e13a233865d2ffeeaf10ee5a4f8fec158e87053 2,091 1.00/1.00 vMB 83
450,962 450,962 0000000000000000006d194e9fc59488d834126336f8a44641c0135f779d1c08 1,722 1.00/1.00 vMB 79
450,961 450,961 00000000000000000240512ec43b276a5bc49bccd440a1ea3db904527efcc0f1 2,175 1.00/1.00 vMB 85
450,960 450,960 0000000000000000012f6ddb77e5c6baac0ba207d927cda59698550266c491aa 2,040 1.00/1.00 vMB 53
450,959 450,959 000000000000000001123788bc56a7111e97eac38a956a32e1a568518a71f108 1,279 1.00/1.00 vMB 65
450,958 450,958 00000000000000000230e47aba3ce033d870c7ee4b2039a90f03dd8213ae46fe 2,385 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.