Loading Tool

Explorer IconExplorer

Memory Pool

68,306 transactions
26.27 vMB
0.06632232 BTC
Random Selection Loading Transactions
Max Size: 157.55/200 MB

Candidate Block

Mining Attempt f4c7f959e939e4956be6f5f6b304d3b1a6ede90fb584af41ce29297fb27ee5c0
Version 20000000
Previous Block 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d
Merkle Root 4de228b3c09fafc4d2fa9d2c831ba71a9ef65625c0a6a0f2cd74b3911511edcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,746
Size: 1.00 vMB
Total Fees: 0.01054264 BTC
Feerates: 71.66 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,487 (655,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,458 260,458 000000000000000a00ccade7c5823d2c825465380b4ae4891d769e2ab9549380 558 0.25/1.00 vMB 137
260,457 260,457 000000000000001ade19dfdbd6ddc4243823bae9f18310aacbf3305a29160b67 175 0.07/1.00 vMB 148
260,456 260,456 0000000000000005f8f0d65af0cfdd2470f15d4367408da40b5cce6e33a732d6 351 0.17/1.00 vMB 128
260,455 260,455 000000000000001ad4c0e87d78d5735947b3d38b8dee1609ca0cf755d381fb1d 105 0.03/1.00 vMB 66
260,454 260,454 0000000000000015f4e833f590ec9171fc0708fd6a8da0f9caf57aa979f0ecd6 1,063 0.50/1.00 vMB 79
260,453 260,453 000000000000001a74fee0d3bcaad3bfeedc22ae4b0a6846fc2aa9c66c1f04f7 797 0.25/1.00 vMB 293
260,452 260,452 00000000000000183c158e8590b00b6cf0dd70e98bc0c2b4599a829e798fdce5 51 0.03/1.00 vMB 60
260,451 260,451 0000000000000009c42033d02a1997143d5c7ffc281b4768a32f23cd56dc5775 572 0.22/1.00 vMB 167
260,450 260,450 00000000000000186f98814e4d733e3eaa48a5534142a681bf9fa68391d2fb12 45 0.05/1.00 vMB 53
260,449 260,449 000000000000000b7c0702b4cafd7887a77a835c074149ff9b8a115ba1c236db 25 0.02/1.00 vMB 34
260,448 260,448 0000000000000007cde84b61fe5287a44be98ee663ee54c9049beaf29303c34b 103 0.04/1.00 vMB 156
260,447 260,447 0000000000000016000bb42c048e2a72ae8c7ccbae2b3a77a7770495cf0028bc 319 0.15/1.00 vMB 90
260,446 260,446 000000000000001368b46260eeb4059aacddbb17134f875837ad9f37dc02d8b9 420 0.17/1.00 vMB 163
260,445 260,445 000000000000000860edf3b91192b1281478afc8a09c1624d8ff2dcbda23697d 531 0.23/1.00 vMB 48
260,444 260,444 000000000000000b9685205da3b07d4d5472a40dc0d28002ca670636dce6fbc7 524 0.25/1.00 vMB 120
260,443 260,443 00000000000000080aa5b366518dd18dd59796dca47bae2ded91d7ec32a8a97d 771 0.25/1.00 vMB 214
260,442 260,442 0000000000000016e078cbb002aa17216f9a1a5bed1313fe68fdd00cb76d19f9 135 0.07/1.00 vMB 65
260,441 260,441 000000000000000633bcf3af65cb70ce2e32cc1ec479ad640ac9072686810cf3 31 0.02/1.00 vMB 73
260,440 260,440 0000000000000019b728411dda8af0271981aabfe379723c55e6ab343cf3b8fd 540 0.28/1.00 vMB 70
260,439 260,439 0000000000000017b0a45b6d67aad0a0beeafd172aa49f88c234286714a5d70b 652 0.25/1.00 vMB 168
260,438 260,438 0000000000000011baf32dc6a67c713e65c84403a976bbdf26bc1b5a9617ac6f 28 0.03/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.24 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: 759.93 GB
    • Received: 19.09 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.