Loading Tool

Explorer IconExplorer

Memory Pool

74,568 transactions
27.45 vMB
0.06864769 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt f3098a2b99e3199600a2204e79340d52d494322b0fff5c878853f92bfa5c7d4c
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a860b745d899b94a6de541dbd5dc111057bc1543fcfdf3463a9f42370b89359c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.01021419 BTC
Feerates: 179.53 > 1.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (438,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,047 477,047 0000000000000000000f6b3532d809a5f945da521864a32a9ea006fde9060a13 2,125 1.00/1.00 vMB 207
477,046 477,046 0000000000000000008f3d10eccb7fc332eae99dce1bb72e37bc5a25fbf70ee7 2,087 1.00/1.00 vMB 78
477,045 477,045 000000000000000000dad721719df4ed49b1c188e3d7b19c5d04dc48b08155b3 878 0.39/1.00 vMB 166
477,044 477,044 0000000000000000004e0bcc7d1c8020372f27377d462a9feefe3b81e914eed9 1,667 1.00/1.00 vMB 184
477,043 477,043 00000000000000000157094100656496871fb649427846841b3a3e03a5ebf3e0 1 0.00/1.00 vMB 0
477,042 477,042 000000000000000000f2a3f34e4cbde583e03431b2b4b1293467a78885df3167 2,179 1.00/1.00 vMB 58
477,041 477,041 0000000000000000010fa490d521562be0f775e465c3ca0a3251693b6f9b9371 2,035 1.00/1.00 vMB 95
477,040 477,040 000000000000000000aa01a7cd2f04853a10996722c898855e3699e07b8647d5 2,076 1.00/1.00 vMB 230
477,039 477,039 0000000000000000002a94c60503e1f963bcdbf200e89d14ea10d91e025b9415 1,118 0.59/1.00 vMB 136
477,038 477,038 000000000000000000ef0aeb2db0be65646ffa1247b1828d9ce3abe597e92a24 1,837 1.00/1.00 vMB 116
477,037 477,037 000000000000000000fc6be55387327196d54f27bbe444357d2ab34971886525 2,431 1.00/1.00 vMB 186
477,036 477,036 000000000000000000003f52cd92e2a48790fb996a42cda8730ef6299d5d22ff 2,575 1.00/1.00 vMB 295
477,035 477,035 000000000000000000b7aa3323ac7d16e8372cdfc151cf1fd2a0b33ef6828673 937 1.00/1.00 vMB 58
477,034 477,034 00000000000000000034e600d38ddb5e1792f34e728d5f087187409d80a49d69 1,798 1.00/1.00 vMB 149
477,033 477,033 0000000000000000004d360a95180842035370bb6c92f2ab4eb05ea8229a864e 1,653 1.00/1.00 vMB 207
477,032 477,032 000000000000000000338895aea95b38144f4ac7d3da0b3668c64dc02661126c 1,499 1.00/1.00 vMB 42
477,031 477,031 000000000000000000f105d0b0c6c7023aece5908ca43a9361c693945e2f1431 1,930 1.00/1.00 vMB 223
477,030 477,030 0000000000000000011562f6755e36fc562c18c1f2092940f24513a9c19e8c08 1,131 1.00/1.00 vMB 113
477,029 477,029 0000000000000000001186af53a3e0ed1730d1c93cf2694d9bd7e4f9f145af76 1,857 1.00/1.00 vMB 117
477,028 477,028 0000000000000000003f2ae7b8317352d0ab11538f26b47316fa30d46b72d7d2 1,149 0.57/1.00 vMB 181
477,027 477,027 000000000000000000e8160e2eda31844fa3bf87e21ad784239298aba6b1522b 1,267 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.84 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: 712.41 GB
    • Received: 17.17 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.