Loading Tool

Explorer IconExplorer

Memory Pool

45,211 transactions
28.71 vMB
0.12519560 BTC
Random Selection Loading Transactions
Max Size: 151.91/200 MB

Candidate Block

Mining Attempt 1effdaac3817bac721d8d551f7134b00dce3b80b2a80e3c300663a35ebec2c58
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 94b7813a4285a3b09e7585cefcbb204a53b11b1b9595394c0d69be25034c8a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.07043747 BTC
Feerates: 101.65 > 7.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (403,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,927 510,927 000000000000000000472be528a4b75569c47dfb21d3938fbfad8ab3a2be0de6 633 0.29/1.00 vMB 73
510,926 510,926 00000000000000000001e3eca5f0e5f4e6c663486dfb40d91da68700c83968a3 912 0.36/1.00 vMB 48
510,925 510,925 00000000000000000042a39cd9df03a59eb3129eff2d620279fd4a517f36dd19 543 0.21/1.00 vMB 54
510,924 510,924 00000000000000000041e5e728ca9db4d4ae2cab17a25554b12338362baeb26e 1,407 0.76/1.00 vMB 62
510,923 510,923 0000000000000000000364d98e33207dbc2b6d02536dca5a1d6bff73253bc782 1,206 0.71/1.00 vMB 20
510,922 510,922 0000000000000000002cc4460f6da27bc0ad605b6dc62507f2c62f018d484b70 2,437 1.00/1.00 vMB 69
510,921 510,921 0000000000000000002a0ed1c4f5b31ee23c5fa9b16946e99f14c9b7406908d5 2,620 0.95/1.00 vMB 63
510,920 510,920 0000000000000000004e1a3d35e95bb4956f3e7d5c8885e1f43c17d6efdb89e8 39 0.06/1.00 vMB 89
510,919 510,919 00000000000000000034226d1a016c76e61e51163b56bb72a059279ca64a0130 366 0.13/1.00 vMB 44
510,918 510,918 0000000000000000005a2f403c5d594dc5738dd48745f75a53ec3cf86d3b3b3a 779 0.29/1.00 vMB 63
510,917 510,917 000000000000000000560d499e4e4d9b17e069e23d8cb99a594de273776829b7 313 0.14/1.00 vMB 41
510,916 510,916 00000000000000000042cb07d4acb77c75c3c0ae3947bc495edff172f30ffbe8 359 0.26/1.00 vMB 75
510,915 510,915 000000000000000000310a3033191ffdcb9e11f6b5b1d20a9e1a47e7a321786f 723 0.32/1.00 vMB 57
510,914 510,914 00000000000000000008013b98006400b6c87de87bd485e5efaea5effbff8ef8 1,511 0.77/1.00 vMB 47
510,913 510,913 0000000000000000001055a5e08cf18a80c54bc96fa4a9ed1f7a48f76ee62e4b 1,460 0.88/1.00 vMB 55
510,912 510,912 000000000000000000033afd9bcc01e346922d771589b7691269009282a55c10 311 0.24/1.00 vMB 30
510,911 510,911 00000000000000000032d7c3f75d45348b3daf3834f3a81e265e1cb24dd0baf3 131 0.05/1.00 vMB 60
510,910 510,910 000000000000000000231bf9d05a05a9647335474663244f1d6b424d7b6eefd0 157 0.33/1.00 vMB 8
510,909 510,909 00000000000000000047953605242e6c1d1244c0e7fbae48e0ae1f3e8ecd80ca 1,514 1.00/1.00 vMB 50
510,908 510,908 0000000000000000005aed4d0ad45eb1230bfabae69f65c53d7c9e08710e868c 801 1.00/1.00 vMB 9
510,907 510,907 00000000000000000048e46a28bb8b8a3c140155fdbd4023a754822e9502cfa5 2,284 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.