Loading Tool

Explorer IconExplorer

Memory Pool

23,651 transactions
11.11 vMB
0.07461264 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.97/200 MB

Candidate Block

Mining Attempt 5be934426a2ebf912313bd475e65a439c1cfe35c89ee4a6c2901d3a736de3ac6
Version 20000000
Previous Block 0000000000000000000008b4f9fc51709a9751dd02004dc2c95f216dd0195c59
Merkle Root a090bd52da890071e36a91344804ce95d46a9b128b53dd0ff647d3b1a8424b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 0.99799225 1.00 vMB
Total Fees: 0.05411142 BTC
Feerates: 502.67 > 5.42 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,629 (685,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,417 228,417 000000000000019b116b8891a1f4d97c8a26de271764804fe59970e2337da313 507 0.21/1.00 vMB 188
228,416 228,416 000000000000019f78efdf686192747198e68b1269f6dc8df6f8a23a844e1178 307 0.09/1.00 vMB 3
228,415 228,415 00000000000001bd827f58b834c9135ecf552d48326d47ffbc71227898730899 214 0.14/1.00 vMB 90
228,414 228,414 000000000000016a53f9ebff659c415c143c3fc05a174bbc30270bfb0df0b56d 686 0.25/1.00 vMB 215
228,413 228,413 000000000000000f3cfcf9c876a87b660102ae44a4f149b79e08108d14bc5c98 463 0.19/1.00 vMB 195
228,412 228,412 000000000000000471f0538e73bb5f8307c6da97e7a6f2eb4def855814fd7914 197 0.14/1.00 vMB 115
228,411 228,411 00000000000002769c2be635f3d08ff27638a28b676df2351029bbad88536fb3 184 0.06/1.00 vMB 121
228,410 228,410 00000000000002405431a195e5ee42377f52c0c16897a0319f02ecbe902e780e 62 0.03/1.00 vMB 32
228,409 228,409 000000000000014964dedbdb7b348d32edace44bcd1e85329ecf9930c2cbb33e 731 0.40/1.00 vMB 145
228,408 228,408 0000000000000168417f8be169d0154021fab6f86ac8c4e835c58b585fbfb0b7 259 0.13/1.00 vMB 135
228,407 228,407 00000000000001f2cd74302b9727408d2dd49d97ce4cfca60fa969e38ea8678e 417 0.37/1.00 vMB 97
228,406 228,406 00000000000001fd41a0468c341204e3b0239acfbe4135ad01f0c8cceee81e87 601 0.25/1.00 vMB 175
228,405 228,405 000000000000013acf802e397e3fad35e0c1c5496394a2981176aed7c81bc34d 316 0.10/1.00 vMB 43
228,404 228,404 000000000000011d4e2504d2bca1ca54f228e14e84914c4ebf35de3f5cc3829f 1,169 0.49/1.00 vMB 184
228,403 228,403 0000000000000249cf17c4a2388c9015412d1ed0f6af8b5873db9ad957269b4c 4 0.00/1.00 vMB 56
228,402 228,402 000000000000022db287774b6f37b30b0bf0423083fc1f9aff1d40a700fe223f 246 0.10/1.00 vMB 117
228,401 228,401 00000000000001c566fb3065889dc1c4f43f070e13841db09258fd7142b843b0 87 0.04/1.00 vMB 79
228,400 228,400 00000000000001752a33342cb23c6b79088488b6a7ecd0cef3d741c0c73acf66 226 0.15/1.00 vMB 90
228,399 228,399 0000000000000041e2764c19d156bd4446b84c136263ede13a533e9621ae0127 81 0.03/1.00 vMB 205
228,398 228,398 0000000000000250b773547dbcab59c3f70efa3e95aab034ee69c29827c91b27 206 0.25/1.00 vMB 14
228,397 228,397 00000000000001574fdab9607594c05810b48747e7de63c64a69ede712fe2fc1 120 0.06/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 779.96 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: 467.73 GB
    • Received: 2.90 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.