Loading Tool

Explorer IconExplorer

Memory Pool

79,161 transactions
29.31 vMB
0.09742779 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt fb841bb6d8a905f8075c3a15c29884849bd5d386ccd7560049c18daa12ff16cc
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 1151500ce9b67e5a764a21db210c2daec92300d66b07925bf350ac56f71f7be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.03522159 BTC
Feerates: 150.62 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (474,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,425 440,425 000000000000000001fd7d488a3d6ce1892a3d0347ee788a7fdcaa35b910e00a 2,539 1.00/1.00 vMB 165
440,424 440,424 0000000000000000009ea78fa0533c04932d29e97a063a4e81e0e79f09a782fc 1,892 1.00/1.00 vMB 112
440,423 440,423 0000000000000000008708d0031dc137a2a96214b25c9760ee8b404d65e27d8b 1,708 1.00/1.00 vMB 55
440,422 440,422 00000000000000000218338035cec7fc7e58a1145853c1245ca0d3648ade0b63 802 0.33/1.00 vMB 212
440,421 440,421 0000000000000000011fbbd39d2101307d0bb00a2d2d0fd43b6ce3dd867e4ec1 2,183 1.00/1.00 vMB 84
440,420 440,420 000000000000000000d3775610ec92ad0db86bfddbc38cd9b22a5e7a80115b5a 3,049 1.00/1.00 vMB 201
440,419 440,419 000000000000000000655a64f86d9e89713fa0232808a6ec3b6b7334cd4293fc 2,118 1.00/1.00 vMB 82
440,418 440,418 000000000000000001c49996dd0946a3eb734173fd2b0c66c84de64e96f835a5 2,051 1.00/1.00 vMB 167
440,417 440,417 000000000000000002c54132ae52eaf0037c9449760d4a2a6330a3b2906a0e35 1,695 1.00/1.00 vMB 208
440,416 440,416 00000000000000000357c4eca5515508350b756f384178b552bc7bf8b0ff5298 1 0.00/1.00 vMB 0
440,415 440,415 000000000000000001f1661184f4fd65ccf28ef0a01547fce74bd7d1a6642767 1,933 1.00/1.00 vMB 85
440,414 440,414 000000000000000000974959e3efc95b9abbd89fcd1fc1db29a49ce556be5666 2,100 1.00/1.00 vMB 54
440,413 440,413 000000000000000000ee0050018e6a24046d4a38c90819bc9cbb86bc5c057b19 2,210 1.00/1.00 vMB 74
440,412 440,412 00000000000000000379ce3dbcd96a38eafed5089a1885818598fbe160a047d9 2,703 1.00/1.00 vMB 77
440,411 440,411 000000000000000003b61722473e1a7ed68e5d4649d77e2c4f38227e959fc030 2,575 1.00/1.00 vMB 78
440,410 440,410 000000000000000003d2b86e839eb48a12f6d8cef36908425d491390eae87d98 2,706 1.00/1.00 vMB 117
440,409 440,409 00000000000000000124de4a1f45ba2fcac4b53062c0d8cbf95d75c5dfdde6e1 1,883 0.75/1.00 vMB 86
440,408 440,408 00000000000000000295969dd0c4d6eff1aa0515c5fb78780b5bfd2e544bf131 578 0.75/1.00 vMB 56
440,407 440,407 0000000000000000004eb9851cdb9fd0fa2a291a75755f8ba2961899aff1757a 2,669 1.00/1.00 vMB 77
440,406 440,406 000000000000000000f368635a6fb10f7795d790c788a921eacf839507e4445f 1,302 1.00/1.00 vMB 94
440,405 440,405 000000000000000000f2653f416bd93b10f2f8f07ef98365a3d79743b7dd747e 2,770 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.