Loading Tool

Explorer IconExplorer

Memory Pool

45,108 transactions
21.58 vMB
0.11070095 BTC
Random Selection Loading Transactions
Max Size: 120.71/200 MB

Candidate Block

Mining Attempt cefec80ff5177e5c2cdb02d47cb2b33159caa583b487ca111a697de0be9865a6
Version 20000000
Previous Block 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c
Merkle Root d1b87b35700e156b56c68f95aef520a629983cb55c8bee1f96e035b9086d40a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.05927199 BTC
Feerates: 202.69 > 5.94 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,101 (905,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,206 8,206 000000005c250eb18e199f4b94d256ef7348941399dd756413d8b035a596f91c 1 0.00/1.00 vMB 0
8,205 8,205 00000000a8523a2e8b5b7b3c95049b513756a4d8ca4ad4b6b7208093a83e3b22 1 0.00/1.00 vMB 0
8,204 8,204 00000000eb861b5b31f7d3cc12d2ab03a9c3896ee3102361db41d426cd23f183 1 0.00/1.00 vMB 0
8,203 8,203 000000007dc0a044ed2d3950071f69dce1ac6e75c14a9b9638cc773e098c56a3 1 0.00/1.00 vMB 0
8,202 8,202 000000006b07b6b1e5cdb6252af5fa9b86f3f32b5e173b1b200db5673b2165cf 1 0.00/1.00 vMB 0
8,201 8,201 000000004ca8bd5222b4a82cc4817614f67fb4eb487de9cace123bd3bfb13417 1 0.00/1.00 vMB 0
8,200 8,200 000000001345c8c75cb9b340e9e3aed752ceac79c000353a9e456f545a701b66 1 0.00/1.00 vMB 0
8,199 8,199 000000000576037f0b8ed67b95e45879f5d990281f7183df5a9a9b8f749bf100 1 0.00/1.00 vMB 0
8,198 8,198 0000000064a6ad218f3abf950d67202a2d610b25638550b2c5f91816a7c8a190 1 0.00/1.00 vMB 0
8,197 8,197 000000003eb064707e0591eb4a83c8fa8f47d18c26ecc34c43649653fd6bf20c 1 0.00/1.00 vMB 0
8,196 8,196 00000000e0c83bf9fe1d1f962cf9e88dd0ac13d02bf95eb5bc9f2145d678b7de 1 0.00/1.00 vMB 0
8,195 8,195 000000009f864029612a2254a39c25d52f3d7af02f30fd259c2acb9d2b9e8d55 1 0.00/1.00 vMB 0
8,194 8,194 000000006b4c62e3f365c9f2250ea8c241d53b17587cc9042b39ba8c71b6b6c6 1 0.00/1.00 vMB 0
8,193 8,193 000000001b06f211d4ed453686832efff5facf0c91d8216347213435c31d7766 1 0.00/1.00 vMB 0
8,192 8,192 00000000802f81d32148baaef7c7bc786853cde82bef5321d1f1bded819f2991 1 0.00/1.00 vMB 0
8,191 8,191 000000007b8668d5592a7121834c43237d7cfd28104f6276eebedab94901ff66 1 0.00/1.00 vMB 0
8,190 8,190 000000002136a553f9bf7ba9979781548453aaf836e275febf273cc1c67dd3fe 1 0.00/1.00 vMB 0
8,189 8,189 00000000bc55e94d87fc6f2565abb2b781cf0b588b2c65f5fcb91e38a69ec93e 1 0.00/1.00 vMB 0
8,188 8,188 00000000509d6b0628b1d939459d00b9201fd85bca68de4608cd1e04b71cf103 1 0.00/1.00 vMB 0
8,187 8,187 000000005dd553ef43782145804368998fee32dcc0a230611fb2b1f001295a07 1 0.00/1.00 vMB 0
8,186 8,186 0000000005e1e453df756fcf511353abef26ad10c471acb04c8aae78f66cc7fc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.78 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: 559.33 GB
    • Received: 7.18 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.