Loading Tool

Explorer IconExplorer

Memory Pool

44,115 transactions
26.32 vMB
0.05283992 BTC
Random Selection Loading Transactions
Max Size: 139.09/200 MB

Candidate Block

Mining Attempt 89b43e1e4a36ba59974ddbe86b23786bed732d55ecd1214940d16311c7fb328a
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root ac839962baa0cec9e6c618e717c2834ddfe4c5437d46187f5a1af74d78cb9931
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,642
Size: 1.00 vMB
Total Fees: 0.00471418 BTC
Feerates: 150.62 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (254,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,401 660,401 0000000000000000000032aad199a26adbd808c75f211788e6229adc13f07364 2,813 1.00/1.00 vMB 45
660,400 660,400 0000000000000000000cb05b7c1861635da50a112082e9d99ac2a12e8c6aa2a1 2,640 1.00/1.00 vMB 43
660,399 660,399 00000000000000000006da76a2db281c9fc3bf6127bf3dc63b0e48aa442fee44 2,910 1.00/1.00 vMB 35
660,398 660,398 0000000000000000000960e88c475096021804be4a2bc9e538c14eb9489f2205 3,248 1.00/1.00 vMB 39
660,397 660,397 000000000000000000026a432a81dbdebc7fb7047f3d5080b34fea62ed458b7d 3,036 1.00/1.00 vMB 90
660,396 660,396 00000000000000000000d400d6b9772a47e085e173a05c7cfb683b5392e37e6b 2,872 1.00/1.00 vMB 85
660,395 660,395 0000000000000000000734436f0aa348bc11a55e2189ef51e9969382681fbb78 3,247 1.00/1.00 vMB 48
660,394 660,394 00000000000000000004140151a90e3a7038cd3d7274c1f22bf7a500d9fe2e1f 2,967 1.00/1.00 vMB 75
660,393 660,393 0000000000000000000623c6da26f2643ed6e549abf6f92f69177ef523e2ec8b 1,878 1.00/1.00 vMB 67
660,392 660,392 00000000000000000007ae104424ef9f74d6719475ea3863c570adb2a20c48a7 2,954 1.00/1.00 vMB 88
660,391 660,391 00000000000000000008f38dc3c893cfea886dd2c17db491255d2aae234ea0ea 2,754 1.00/1.00 vMB 79
660,390 660,390 0000000000000000000030d774c30091387baf12636f0454e53361956bfa753c 2,899 1.00/1.00 vMB 103
660,389 660,389 000000000000000000037117d5bd463a5322d8617ec792b06deb2c30542d91cb 2,938 1.00/1.00 vMB 98
660,388 660,388 0000000000000000000b79b6b8edd08eba2a20c7b7dd2981aca72c1aaa32bf91 2,794 1.00/1.00 vMB 73
660,387 660,387 0000000000000000000a8c55f5481c4a52347a655c3bb92c221a265de01afa56 2,781 1.00/1.00 vMB 85
660,386 660,386 000000000000000000093e0ab1dd8881db9c5ddc9c35b285c33cbccf3ae7a5bf 3,025 1.00/1.00 vMB 25
660,385 660,385 0000000000000000000391f3d3ffc3be9813b5c1063a555012a48acbd711ae95 3,140 1.00/1.00 vMB 77
660,384 660,384 00000000000000000007defad7d89daa406cc58c8cc469163a7a3753e65a20dc 3,042 1.00/1.00 vMB 55
660,383 660,383 0000000000000000000dd4171ecbeef64e2b9630b7f3fe62a2afe4748ab40bea 3,169 1.00/1.00 vMB 35
660,382 660,382 0000000000000000000aefd2f6143f9123a1012c5f6a49ad7d026929cee25c11 1,496 1.00/1.00 vMB 66
660,381 660,381 000000000000000000029d8e616267d1e073b47b8881606059b84ba6ef545a08 2,587 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.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: 647.40 GB
    • Received: 12.93 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.