Loading Tool

Explorer IconExplorer

Memory Pool

81,108 transactions
29.84 vMB
0.15139110 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt a5fcda7ec71b271a425e17d3ea90518011a6099de04b5bf7e03a0e99a70e77c7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed58811901ba6bb941bfc7f73ff9e64a21d8fc6e3c28e6c32805915b3e1819f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.05728049 BTC
Feerates: 1,002.91 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (161,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,659 753,659 0000000000000000000098987990d36d6f861a94db753be301694f20843054f9 953 0.45/1.00 vMB 7
753,658 753,658 000000000000000000003b5388e0f4345514492f6f6fda6013862c4de77942a6 2,114 1.00/1.00 vMB 8
753,657 753,657 00000000000000000004f1aeb25e6c553762a7073bf72e6672e3df84bacaec24 2,335 1.00/1.00 vMB 8
753,656 753,656 00000000000000000003e5f649a4e4fec28ab5230880f2adf1eb63bfe7ace990 1,529 0.86/1.00 vMB 6
753,655 753,655 00000000000000000000f92f5aa9b87d1edf85e5efa8f1c5c56e00bf223685ed 753 1.00/1.00 vMB 8
753,654 753,654 000000000000000000041c6aaff2f349be23b6764a1059051f26c52e55351a2e 1,212 1.00/1.00 vMB 6
753,653 753,653 000000000000000000067cc99212a71acdc73ba0f8d2cbb209edb1db4e4cf6ef 2,972 1.00/1.00 vMB 5
753,652 753,652 000000000000000000015df3fe9844af5f5357803a367802e30679eafd3acc19 2,957 1.00/1.00 vMB 19
753,651 753,651 00000000000000000004552891ceb4c1b5098f3f80594cf85af259e23f62ff7f 2,728 1.00/1.00 vMB 15
753,650 753,650 00000000000000000001d7fd4e0010d9cdc98e1608e8b02b0123f98959d72e44 2,827 1.00/1.00 vMB 8
753,649 753,649 0000000000000000000534b130f206f58390f83569d79c3fac006d9b9191dfb6 3,181 1.00/1.00 vMB 19
753,648 753,648 000000000000000000071560938feef72929cc714fc2e24471f08ba7fb8f61fc 1,745 0.66/1.00 vMB 10
753,647 753,647 00000000000000000008b223d4eebfbb6b3d3f63fb622aef3c4850cb2174f55d 1,760 0.81/1.00 vMB 2
753,646 753,646 0000000000000000000323f012a3d204803d99d3c05da658afd33d7710eb24ce 1,841 1.00/1.00 vMB 10
753,645 753,645 00000000000000000003175de03cac8f5e5c0ec32dd3ab63f8aa47ad2b33215a 281 1.00/1.00 vMB 11
753,644 753,644 00000000000000000006aea1c3b571f45ca060a3e7204cace9b46cf1caedbacc 2,238 1.00/1.00 vMB 18
753,643 753,643 00000000000000000001ecdaefd53ac38bd03a9c2f6b6543b09da709ceeb8ea5 92 0.05/1.00 vMB 7
753,642 753,642 00000000000000000002e3a984d990a141e3415470fde7f12aa1769daa630c89 992 0.42/1.00 vMB 8
753,641 753,641 00000000000000000005388b132f8e5d4099afecc0beb0b26903e40abf7dce21 2,384 0.84/1.00 vMB 10
753,640 753,640 00000000000000000007dd5fcb7a2584bdd127f5d8b6e67a80a653c07a347ad8 172 0.08/1.00 vMB 7
753,639 753,639 00000000000000000003c20a2ce3605c6126b305e8641d09e1dc3de64ee7ae76 1,128 0.59/1.00 vMB 7
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.47 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.