Loading Tool

Explorer IconExplorer

Memory Pool

79,288 transactions
29.09 vMB
0.11907888 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt 0bd8078303e97f81b6eaeed78d4c2d0656e49264e57bf50414cc796502a86c50
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6ba84a696789a375af8ce59f29fbd4e6bc068916eee900a811635d9f461fbc94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04382298 BTC
Feerates: 602.26 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (292,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,327 622,327 0000000000000000000cbdfa9e1fdd8e6b234134e18686777f8b5ba4ff72ad8f 3,311 1.00/1.00 vMB 113
622,326 622,326 00000000000000000009dcfdb4f4619cd117745d49e84e0109b1395681cc2139 2,981 1.00/1.00 vMB 87
622,325 622,325 0000000000000000000c2e90156293b69caf30b978f34a1873fbbfbdbad7b639 2,969 1.00/1.00 vMB 81
622,324 622,324 0000000000000000000626531b270fc296df3b3afef64b0a860988a6533291d7 3,197 1.00/1.00 vMB 75
622,323 622,323 0000000000000000000df9889364100bf1f5c9870b6d8f35c62c20c2a11d338d 2,503 1.00/1.00 vMB 81
622,322 622,322 0000000000000000000c33bf7cf4e5bfd5ace8b5620c003a349c301f392a0f54 3,137 1.00/1.00 vMB 70
622,321 622,321 000000000000000000076fa824bb22cb762bf4ac90f55c8c231386af07e2cf66 2,874 1.00/1.00 vMB 65
622,320 622,320 0000000000000000000793fd40531bce21ec41b40b14f29de89b137740152e5a 3,072 1.00/1.00 vMB 66
622,319 622,319 00000000000000000010c87337a177be91eaad50601f8c06fdb8adfa8b572042 2,415 1.00/1.00 vMB 76
622,318 622,318 00000000000000000003bbd3b20518660859489c3dc1e00a28926c63930012da 3,133 1.00/1.00 vMB 94
622,317 622,317 0000000000000000000be13d8e7782ffba8c0dc59348f2e270769f9c859ba871 2,990 1.00/1.00 vMB 75
622,316 622,316 0000000000000000000a614e91cb387d0fcf7a89037f44b2f4a208aad82c3cbf 2,534 1.00/1.00 vMB 94
622,315 622,315 00000000000000000002c4610d6102e41280764404b4653b739ebddc67310a13 3,063 1.00/1.00 vMB 79
622,314 622,314 00000000000000000001d97a1e0afad83b02aa94416725ed428d540c90cb1b2b 2,908 1.00/1.00 vMB 72
622,313 622,313 00000000000000000010bcf9a6ff36ab77cacc18c1f3a80f88084de9bfb9a49a 3,021 1.00/1.00 vMB 81
622,312 622,312 0000000000000000000ec414c4961288dc1a7c4764f7a037dda6a921c4d6e350 2,613 1.00/1.00 vMB 88
622,311 622,311 000000000000000000039db7c12dcc8f30bdb3e8f8eea9fdd421806ae08182ca 2,152 1.00/1.00 vMB 93
622,310 622,310 00000000000000000004061e28b7b2ab0be2bb26cb1b65199cd8d25ded9a7274 3,397 1.00/1.00 vMB 77
622,309 622,309 00000000000000000005041c3e9df1367b198a958ac2e1ab7dc68cac965835b3 3,018 1.00/1.00 vMB 83
622,308 622,308 0000000000000000000585e33e8eb0bfc2a14ad453e5c244e09d366d34a09fc2 2,733 1.00/1.00 vMB 85
622,307 622,307 0000000000000000000e7106cad7603618174c18bb6acdb52643d0df1e1ee0c5 3,147 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.92 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.43 GB
    • Received: 17.54 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.