Loading Tool

Explorer IconExplorer

Memory Pool

75,366 transactions
27.89 vMB
0.08256712 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt b8db90b5f342056d1d7ecbe31f80092fa1ac98ed5d8c10c8948922e5caf93294
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (96,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,205 819,205 00000000000000000002916f7f6ff993f50794f9351a925f72f5b43509446a1a 3,009 1.00/1.00 vMB 90
819,204 819,204 0000000000000000000271e12e98d046a3e63b3d657ea20313748ad4b5364580 2,540 1.00/1.00 vMB 107
819,203 819,203 0000000000000000000121af0bbe8b6ba15b2a0d03435b991232d8707def4e63 2,609 1.00/1.00 vMB 99
819,202 819,202 000000000000000000021000cc29f6dc360e21716091f3008ad9ec097f193998 2,654 1.00/1.00 vMB 166
819,201 819,201 00000000000000000001d3aa1a8e85198b49de4e0cc01aa64f1865c17dde82ea 2,634 1.00/1.00 vMB 129
819,200 819,200 000000000000000000000595b37453f1dcff99ec111fef3eb313bceb7745d776 2,355 1.00/1.00 vMB 96
819,199 819,199 00000000000000000002f3e3ad160f2a408ddf7454821b03ee85affa39408f77 2,838 1.00/1.00 vMB 127
819,198 819,198 000000000000000000040ca4fbb513cf127b8f271b1bca7880b56dc2e05b8e01 2,525 1.00/1.00 vMB 198
819,197 819,197 00000000000000000001c08ab698aaec25a9af7a6de7b4a70f8298174d8d7301 2,265 1.00/1.00 vMB 204
819,196 819,196 00000000000000000003ffeb21351b9fae79f6f7bef6a09c544b333643c3f316 2,258 1.00/1.00 vMB 157
819,195 819,195 000000000000000000004853b3bfe256d196a03956c29f84dceae007969d8719 2,248 1.00/1.00 vMB 107
819,194 819,194 0000000000000000000413ece90110a8b410e44de0d9bfcf4e348c4960e1b0dd 2,577 1.00/1.00 vMB 126
819,193 819,193 000000000000000000038eb10fc4b3a65993ae187a3c92fe75a0f50582bda922 2,437 1.00/1.00 vMB 206
819,192 819,192 000000000000000000002f7cd8528c3f8c071e7e8b50135203bc30776d5b0930 2,304 1.00/1.00 vMB 228
819,191 819,191 000000000000000000007d5ad008ebb82acb259522d3d64e9903859dfa8b6792 2,568 1.00/1.00 vMB 70
819,190 819,190 0000000000000000000406bf6e738b78be16efcfff0113419ff2086e8f6a9573 2,505 1.00/1.00 vMB 59
819,189 819,189 0000000000000000000269079d4ab8e506ec3d8f2c71a9e74ca8673c99e6976b 2,230 1.00/1.00 vMB 67
819,188 819,188 000000000000000000028c1afd465a131fb25eb0035a861e885976f1d6c6c5da 2,615 1.00/1.00 vMB 104
819,187 819,187 000000000000000000020b1f79bd20af4a8149e88d5c89da126b7f38c45b418a 2,488 1.00/1.00 vMB 147
819,186 819,186 0000000000000000000146e0d3da398d7fd4c0091b67bdf0bcba5403b4b97d4a 2,488 1.00/1.00 vMB 161
819,185 819,185 0000000000000000000391707260d637b4d98a4422c499732722b0151947da5d 2,476 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.