Loading Tool

Explorer IconExplorer

Memory Pool

41,785 transactions
30.26 vMB
0.16065808 BTC
Random Selection Loading Transactions
Max Size: 152.71/200 MB

Candidate Block

Mining Attempt aca7ef526cbf7d6827abe7f9f4d633a535e5dd286cf1c0bdcfc0684326ccaf4d
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 152c74f6769dea21730bb3c6befe63da65b548fa06b517c7814c69724cbd106b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.08929933 BTC
Feerates: 301.60 > 8.95 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (677,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,228 237,228 0000000000000111f0eb46518f2757d1e4b4ee1d893cf14cf91eb3ec8af44b63 804 0.42/1.00 vMB 146
237,227 237,227 000000000000009406a7e24fc1168f1f497e3d060b7f5a830bd3e06eee8d6e29 656 0.25/1.00 vMB 152
237,226 237,226 00000000000000db30c287eb12c87f92b79478f6d96002eed0cac9f57cf89011 1 0.00/1.00 vMB 0
237,225 237,225 0000000000000136c44200ee5ff7dde17b09229e7ca11e56be5213185a9485e8 205 0.16/1.00 vMB 110
237,224 237,224 000000000000013528e6843bd2caddb2b46580b3ae18c958d21e02fe9fd1c507 658 0.25/1.00 vMB 205
237,223 237,223 00000000000000b7376a8320a4a5e2acd48622bab94d0d4264e1a8a8c98590a8 182 0.15/1.00 vMB 98
237,222 237,222 000000000000017955a75174899256249244a5a2af41425812ac45508b348cd2 256 0.15/1.00 vMB 147
237,221 237,221 00000000000000a757a48e1dde6949213e26913614da249a57617129f2952bd4 708 0.25/1.00 vMB 209
237,220 237,220 00000000000001365519c5bd4c716b9b0b923c6dcbb90a70b08a6206efae9631 354 0.15/1.00 vMB 186
237,219 237,219 00000000000000466b893c65dd40388afa9549ab2c891c613ae95ab61c30444d 346 0.18/1.00 vMB 141
237,218 237,218 000000000000003773178e14ef7c7acbf22ddd35494a59ed6ac269f2897a6667 449 0.21/1.00 vMB 162
237,217 237,217 000000000000003cb6f2d68a46e7234c16ff248748966c76a9db50d0daa832d0 949 0.40/1.00 vMB 197
237,216 237,216 00000000000000c794606b76390d38b4c53e0daed64bb6bc7d62f12e271122f0 8 0.00/1.00 vMB 43
237,215 237,215 000000000000001326e023b55d1012005a34f338891351dbb1aa52dfd2b2f5bc 100 0.04/1.00 vMB 129
237,214 237,214 000000000000016559e5e3cee4d8ca0176147d4ebb6c3b38d6e6a713d3c07e86 425 0.19/1.00 vMB 195
237,213 237,213 000000000000008b52faa48b9a832c2d6e53fb0651a1a271898fdf0fdd8a144a 452 0.23/1.00 vMB 163
237,212 237,212 00000000000000a861ab7f774896ddbba38cea38fea556c326df808e74fd59db 50 0.02/1.00 vMB 211
237,211 237,211 0000000000000176b4b2f0b35f2c812ad8804f44bb27551ecc39adb9180a0d67 263 0.13/1.00 vMB 176
237,210 237,210 0000000000000077e13fd2a179bcbbabf87b05d8187e0d9309175dac08215fc9 200 0.25/1.00 vMB 58
237,209 237,209 00000000000000a77e808f30773a86ba4d0aeec6b6899945d3ee32e7d1b2cab3 625 0.25/1.00 vMB 195
237,208 237,208 0000000000000076f4489df9d62df22cd3b7f4f6196dc3e9729ca6c5c3198bf6 395 0.18/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 781.54 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: 618.56 GB
    • Received: 11.20 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.