Loading Tool

Explorer IconExplorer

Memory Pool

73,954 transactions
27.36 vMB
0.06738752 BTC
Random Selection Loading Transactions
Max Size: 167.00/200 MB

Candidate Block

Mining Attempt fd13e01a5d0185cfd07fbc2bcce02bda3fa3ffe09ea8ebdcdf25ca0f16a0dad8
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 0f1c2844cb0789dfcffe9a6f6841beef1388965f6bdabd961a44375bf1943be0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,257
Size: 1.00 vMB
Total Fees: 0.00925376 BTC
Feerates: 402.60 > 0.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (50,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,225 865,225 00000000000000000002da62c917c83c4d878d1ca6c7921e61f999779c905f35 6,982 1.00/1.00 vMB 52
865,224 865,224 0000000000000000000190df49f8141a8f8a55fd596436801a694092fd46861e 6,599 1.00/1.00 vMB 49
865,223 865,223 0000000000000000000068542d95959c52a0bb2476c596b9269870a297e6167c 5,753 1.00/1.00 vMB 30
865,222 865,222 000000000000000000022d6fdfe53be535179aede2b59f0846c8ffd0f99c8042 6,556 1.00/1.00 vMB 29
865,221 865,221 00000000000000000000271bf5f4b71f530c7c4ec45c3355c524d4b7ff24fec7 5,149 1.00/1.00 vMB 38
865,220 865,220 000000000000000000010701c8d3c848d73bfcacd913592d91778ba80cd2186a 5,179 1.00/1.00 vMB 22
865,219 865,219 0000000000000000000262d92aa90dc600008f3a70ca63fa6c027154350c1f82 2,654 1.00/1.00 vMB 18
865,218 865,218 0000000000000000000300939622f69d56a375f8e9a7baeb71cbe544e908dcdb 2,840 1.00/1.00 vMB 20
865,217 865,217 0000000000000000000159edcaac9e2c32f0e9ca71f3e3215a76dd0b6ac37903 4,484 1.00/1.00 vMB 29
865,216 865,216 00000000000000000002a79def16579f9f8427e85c9316b3ecc950ba13ec48bf 4,868 1.00/1.00 vMB 26
865,215 865,215 00000000000000000001fcd4d54b67ff5ab59d3a6e1fdc37ae25e5a9dde29fd4 4,495 1.00/1.00 vMB 29
865,214 865,214 00000000000000000001b85a9e2c2f7d29c4ae1da70f7fdc24c7b6b30124fc59 4,097 1.00/1.00 vMB 34
865,213 865,213 00000000000000000000b382355fb1ada19a706c663cee1b9d0a7c0aaca069cf 4,101 1.00/1.00 vMB 33
865,212 865,212 000000000000000000023d9e9dae145fcfc1825bab10a5965ba8a1e0119b2a48 2,486 1.00/1.00 vMB 36
865,211 865,211 00000000000000000000c2e7d6e62fc35795b808d9155e6d6421dd88df684a39 2,918 1.00/1.00 vMB 42
865,210 865,210 00000000000000000003083a5a8ad9a39fc24beb12f281793e7c2d88a6700541 3,090 1.00/1.00 vMB 42
865,209 865,209 000000000000000000028c3e3345547869fe259c4a69f16efbe235207c6768fc 3,969 1.00/1.00 vMB 45
865,208 865,208 000000000000000000003d9575218470d3872934011a83e45ac390edea03a968 3,900 1.00/1.00 vMB 46
865,207 865,207 00000000000000000002fd9380d7d6d6bacad6dd5a7bffe881ac966cd40cfd1e 2,022 1.00/1.00 vMB 39
865,206 865,206 0000000000000000000243ecaf364a86f49f240b31b7b85415bd0c68996972a0 2,515 1.00/1.00 vMB 42
865,205 865,205 000000000000000000008fcebf45bb6d34ad771d29ec97da2f2ac2cf64740717 3,266 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.94 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.86 GB
    • Received: 17.61 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.