Loading Tool

Explorer IconExplorer

Memory Pool

35,673 transactions
25.92 vMB
0.06974361 BTC
Random Selection Loading Transactions
Max Size: 132.03/200 MB

Candidate Block

Mining Attempt 5d598e18ac4149b307efebcba0cfabfb0f91e548760b0717dd19c0d92ff571a3
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 24afa645fc822cdc71dff56fdd9f40bc979ee95ec0c2e1a448db2c694acfac5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.02219867 BTC
Feerates: 150.77 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (81,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,206 833,206 00000000000000000000114cc7de3a95813477038c948de28610baf7b74a8afd 3,009 1.00/1.00 vMB 52
833,205 833,205 000000000000000000028b547a1fb1da98b997fd9c476a1e19366952e7caf49c 3,187 1.00/1.00 vMB 72
833,204 833,204 00000000000000000001209def4f25485bf81908755c45de4c7e8c3f71c7c1bf 3,166 1.00/1.00 vMB 77
833,203 833,203 00000000000000000000e004a222629a89e84ce20cdd04c984acc272ef33f164 2,402 1.00/1.00 vMB 48
833,202 833,202 000000000000000000035de72b4dde25e835e00c0233fad0b5226875ac58f469 2,536 1.00/1.00 vMB 53
833,201 833,201 00000000000000000002d215fa8846f2345ea7f33c64b4f3685898af653df2ee 2,776 1.00/1.00 vMB 49
833,200 833,200 000000000000000000027d8296cdc8157a580a6e1f425dbb2c5b4a84d149ed5f 2,783 1.00/1.00 vMB 52
833,199 833,199 000000000000000000006c0eca64cf710ae7a80a2f76915bb2ee14cd62281f55 3,151 1.00/1.00 vMB 63
833,198 833,198 000000000000000000000ecb6d1f300d456fb1727aa989fdba9d20491c5a4ea7 3,001 1.00/1.00 vMB 54
833,197 833,197 0000000000000000000209563e8ae629f832d7abbd7ebbc5804c6ed5d38a054e 2,670 1.00/1.00 vMB 76
833,196 833,196 00000000000000000000ed3923173c76577a3b63cb1f0336a89d08edf4db9009 3,210 1.00/1.00 vMB 56
833,195 833,195 00000000000000000002e739f35c77e84830849407d84f23b266d0462b4dbced 2,538 1.00/1.00 vMB 69
833,194 833,194 000000000000000000013a81f82f1f84a330b8b0a8172d1a9a689130ca936c2e 2,797 1.00/1.00 vMB 77
833,193 833,193 0000000000000000000031f94e1c1c43fe5c89ec07e62cd4e07ff72de26b3a8b 3,462 1.00/1.00 vMB 63
833,192 833,192 00000000000000000000b0a3bf6f0fa866d5230d34304791d8d3c7c991135d9d 2,927 1.00/1.00 vMB 65
833,191 833,191 00000000000000000000c123314ea9c1e678f9a8af0180cade5ecb47e19bdf24 1,897 1.00/1.00 vMB 61
833,190 833,190 0000000000000000000317aaac105392affff2c9250f3a9a868277ce17d26f89 3,033 1.00/1.00 vMB 97
833,189 833,189 000000000000000000032a488f0ab03f4d27a742f382c85a485e05cd0a5f5b94 2,868 1.00/1.00 vMB 73
833,188 833,188 0000000000000000000388cbb920d33acb500a2a6f718c71c96f077fd036be0f 2,623 1.00/1.00 vMB 73
833,187 833,187 000000000000000000028c4a9a56804ee6c7ae83a46c94fb2487989650abcfc1 1,836 1.00/1.00 vMB 99
833,186 833,186 000000000000000000023eedab022c2f0d1054b2ceae96a3ed19debcdb9b22ca 2,379 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.85 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: 638.83 GB
    • Received: 12.50 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.