Loading Tool

Explorer IconExplorer

Memory Pool

38,583 transactions
27.08 vMB
0.05736089 BTC
Random Selection Loading Transactions
Max Size: 138.40/200 MB

Candidate Block

Mining Attempt 6c04c09fd3eb7fd842a1888b3865dd9211fa36a183cdbe9112602eac6f7883fd
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 436fe6a4fece410caf1d784e3c87a5d00bb13acaefe83dbda6bd9e9378414cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.00639771 BTC
Feerates: 21.30 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (82,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,249 832,249 00000000000000000002463b2087cabf77036604dc6a7cf232c3fc11c05e009a 2,026 1.00/1.00 vMB 22
832,248 832,248 00000000000000000002d0945db69dbe62d70c6983374bbda8af90180867dbf2 2,328 1.00/1.00 vMB 23
832,247 832,247 000000000000000000036f57c9b04013bf8a0cc9ce97a47f8ff785d3bb21d20f 3,184 1.00/1.00 vMB 26
832,246 832,246 00000000000000000000dc0f66bec288e7b58d1e401e6f4a8ea5533a209d7a12 3,308 1.00/1.00 vMB 30
832,245 832,245 00000000000000000002cdd6a29e4030be57005da87c4855a906ccd379c81da3 2,717 1.00/1.00 vMB 27
832,244 832,244 00000000000000000000421e64d13ef183e5d3555f16742777a0ba9b27bb3c2f 3,156 1.00/1.00 vMB 29
832,243 832,243 000000000000000000002648708faf06a9bd4977f7a15ea0314f7bdf69529d62 2,537 1.00/1.00 vMB 20
832,242 832,242 0000000000000000000207278f8a75cd5ebbae2d2dc21972441698683bfcec03 3,381 1.00/1.00 vMB 28
832,241 832,241 000000000000000000032ced6e92a683f4e879cd88ad1a0774e07db09e38e82f 3,234 1.00/1.00 vMB 35
832,240 832,240 000000000000000000000731c4cc558974d3de9bb1eef890a7944cf14fc34310 2,151 1.00/1.00 vMB 25
832,239 832,239 000000000000000000011a44d60db9fa54f3ded5bfb86178002b00c0f2665a25 3,142 1.00/1.00 vMB 29
832,238 832,238 0000000000000000000276a938f01f31340b9d0ef4b009db49836a72c63e82eb 3,273 1.00/1.00 vMB 30
832,237 832,237 000000000000000000028cb55bca1b52d3ef96f334b176575968008a27772014 3,466 1.00/1.00 vMB 31
832,236 832,236 000000000000000000033867979fa3ccc10bef03fb88db16b8788ccf357357f3 2,930 1.00/1.00 vMB 29
832,235 832,235 0000000000000000000357c8da8c3d133b689eb242ac7e621acbb2600dcd8a51 2,487 1.00/1.00 vMB 24
832,234 832,234 0000000000000000000279072dc558aa4b2756288084d87d22c4535b592a28f1 2,781 1.00/1.00 vMB 29
832,233 832,233 00000000000000000001efcf1ad1c65aec264534525a6f8863dc0074cdc10d56 3,652 1.00/1.00 vMB 29
832,232 832,232 000000000000000000016e46e2fa2de023fed27740bff670649026783200d865 3,036 1.00/1.00 vMB 26
832,231 832,231 00000000000000000001d83f2229e8b85f1d9c0117d3c0e6b61a2e8b3c546d5a 1,768 1.00/1.00 vMB 24
832,230 832,230 00000000000000000000cf26ff0982060cb37d8eb8082b03e98abbbd4dee72c2 3,176 1.00/1.00 vMB 26
832,229 832,229 00000000000000000001dd5801f2bf9f93468cd0fa926237bd2df4331f23e0c6 3,106 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.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: 632.86 GB
    • Received: 12.17 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.