Loading Tool

Explorer IconExplorer

Memory Pool

75,650 transactions
31.92 vMB
0.09282492 BTC
Random Selection Loading Transactions
Max Size: 184.62/200 MB

Candidate Block

Mining Attempt 672674d93c11a6df5ee81d011e51a3d5260bb6e93418df8704de453f3c77ba55
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (431,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,757 483,757 00000000000000000060aa75f516103362f03c2a08d3acc8a6d4c8982a2673d3 1,946 1.00/1.00 vMB 240
483,756 483,756 00000000000000000023ce668d0334997c05ca2da2dd3e3b334a74e19ac49c41 2,137 1.00/1.00 vMB 285
483,755 483,755 000000000000000000508371601e5b3fcb3f0a781e409ab17484ad876cf96a17 1,022 0.64/1.00 vMB 121
483,754 483,754 00000000000000000134343184eac82e3d5a6117949e52f7dafd0c38efe0d4b1 2,031 1.00/1.00 vMB 105
483,753 483,753 0000000000000000004165f16b9ce598f652f07e897e0a879ecd557fe84e4c66 1,904 1.00/1.00 vMB 234
483,752 483,752 0000000000000000005f49a5508f72ba4d7e414f0d50e0ec3459e448939e149d 1,876 1.00/1.00 vMB 158
483,751 483,751 0000000000000000007efa70813d1f05f10f6996e5642aa339c87eee2c707bc3 1,056 1.00/1.00 vMB 43
483,750 483,750 000000000000000000be0d3e497787f77d5d041fdd59fb28ae448dd1172b3971 1,987 1.00/1.00 vMB 184
483,749 483,749 00000000000000000102cf98f75c51c239a67eca5cd53d74750cbf91e5449806 1,925 0.99/1.00 vMB 151
483,748 483,748 00000000000000000092a4fbab8b3394df2c2efcaff936831f698823c1bce777 2,524 0.99/1.00 vMB 314
483,747 483,747 0000000000000000008eafac8babe44e39a1d437d5881a8626f2b3623b3cab4c 971 0.48/1.00 vMB 184
483,746 483,746 0000000000000000002b10cb355d7ce769d25a720e3ff0e1c7aacc9eb1afe210 729 0.35/1.00 vMB 173
483,745 483,745 0000000000000000006e7562ff04a8ac39ddbd5692414d02872d16dbc5bee643 568 0.37/1.00 vMB 168
483,744 483,744 0000000000000000000ea951b9c074eda40d890fb2c5142c42de62feff48fb36 343 0.15/1.00 vMB 89
483,743 483,743 0000000000000000013bc9c9591921a9e9090895e8a0a32cd47a666dadbfe541 1,533 0.99/1.00 vMB 170
483,742 483,742 000000000000000000610c2e7e245f0076462ca1c2b12ae1305b6595d0762b9c 1,129 0.62/1.00 vMB 179
483,741 483,741 0000000000000000000016e85fc515d0901d2eef54da3f5ea4539127fe336488 1,498 0.73/1.00 vMB 172
483,740 483,740 00000000000000000090c9d5eb8932d0e4d0e2331ed294fd4d0ba10de294f294 74 0.02/1.00 vMB 242
483,739 483,739 000000000000000000138416cb89bb55a6093f823ebd01c2bdd65670282dc9a6 87 0.03/1.00 vMB 182
483,738 483,738 000000000000000000c810582f249013b26371cdf7670ab4b744dcfdff6fba7f 547 0.31/1.00 vMB 170
483,737 483,737 0000000000000000007547c73563e6d1edb46a3c635841e8982f329a59e0a58f 1,029 0.44/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.