Loading Tool

Explorer IconExplorer

Memory Pool

81,398 transactions
29.94 vMB
0.15572265 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 2f763f5b8d0c448f30863c1ef7ae0eac2bf8407c0f9e93d699bb7b2865cf18a3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root dc3f7d1a0db8960a3c678a5d74d3f053e6146ff63a1ae06c4e8142ad6033b457
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.05900558 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (292,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,332 622,332 00000000000000000001c81a477e9b7d7676b9ce070dd3b8ab52cf5f2c08585b 1,951 1.00/1.00 vMB 80
622,331 622,331 0000000000000000000282df7b1e9346ab144753e5e4cc7e4c542edce18b1ab7 2,877 1.00/1.00 vMB 88
622,330 622,330 0000000000000000000869612ddf50da3c569ad9c1815ffb111a487b557ee910 1,636 1.00/1.00 vMB 83
622,329 622,329 0000000000000000000dfd65e09244472b0fb753d0279fa2e1038f5f0a6c67c6 2,531 1.00/1.00 vMB 87
622,328 622,328 00000000000000000004581af34a375bb98dbcc4a9827c510ec0fb7661c2b627 2,717 1.00/1.00 vMB 98
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.48 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.